- Add SessionActivity tracker for session liveness monitoring - Add cleanupOrphanedParts() to recover tool parts stuck from prior crashes - Add periodic watchdog that detects stuck tools beyond configured timeout - Leaf-filtering: only force-errors actual stuck tools, not task tools waiting on children - Idle detection: cancels sessions with no activity beyond idle threshold - Config support for tool_timeout, task_timeout, idle_timeout |
||
|---|---|---|
| .. | ||
| bin | ||
| migration | ||
| script | ||
| specs | ||
| src | ||
| test | ||
| .gitignore | ||
| AGENTS.md | ||
| BUN_SHELL_MIGRATION_PLAN.md | ||
| Dockerfile | ||
| README.md | ||
| bunfig.toml | ||
| drizzle.config.ts | ||
| git | ||
| package.json | ||
| parsers-config.ts | ||
| sst-env.d.ts | ||
| tsconfig.json | ||
README.md
js
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.