Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 978 Bytes

File metadata and controls

67 lines (50 loc) · 978 Bytes

GM for GitHub Copilot CLI

AI state machine agent for Copilot CLI.

Installation

Windows and Unix:

gh extension install AnEntrypoint/gm-copilot-cli

Windows PowerShell:

gh extension install AnEntrypoint/gm-copilot-cli

Quick 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