fix: remove cli tooltip references to custom prompts (#9901)
Custom prompts are now deprecated, however are still references in tooltips. Remove the relevant tips from the repository. Closes #9900
This commit is contained in:
parent
2e5aa809f4
commit
f29a0defa2
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ Use /fork to branch the current chat into a new thread.
|
|||
Use /init to create an AGENTS.md with project-specific guidance.
|
||||
Use /mcp to list configured MCP tools.
|
||||
You can run any shell command from Codex using `!` (e.g. `!ls`)
|
||||
Type / to open the command popup; Tab autocompletes slash commands and saved prompts.
|
||||
You can define your own `/` commands with custom prompts. More info: https://developers.openai.com/codex/guides/slash-commands#create-your-own-slash-commands-with-custom-prompts
|
||||
Type / to open the command popup; Tab autocompletes slash commands.
|
||||
When the composer is empty, press Esc to step back and edit your last message; Enter confirms.
|
||||
Press Tab to queue a message instead of sending it immediately; Enter always sends immediately.
|
||||
Paste an image with Ctrl+V to attach it to your next message.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue