kimi-code/packages/agent-core/test/agent/background
liruifengv 83e175399f
feat: auto-background timed-out foreground bash commands (#1591)
* 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>
2026-07-13 21:08:21 +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: auto-background timed-out foreground bash commands (#1591) 2026-07-13 21:08:21 +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