core-agent-ide/codex-rs/exec/src
xl-openai 4897efcced
Add public skills + improve repo skill discovery and error UX (#8098)
1. Adds SkillScope::Public end-to-end (core + protocol) and loads skills
from the public cache directory
2. Improves repo skill discovery by searching upward for the nearest
.codex/skills within a git repo
3. Deduplicates skills by name with deterministic ordering to avoid
duplicates across sources
4. Fixes garbled “Skill errors” overlay rendering by preventing pending
history lines from being injected during the modal
5. Updates the project docs “Skills” intro wording to avoid hardcoded
paths
2025-12-17 01:35:49 -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 Add public skills + improve repo skill discovery and error UX (#8098) 2025-12-17 01:35:49 -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