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. |
||
|---|---|---|
| .. | ||
| account.rs | ||
| approvals.rs | ||
| config_types.rs | ||
| conversation_id.rs | ||
| custom_prompts.rs | ||
| items.rs | ||
| lib.rs | ||
| message_history.rs | ||
| models.rs | ||
| num_format.rs | ||
| openai_models.rs | ||
| parse_command.rs | ||
| plan_tool.rs | ||
| protocol.rs | ||
| user_input.rs | ||