Skip to content

AnEntrypoint/gm-copilot-cli

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •