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. |
||
|---|---|---|
| .. | ||
| tool_handlers | ||
| codex_tool_config.rs | ||
| codex_tool_runner.rs | ||
| error_code.rs | ||
| exec_approval.rs | ||
| lib.rs | ||
| main.rs | ||
| message_processor.rs | ||
| outgoing_message.rs | ||
| patch_approval.rs | ||