kimi-code/packages
Haozhe f4dc9ba1ae
refactor(agent-core-v2): migrate skill domain to agent runtime (#3202)
- define the AgentSkill contract and SkillRuntime (activate /
  promptWithSkills / recordModelToolActivation) with a lazy, non-durable
  provider; recordActivation dispatches SkillActivated directly and the
  skillKey / SkillActivate relay is gone
- allow agent runtime descriptors to omit logic (durable definitions
  still require it), making skill the first pure-API domain
- featurize the skill domain: app/skillCatalog,
  workspace/workspaceSkillCatalog, session/sessionSkillCatalog,
  agent/skill, and agent/tools/skill move under src/features/skill;
  the static Skill tool registration and the AgentSkillService are gone
- resolve the runtime at the edge: kap-server routes and node-sdk
  activateSkill go through IAgentLifecycleService.resolve, and the
  klient dispatcher keeps the agentSkillService wire name over a
  per-agent view
2026-08-24 18:53:04 +08:00
..
acp-adapter ci: release packages (#2932) 2026-08-18 19:19:18 +08:00
acp-server refactor(agent-core-v2): migrate skill domain to agent runtime (#3202) 2026-08-24 18:53:04 +08:00
agent-core fix(agent-core): gate background questions on task controls (#3159) 2026-08-23 20:40:23 +08:00
agent-core-v2 refactor(agent-core-v2): migrate skill domain to agent runtime (#3202) 2026-08-24 18:53:04 +08:00
kaos fix(kaos): resolve Git Bash POSIX paths for file tools on Windows (#2200) 2026-08-20 22:42:16 +08:00
kap-server refactor(agent-core-v2): migrate skill domain to agent runtime (#3202) 2026-08-24 18:53:04 +08:00
klient refactor(agent-core-v2): migrate skill domain to agent runtime (#3202) 2026-08-24 18:53:04 +08:00
kosong fix: fail fast on provider-filtered empty responses (#3101) 2026-08-20 11:55:26 +08:00
migration-legacy ci: release packages (#1767) 2026-07-16 18:54:29 +08:00
minidb fix: drain in-flight persistence and log writes on session close and shutdown (#3122) 2026-08-20 17:19:20 +08:00
node-sdk refactor(agent-core-v2): migrate skill domain to agent runtime (#3202) 2026-08-24 18:53:04 +08:00
oauth feat(agent-core-v2): add the unified MCP management plane (#3002) 2026-08-22 18:22:37 +08:00
pi-tui ci: release packages (#2932) 2026-08-18 19:19:18 +08:00
protocol feat(agent-core-v2): turn /tower into a mode parallel to plan mode (#3099) 2026-08-21 14:47:37 +08:00
telemetry feat(kimi-code): support two OAuth login endpoints (#2862) 2026-08-20 11:24:02 +08:00
transcript fix(transcript): fold mid-turn task notifications into the current turn on cold rebuild (#3102) 2026-08-24 14:33:36 +08:00
tree-sitter-bash feat(tree-sitter-bash): add a pure-TypeScript bash parser and an agent-core-v2 bashParser service (#2016) 2026-07-28 14:29:08 +08:00