core-agent-ide/codex-rs/exec/src
xl-openai 5d77d4db6b
Reimplement skills loading using SkillsManager + skills/list op. (#7914)
refactor the way we load and manage skills:
1. Move skill discovery/caching into SkillsManager and reuse it across
sessions.
2. Add the skills/list API (Op::ListSkills/SkillsListResponse) to fetch
skills for one or more cwds. Also update app-server for VSCE/App;
3. Trigger skills/list during session startup so UIs preload skills and
handle errors immediately.
2025-12-14 09:58:17 -08:00
..
cli.rs chore: review everywhere (#7444) 2025-12-02 11:26:27 +00:00
event_processor.rs Minor cleanup of codex exec output (#4585) 2025-10-02 14:17:42 -07:00
event_processor_with_human_output.rs Reimplement skills loading using SkillsManager + skills/list op. (#7914) 2025-12-14 09:58:17 -08:00
event_processor_with_jsonl_output.rs chore: rework unified exec events (#7775) 2025-12-10 10:30:38 +00:00
exec_events.rs [app-server] feat: add Declined status for command exec (#7101) 2025-11-21 09:19:39 -08:00
lib.rs [codex] add otel tracing (#7844) 2025-12-12 17:07:17 -08: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