kimi-code/packages/agent-core/test/agent/background
Haozhe d111c02ea0
fix(agent-core): cap background shell output to match foreground (#1372)
Background (detached) shell commands were exempt from the 16 MiB output
ceiling, so a runaway background command could fill the disk or crash
the process. Apply the same cap to background shell commands and stop
feeding the disk write chain once it trips. Scope the ceiling to
process tasks so subagent and user-question results, which are appended
once and must be persisted, are left untouched.
2026-07-04 18:48:04 +08:00
..
agent-timeout.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
foreground-persistence.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
heartbeat-stale.test.ts refactor: background task manager persistence (#285) 2026-06-02 12:48:31 +08:00
helpers.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
ids.test.ts feat: detach foreground tasks to background (#821) 2026-06-20 21:24:22 +08:00
manager.test.ts feat: hold print-mode turn until background subagents drain (#1371) 2026-07-04 18:44:44 +08:00
output-access.test.ts fix: dispose process stdio after managed commands (#822) 2026-06-16 22:09:11 +08:00
output-limit.test.ts fix(agent-core): cap background shell output to match foreground (#1372) 2026-07-04 18:48:04 +08:00
persist.test.ts ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
persistence-compat.test.ts refactor: background task manager persistence (#285) 2026-06-02 12:48:31 +08:00
reconcile.test.ts refactor: background task manager persistence (#285) 2026-06-02 12:48:31 +08:00
rpc-events.test.ts refactor: standardize telemetry property names (#1184) 2026-06-29 12:34:38 +08:00