core-agent-ide/codex-rs/exec
dedrisian-oai b8e8454b3f
Custom /prompts (#2696)
Adds custom `/prompts` to `~/.codex/prompts/<command>.md`.

<img width="239" height="107" alt="Screenshot 2025-08-25 at 6 22 42 PM"
src="https://github.com/user-attachments/assets/fe6ebbaa-1bf6-49d3-95f9-fdc53b752679"
/>

---

Details:

1. Adds `Op::ListCustomPrompts` to core.
2. Returns `ListCustomPromptsResponse` with list of `CustomPrompt`
(name, content).
3. TUI calls the operation on load, and populates the custom prompts
(excluding prompts that collide with builtins).
4. Selecting the custom prompt automatically sends the prompt to the
agent.
2025-08-29 02:16:39 +00:00
..
src Custom /prompts (#2696) 2025-08-29 02:16:39 +00:00
tests chore: require uninlined_format_args from clippy (#2845) 2025-08-28 11:25:23 -07:00
Cargo.toml Add AuthManager and enhance GetAuthStatus command (#2577) 2025-08-22 13:10:11 -07:00