Skip to content

Commit 75df299

Browse files
committed
Remove Codex named args limitation warning
1 parent 3ee225f commit 75df299

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/specify_cli/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,17 +1088,6 @@ def init(
10881088
console.print()
10891089
console.print(enhancements_panel)
10901090

1091-
if selected_ai == "codex":
1092-
warning_text = """[bold yellow]Important Note:[/bold yellow]
1093-
1094-
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].
1095-
1096-
For more information, see: [cyan]https://github.com/openai/codex/issues/2890[/cyan]"""
1097-
1098-
warning_panel = Panel(warning_text, title="Slash Commands in Codex", border_style="yellow", padding=(1,2))
1099-
console.print()
1100-
console.print(warning_panel)
1101-
11021091
@app.command()
11031092
def check():
11041093
"""Check that all required tools are installed."""

0 commit comments

Comments
 (0)