glootie-copilot-cli
v2.0.6
Published
Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks
Readme
Glootie for GitHub Copilot CLI
AI state machine agent for Copilot CLI.
Installation
Windows and Unix:
gh extension install AnEntrypoint/glootie-copilot-cliWindows PowerShell:
gh extension install AnEntrypoint/glootie-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
{
"glootie": {
"enabled": true,
"auto_activate": true,
"log_level": "info"
}
}Tools
- shell
- file_write
- file_glob
- file_search
- semantic_search
License
MIT
