Skip to content

AnEntrypoint/glootie-copilot-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glootie for GitHub Copilot CLI

AI state machine agent for Copilot CLI.

Installation

gh extension install AnEntrypoint/glootie-copilot-cli

Quick Start

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

~/.copilot/config.json:

{
  "glootie": {
    "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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published