-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hello there!
Since GitHub's Copilot CLI has been out for sometime now, is there a possibility to add it to the list of allowed AI tools?
Lines 352 to 362 in 35d8119
| **Supported AI Tools:** | |
| | Tool | Install | Use Case | Set as Default | | |
| | --------------------------------------------------------- | ------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------- | | |
| | **[Aider](https://aider.chat)** | `pip install aider-chat` | Pair programming, edit files with AI | `git gtr config set gtr.ai.default aider` | | |
| | **[Claude Code](https://claude.com/claude-code)** | Install from claude.com | Terminal-native coding agent | `git gtr config set gtr.ai.default claude` | | |
| | **[Codex CLI](https://github.com/openai/codex)** | `npm install -g @openai/codex` | OpenAI coding assistant | `git gtr config set gtr.ai.default codex` | | |
| | **[Continue](https://continue.dev)** | See [docs](https://docs.continue.dev/cli/install) | Open-source coding agent | `git gtr config set gtr.ai.default continue` | | |
| | **[Cursor](https://cursor.com)** | Install from cursor.com | AI-powered editor with CLI agent | `git gtr config set gtr.ai.default cursor` | | |
| | **[Gemini](https://github.com/google-gemini/gemini-cli)** | `npm install -g @google/gemini-cli` | Open-source AI coding assistant powered by Google Gemini | `git gtr config set gtr.ai.default gemini` | | |
| | **[OpenCode](https://opencode.ai)** | Install from opencode.ai | AI coding assistant | `git gtr config set gtr.ai.default opencode` | |
Nevertheless, really nice work. Love the repo's idea/simplifications! <3 🙌
Metadata
Metadata
Assignees
Labels
No labels