Skip to content

Commit 1cc05f6

Browse files
committed
Update supported agents document
1 parent bb94013 commit 1cc05f6

2 files changed

Lines changed: 26 additions & 12 deletions

File tree

src/util/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const ENVIRONMENT_DEFINITIONS: Record<EnvironmentCode, EnvironmentDefinit
2323
gemini: {
2424
code: 'gemini',
2525
name: 'Google Gemini',
26-
contextFileName: 'AGENTS.md',
26+
contextFileName: 'GEMINI.md',
2727
commandPath: '.gemini/commands',
2828
isCustomCommandPath: true,
2929
},

web/content/docs/2-supported-agents.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,56 +7,70 @@ order: 2
77
## Supported Environments
88

99
### [Cursor](https://cursor.com/)
10+
**Status:** Ready
1011
**What AI DevKit provides:**
11-
- `AGENTS.md` - Context file with AI agent configurations
12-
- `.cursor/commands/` - Custom slash commands for structured development workflows
13-
- `.cursor/rules/` - Editor rules for consistent coding standards
12+
- `AGENTS.md` - Agent instructions for [Cursor](https://cursor.com/docs/context/rules)
13+
- `.cursor/commands/` - Custom [slash commands](https://cursor.com/docs/context/commands) for structured development workflows
14+
- `.cursor/rules/` - [Editor rules](https://cursor.com/docs/context/rules) for consistent coding standards
1415

1516
### [Claude Code](https://www.claude.com/product/claude-code)
17+
**Status:** Ready
1618
**What AI DevKit provides:**
17-
- `AGENTS.md` - Claude workspace configuration and context
18-
- `.claude/commands/` - Command-line tools and scripts optimized for Claude Code
19+
- `AGENTS.md` - [Claude workspace configuration](https://www.anthropic.com/engineering/claude-code-best-practices) and context
20+
- `.claude/commands/` - Custom [slash commands](https://code.claude.com/docs/en/slash-commands)
1921

2022
### [GitHub Copilot](https://github.com/features/copilot)
23+
**Status:** Ready
2124
**What AI DevKit provides:**
22-
- `AGENTS.md` - GitHub Copilot configuration and context settings
23-
- `.github/commands/` - GitHub-integrated workflow commands
25+
- `.github/prompts/` - GitHub Copilot [custom prompts with VSCode](https://code.visualstudio.com/docs/copilot/customization/prompt-files)
2426

2527
### [Google Gemini](https://geminicli.com/)
28+
**Status:** Ready
2629
**What AI DevKit provides:**
27-
- `AGENTS.md` - Gemini configuration with multimodal context
28-
- `.gemini/commands/` - Commands optimized for Gemini's capabilities
30+
- `GEMINI.md` - [Context file](https://geminicli.com/docs/cli/gemini-md/) for providing instructional context to the Gemini model
31+
- `.gemini/commands/` - Gemini [custom commands](https://geminicli.com/docs/cli/commands/)
2932

3033
### [OpenAI Codex](https://chatgpt.com/en-SE/features/codex)
34+
**Status:** Testing
3135
**What AI DevKit provides:**
3236
- `AGENTS.md` - Codex-specific configuration and context
3337
- `.codex/commands/` - Commands tailored for Codex's code-focused capabilities
3438

3539
### [Windsurf](https://windsurf.com/)
40+
**Status:** Testing
3641
**What AI DevKit provides:**
3742
- `AGENTS.md` - Windsurf environment configuration
3843
- `.windsurf/commands/` - Commands optimized for Windsurf's interface
3944

4045
### [KiloCode](https://kilocode.ai/)
46+
**Status:** Testing
4147
**What AI DevKit provides:**
4248
- `AGENTS.md` - KiloCode configuration for large project handling
4349
- `.kilocode/commands/` - Commands designed for large-scale development
4450

4551
### [AMP](https://ampcode.com/)
52+
**Status:** Testing
4653
**What AI DevKit provides:**
4754
- `AGENTS.md` - AMP configuration for accelerated workflows
4855
- `.agents/commands/` - Commands optimized for rapid development cycles
4956

5057
### [OpenCode](https://opencode.ai/)
58+
**Status:** Ready
5159
**What AI DevKit provides:**
52-
- `AGENTS.md` - OpenCode configuration with community features
53-
- `.opencode/commands/` - Commands leveraging open-source AI improvements
60+
- `AGENTS.md` - OpenCode [custom instructions](https://opencode.ai/docs/rules/)
61+
- `.opencode/commands/` - OpenCode [custom commands](https://opencode.ai/docs/commands/)
5462

5563
### [Roo Code](https://roocode.com/)
64+
**Status:** Testing
5665
**What AI DevKit provides:**
5766
- `AGENTS.md` - Roo Code configuration and context
5867
- `.roo/commands/` - Commands optimized for Roo's advanced features
5968

69+
### [Antigravity](https://antigravity.google/)
70+
**Status:** Ready
71+
**What AI DevKit provides:**
72+
- `.agent/workflows/` - Workflow for [Antigravity](https://codelabs.developers.google.com/getting-started-google-antigravity#8)'s advanced features
73+
6074
## Environment Setup
6175

6276
### Interactive Multi-Selection

0 commit comments

Comments
 (0)