Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.
Go to file
Prateek e04030184a fix: address 3 new Bugbot review comments
1. Medium Severity: Wrap getOrSpawnTtyd in try/catch
   - Port exhaustion exception now caught and returns 503 error
   - Prevents unhandled promise rejection that hangs client

2. Low Severity: Change "review" level label to "Needs Investigation"
   - "Pending Review" was misleading - this level means CI failed,
     changes requested, or merge conflicts (active problems)
   - "Needs Investigation" better conveys urgency and action needed

3. Low Severity: Add issue label enrichment to API sessions route
   - Import getTracker and enrichSessionIssue
   - Enrich issue labels synchronously before PR enrichment
   - Matches behavior of SSR page and individual session route

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 02:18:50 +05:30
.cursor chore: add ESLint, Prettier, CI workflow, and comprehensive CLAUDE.md conventions 2026-02-13 18:01:52 +05:30
.github/workflows feat: notifier-composio plugin + integration tests for all plugins (#7) 2026-02-14 16:29:59 +05:30
artifacts fix: address all review comments, lint/format, bugbot issues 2026-02-13 18:42:45 +05:30
packages fix: address 3 new Bugbot review comments 2026-02-15 02:18:50 +05:30
scripts feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
.gitignore fix: remove machine-specific symlinks from repository 2026-02-14 22:11:36 +05:30
.prettierignore chore: add ESLint, Prettier, CI workflow, and comprehensive CLAUDE.md conventions 2026-02-13 18:01:52 +05:30
.prettierrc chore: add ESLint, Prettier, CI workflow, and comprehensive CLAUDE.md conventions 2026-02-13 18:01:52 +05:30
CLAUDE.md fix: address all review comments, lint/format, bugbot issues 2026-02-13 18:42:45 +05:30
CLAUDE.orchestrator.md fix: address all review comments, lint/format, bugbot issues 2026-02-13 18:42:45 +05:30
agent-orchestrator.yaml fix: improve terminal rendering - hide extra cursor, faster polling 2026-02-14 22:11:36 +05:30
agent-orchestrator.yaml.example feat: layered prompt system for agent sessions (#27) 2026-02-14 20:07:13 +05:30
eslint.config.js feat: implement CLI with all commands (init, status, spawn, session, send, review-check, dashboard, open) (#6) 2026-02-14 16:14:27 +05:30
package.json feat: agent plugins, OpenCode plugin, integration tests, CI (#5) 2026-02-14 11:28:42 +05:30
pnpm-lock.yaml feat: improve session detail UI and fix activity detection 2026-02-14 22:11:36 +05:30
pnpm-workspace.yaml feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
tsconfig.base.json feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30