kimi-code/packages/protocol
qer 2bd6a8b5cb fix(kap-server): project run_in_background onto REST tasks
agent-core-v2 registers foreground Agent runs in the task service too
(detached: false, so the LLM can drive them via TaskList/TaskOutput/
TaskStop). The REST projection dropped that distinction and the web
client defaults subagent tasks to background, so foreground subagents
showed up in the dock as entries that never settle and cannot be
stopped. Add the optional run_in_background field to the protocol Task
schema and project info.detached onto it; older servers keep omitting
the field and the client default stays correct for them.
2026-07-14 04:17:23 +08:00
..
src fix(kap-server): project run_in_background onto REST tasks 2026-07-14 04:17:23 +08:00
CHANGELOG.md ci: release packages (#1268) 2026-07-02 11:12:20 +08:00
package.json chore: drop #/ import array fallbacks and custom resolution plugins (#1594) 2026-07-13 16:37:35 +08:00
tsconfig.json feat(protocol): extract shared protocol package from agent-core (#612) 2026-06-10 14:03:38 +08:00
tsdown.config.ts feat(protocol): extract shared protocol package from agent-core (#612) 2026-06-10 14:03:38 +08:00
vitest.config.ts chore: use raw query imports for prompt sources (#682) 2026-06-12 11:47:44 +08:00