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
|[Amazon Q Developer CLI](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html)| ⚠️ | Amazon Q Developer CLI does not support custom arguments for prompts. |
136
137
|[Codex CLI](https://github.com/openai/codex)| ⚠️ | Codex [does not support](https://github.com/openai/codex/issues/2890) custom arguments for slash commands. |
1. Check that required tools are installed (git is optional)
768
-
2. Let you choose your AI assistant (Claude Code, Gemini CLI, GitHub Copilot, Cursor, Qwen Code, opencode, Codex CLI, Windsurf, Kilo Code, or Auggie CLI)
769
+
2. Let you choose your AI assistant (Claude Code, Gemini CLI, GitHub Copilot, Cursor, Qwen Code, opencode, Codex CLI, Windsurf, Kilo Code, Auggie CLI, Roo Code, or Amazon Q Developer CLI)
769
770
3. Download the appropriate template from GitHub
770
771
4. Extract the template to a new project directory or current directory
771
772
5. Initialize a fresh git repository (if not --no-git and no existing repo)
@@ -782,11 +783,13 @@ def init(
782
783
specify init my-project --ai codex
783
784
specify init my-project --ai windsurf
784
785
specify init my-project --ai auggie
786
+
specify init my-project --ai q
785
787
specify init --ignore-agent-tools my-project
786
788
specify init . --ai claude # Initialize in current directory
787
789
specify init . # Initialize in current directory (interactive AI selection)
788
790
specify init --here --ai claude # Alternative syntax for current directory
789
791
specify init --here --ai codex
792
+
specify init --here --ai q
790
793
specify init --here
791
794
specify init --here --force # Skip confirmation when current directory not empty
Custom prompts do not yet support arguments in Amazon Q Developer CLI. You may need to manually specify additional project instructions directly in prompt files located in [cyan].amazonq/prompts/[/cyan].
1114
+
1115
+
The prompts are invoked using [cyan]@prompt_name[/cyan] syntax in Amazon Q Developer CLI."""
1116
+
1117
+
warning_panel=Panel(warning_text, title="Slash Commands in Amazon Q Developer CLI", border_style="yellow", padding=(1,2))
1118
+
console.print()
1119
+
console.print(warning_panel)
1120
+
1102
1121
@app.command()
1103
1122
defcheck():
1104
1123
"""Check that all required tools are installed."""
0 commit comments