multica/src
Jiang Bohan 4e10ee7e15 feat(skills): extend SkillManager with invocation methods
Add invocation capabilities to SkillManager:
- getSkillCommands: get user-invocable skill command specs
- resolveCommand: match user input to skill invocation
- getCompletions: get tab completions for command prefix
- buildModelSkillsPrompt: build prompt excluding user-only skills

Export invoke module functions for external use.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 16:11:13 +08:00
..
agent feat(skills): extend SkillManager with invocation methods 2026-01-30 16:11:13 +08:00
client Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
console Add gateway URL configuration to Hub Console 2026-01-30 11:01:06 +08:00
gateway docs: translate comments from Chinese to English (#15) 2026-01-30 04:01:14 +08:00
hub feat(hub): persist agent list to disk for restart recovery 2026-01-30 13:56:19 +08:00
shared Merge remote-tracking branch 'origin/main' into agent-api-key-baseurl 2026-01-30 14:06:36 +08:00
index.ts Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00