You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prompts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Custom prompts turn your repeatable instructions into reusable slash commands, s
8
8
- File type: Codex only loads `.md` files. Non-Markdown files are ignored.
9
9
- Naming: The filename (without `.md`) becomes the prompt name. A file called `review.md` registers the prompt `review`.
10
10
- Refresh: Prompts are loaded when a session starts. Restart Codex (or start a new session) after adding or editing files.
11
-
- Conflicts: Files whose names collide with built-in commands (like `init`) are skipped.
11
+
- Conflicts: Files whose names collide with built-in commands (like `init`) stay hidden in the slash popup, but you can still invoke them with `/prompts:<name>`.
12
12
13
13
### File format
14
14
@@ -23,7 +23,7 @@ Custom prompts turn your repeatable instructions into reusable slash commands, s
23
23
```
24
24
25
25
-`description` shows under the entry in the popup.
26
-
-`argument-hint` (or `argument_hint`) displays a short hint about expected inputs.
26
+
-`argument-hint` (or `argument_hint`) lets you document expected inputs, though the current UI ignores this metadata.
0 commit comments