gm-copilot-cli
v2.0.78
Published
State machine agent with hooks, skills, and automated git enforcement
Readme
GM for GitHub Copilot CLI
AI state machine agent for Copilot CLI.
Installation
Windows and Unix:
gh extension install AnEntrypoint/gm-copilot-cliWindows PowerShell:
gh extension install AnEntrypoint/gm-copilot-cliQuick Start
Windows 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"Features
- Autonomous execution
- State persistence
- Semantic search
- Tool integration
- MCP support
Configuration
Unix: ~/.copilot/config.json
Windows: %APPDATA%\copilot\config.json
{
"gm": {
"enabled": true,
"auto_activate": true,
"log_level": "info"
}
}Tools
- shell
- file_write
- file_glob
- file_search
- semantic_search
License
MIT
