Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.
agent-fleetagent-swarmclaude-codecodex-cligit-worktreesmulti-agentorchestrationorchestratorparallel-agentsparallel-codingskillstmux
Changed state tracking from single values to Sets to properly handle multiple concurrent button clicks: - `sendingComments: Set<string>` - tracks all in-flight requests - `sentComments: Set<string>` - tracks successful completions - `errorComments: Set<string>` - tracks failures - `timersRef: Map<string, Timeout>` - per-comment cleanup timers This ensures that: - Each button correctly shows its own loading/success/error state - Buttons remain disabled only while their specific request is pending - Callbacks from different requests don't overwrite each other's state Fixes the race condition identified by Cursor Bugbot. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .changeset | ||
| .cursor | ||
| .github/workflows | ||
| artifacts | ||
| packages | ||
| scripts | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CLAUDE.md | ||
| CLAUDE.orchestrator.md | ||
| DASHBOARD_FIXES_SUMMARY.md | ||
| LICENSE | ||
| agent-orchestrator.yaml | ||
| agent-orchestrator.yaml.example | ||
| eslint.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||