Stop splitting the warning over multiple lines

This commit is contained in:
Den Delimarsky 🌺
2025-09-21 11:42:22 -07:00
parent c65b0fbb62
commit 86aaf2daed

View File

@@ -1013,13 +1013,10 @@ def init(
console.print() console.print()
console.print(steps_panel) console.print(steps_panel)
# Add Codex warning if using Codex
if selected_ai == "codex": if selected_ai == "codex":
warning_text = """[bold yellow]Important Note:[/bold yellow] warning_text = """[bold yellow]Important Note:[/bold yellow]
Custom prompts do not yet support arguments in Codex. You may need to manually 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].
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]""" For more information, see: [cyan]https://github.com/openai/codex/issues/2890[/cyan]"""