Skip to content

Commit 0cca67f

Browse files
authored
Update AI coding agent references in installation guide
1 parent 66fc4c2 commit 0cca67f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Prerequisites
44

55
- **Linux/macOS** (or Windows; PowerShell scripts now supported without WSL)
6-
- AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), or [Gemini CLI](https://github.com/google-gemini/gemini-cli)
6+
- AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Codebuddy CLI](https://www.codebuddy.ai/cli) or [Gemini CLI](https://github.com/google-gemini/gemini-cli)
77
- [uv](https://docs.astral.sh/uv/) for package management
88
- [Python 3.11+](https://www.python.org/downloads/)
99
- [Git](https://git-scm.com/downloads)
@@ -34,6 +34,7 @@ You can proactively specify your AI agent during initialization:
3434
uvx --from git+https://github.com/github/spec-kit.git specify init <project_name> --ai claude
3535
uvx --from git+https://github.com/github/spec-kit.git specify init <project_name> --ai gemini
3636
uvx --from git+https://github.com/github/spec-kit.git specify init <project_name> --ai copilot
37+
uvx --from git+https://github.com/github/spec-kit.git specify init <project_name> --ai codebuddy
3738
```
3839

3940
### Specify Script Type (Shell vs PowerShell)

0 commit comments

Comments
 (0)