AI state machine agent for Copilot CLI.
Windows and Unix:
gh extension install AnEntrypoint/gm-copilot-cliWindows PowerShell:
gh extension install AnEntrypoint/gm-copilot-cliWindows and Unix:
gh copilot run "analyze code complexity"
gh copilot run "refactor component"
gh copilot run "generate tests"Windows PowerShell:
gh copilot run "analyze code complexity"
gh copilot run "refactor component"
gh copilot run "generate tests"- Autonomous execution
- State persistence
- Semantic search
- Tool integration
- MCP support
Unix: ~/.copilot/config.json
Windows: %APPDATA%\copilot\config.json
{
"gm": {
"enabled": true,
"auto_activate": true,
"log_level": "info"
}
}- shell
- file_write
- file_glob
- file_search
- semantic_search
MIT