Skip to content

Commit e71ebbc

Browse files
authored
Merge pull request #696 from emanuelturis/patch-1
Remove Codex named args limitation warnings from docs and cli
2 parents 80b2544 + 4c62cab commit e71ebbc

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
133133
| [Kilo Code](https://github.com/Kilo-Org/kilocode) || |
134134
| [Auggie CLI](https://docs.augmentcode.com/cli/overview) || |
135135
| [Roo Code](https://roocode.com/) || |
136-
| [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. |
137136
| [Codex CLI](https://github.com/openai/codex) || |
137+
| [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. |
138138

139139
## 🔧 Specify CLI Reference
140140

src/specify_cli/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,17 +1095,6 @@ def init(
10951095
console.print()
10961096
console.print(enhancements_panel)
10971097

1098-
if selected_ai == "codex":
1099-
warning_text = """[bold yellow]Important Note:[/bold yellow]
1100-
1101-
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].
1102-
1103-
For more information, see: [cyan]https://github.com/openai/codex/issues/2890[/cyan]"""
1104-
1105-
warning_panel = Panel(warning_text, title="Slash Commands in Codex", border_style="yellow", padding=(1,2))
1106-
console.print()
1107-
console.print(warning_panel)
1108-
11091098
@app.command()
11101099
def check():
11111100
"""Check that all required tools are installed."""

0 commit comments

Comments
 (0)