mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-25 17:14:54 +00:00
* feat: auto-background timed-out foreground bash commands * fix: discourage blocking TaskOutput waits on background tasks * test: avoid unsafe string conversion in bash timeout test * fix: align bash timeout description with auto-background opt-out * feat(agent-core-v2): auto-background timed-out bash commands - detach timed-out foreground Bash tasks and re-arm the background deadline - align TaskOutput guidance with non-blocking background task handling - add klient SEA end-to-end coverage for the v2 server * fix(klient): clean up lint errors in auto-background e2e example --------- Co-authored-by: haozhe.yang <yanghaozhe@moonshot.ai> |
||
|---|---|---|
| .. | ||
| 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 | ||