You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`<project-name>`| Argument | Name for your new project directory (optional if using `--here`, or use `.` for current directory) |
171
-
|`--ai`| Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, or `q`|
172
+
|`--ai`| Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `qoder`, `shai`, `amp`, or `q`|
172
173
|`--script`| Option | Script variant to use: `sh` (bash/zsh) or `ps` (PowerShell) |
173
174
|`--ignore-agent-tools`| Flag | Skip checks for AI agent tools like Claude Code |
174
175
|`--no-git`| Flag | Skip git repository initialization |
@@ -190,6 +191,9 @@ specify init my-project --ai claude
190
191
# Initialize with Cursor support
191
192
specify init my-project --ai cursor-agent
192
193
194
+
# Initialize with Qoder support
195
+
specify init my-project --ai qoder
196
+
193
197
# Initialize with Windsurf support
194
198
specify init my-project --ai windsurf
195
199
@@ -364,7 +368,7 @@ specify init . --force --ai claude
364
368
specify init --here --force --ai claude
365
369
```
366
370
367
-
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, or Amazon Q Developer CLI installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
371
+
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, Qoder CLI, or Amazon Q Developer CLI installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
368
372
369
373
```bash
370
374
specify init <project_name> --ai claude --ignore-agent-tools
0 commit comments