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) |
173
-
|`--ai`| Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, `q`, or `bob`|
174
+
|`--ai`| Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, `q`, `bob`, or `qoder`|
174
175
|`--script`| Option | Script variant to use: `sh` (bash/zsh) or `ps` (PowerShell) |
175
176
|`--ignore-agent-tools`| Flag | Skip checks for AI agent tools like Claude Code |
176
177
|`--no-git`| Flag | Skip git repository initialization |
@@ -192,6 +193,9 @@ specify init my-project --ai claude
192
193
# Initialize with Cursor support
193
194
specify init my-project --ai cursor-agent
194
195
196
+
# Initialize with Qoder support
197
+
specify init my-project --ai qoder
198
+
195
199
# Initialize with Windsurf support
196
200
specify init my-project --ai windsurf
197
201
@@ -369,7 +373,7 @@ specify init . --force --ai claude
369
373
specify init --here --force --ai claude
370
374
```
371
375
372
-
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:
376
+
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:
373
377
374
378
```bash
375
379
specify init <project_name> --ai claude --ignore-agent-tools
0 commit comments