mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-25 17:14:54 +00:00
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. |
||
|---|---|---|
| .. | ||
| agent-timeout.test.ts | ||
| foreground-persistence.test.ts | ||
| heartbeat-stale.test.ts | ||
| helpers.ts | ||
| ids.test.ts | ||
| manager.test.ts | ||
| output-access.test.ts | ||
| output-limit.test.ts | ||
| persist.test.ts | ||
| persistence-compat.test.ts | ||
| reconcile.test.ts | ||
| rpc-events.test.ts | ||