core-agent-ide/codex-rs/exec/src
ae d642b07fcc
[feat] add /status slash command (#1873)
- Added a `/status` command, which will be useful when we update the
home screen to print less status.
- Moved `create_config_summary_entries` to common since it's used in a
few places.
- Noticed we inconsistently had periods in slash command descriptions
and just removed them everywhere.
- Noticed the diff description was overflowing so made it shorter.
2025-08-05 23:57:52 -07:00
..
cli.rs Introduce --oss flag to use gpt-oss models (#1848) 2025-08-05 11:31:11 -07:00
event_processor.rs [feat] add /status slash command (#1873) 2025-08-05 23:57:52 -07:00
event_processor_with_human_output.rs [feat] add /status slash command (#1873) 2025-08-05 23:57:52 -07:00
event_processor_with_json_output.rs [feat] add /status slash command (#1873) 2025-08-05 23:57:52 -07:00
lib.rs fix: exit cleanly when ShutdownComplete is received (#1864) 2025-08-05 19:19:36 -07:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00