kimi-code/packages/services
haozhe.yang f71ef6d466 feat(server): add session skill list and activation endpoints
- add GET /sessions/{session_id}/skills and POST .../{skill_name}:activate routes\n- add skill protocol schemas (SkillDescriptor, list/activate DTOs) and error codes\n- add ISkillService/SkillService to list and activate skills via core RPC\n- map skill errors to protocol envelopes (40415, 40912)\n- add end-to-end tests covering list, activate, unknown session/skill, and unsupported action
2026-06-12 12:34:14 +08:00
..
src feat(server): add session skill list and activation endpoints 2026-06-12 12:34:14 +08:00
test feat(services): restore full message history from wire log for compacted sessions 2026-06-12 11:10:22 +08:00
AGENTS.md chore(changeset): rename daemon references to server in changesets and docs 2026-06-11 18:14:56 +08:00
package.json feat(server): add server-managed PTY terminal APIs and WebSocket controls 2026-06-11 20:07:44 +08:00
tsconfig.json feat: bootstrap local daemon with REST/WS gateway, DI, and protocol/services packages 2026-06-11 10:14:44 +08:00
tsdown.config.ts refactor(services,protocol): remove node-sdk dependency 2026-06-11 10:14:46 +08:00
vitest.config.ts refactor(services,protocol): remove node-sdk dependency 2026-06-11 10:14:46 +08:00