mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add Redis-based queue management with run-queue, active-run, and dispatcher lock - Modify createRun to enqueue runs instead of immediate spawning - Implement auto-advance mechanism when runs complete - Add UI status column showing Running/Queued/Completed states - Add queue position display for queued runs - Add cancel button for queued runs - Preserve per-run task concurrency via PQueue Addresses issue #7966 |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| .env | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| tsconfig.json | ||
| turbo.json | ||
| vitest.config.ts | ||