AI state machine agent for Copilot CLI.
gh extension install AnEntrypoint/glootie-copilot-cligh 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
~/.copilot/config.json:
{
"glootie": {
"enabled": true,
"auto_activate": true,
"log_level": "info"
}
}- shell
- file_write
- file_glob
- file_search
- semantic_search
MIT