mirror of
https://github.com/github/spec-kit.git
synced 2026-02-02 14:03:36 +00:00
Merge pull request #696 from emanuelturis/patch-1
Remove Codex named args limitation warnings from docs and cli
This commit is contained in:
@@ -133,8 +133,8 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
|
|||||||
| [Kilo Code](https://github.com/Kilo-Org/kilocode) | ✅ | |
|
| [Kilo Code](https://github.com/Kilo-Org/kilocode) | ✅ | |
|
||||||
| [Auggie CLI](https://docs.augmentcode.com/cli/overview) | ✅ | |
|
| [Auggie CLI](https://docs.augmentcode.com/cli/overview) | ✅ | |
|
||||||
| [Roo Code](https://roocode.com/) | ✅ | |
|
| [Roo Code](https://roocode.com/) | ✅ | |
|
||||||
| [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) | ⚠️ | Amazon Q Developer CLI [does not support](https://github.com/aws/amazon-q-developer-cli/issues/3064) custom arguments for slash commands. |
|
|
||||||
| [Codex CLI](https://github.com/openai/codex) | ✅ | |
|
| [Codex CLI](https://github.com/openai/codex) | ✅ | |
|
||||||
|
| [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) | ⚠️ | Amazon Q Developer CLI [does not support](https://github.com/aws/amazon-q-developer-cli/issues/3064) custom arguments for slash commands. |
|
||||||
|
|
||||||
## 🔧 Specify CLI Reference
|
## 🔧 Specify CLI Reference
|
||||||
|
|
||||||
|
|||||||
@@ -1095,17 +1095,6 @@ def init(
|
|||||||
console.print()
|
console.print()
|
||||||
console.print(enhancements_panel)
|
console.print(enhancements_panel)
|
||||||
|
|
||||||
if selected_ai == "codex":
|
|
||||||
warning_text = """[bold yellow]Important Note:[/bold yellow]
|
|
||||||
|
|
||||||
Custom prompts do not yet support arguments in Codex. You may need to manually specify additional project instructions directly in prompt files located in [cyan].codex/prompts/[/cyan].
|
|
||||||
|
|
||||||
For more information, see: [cyan]https://github.com/openai/codex/issues/2890[/cyan]"""
|
|
||||||
|
|
||||||
warning_panel = Panel(warning_text, title="Slash Commands in Codex", border_style="yellow", padding=(1,2))
|
|
||||||
console.print()
|
|
||||||
console.print(warning_panel)
|
|
||||||
|
|
||||||
@app.command()
|
@app.command()
|
||||||
def check():
|
def check():
|
||||||
"""Check that all required tools are installed."""
|
"""Check that all required tools are installed."""
|
||||||
|
|||||||
Reference in New Issue
Block a user