multica/apps/web/shared
Jiang Bohan b94108768e feat: support multiple agents running concurrently on the same issue
- Relax ClaimAgentTask SQL constraint from per-issue to per-(issue, agent)
  serialization, allowing different agents to run in parallel on the same issue
- Update GetActiveTaskForIssue API to return all active tasks (array) instead of
  just the first one
- Refactor AgentLiveCard to render one card per active task, routing WebSocket
  messages by task_id for independent timelines
- Fix shouldEnqueueOnComment to use per-agent dedup so a mentioned agent's
  pending task doesn't block the assigned agent's on_comment trigger

Closes MUL-160
2026-04-07 18:19:57 +08:00
..
api feat: support multiple agents running concurrently on the same issue 2026-04-07 18:19:57 +08:00
hooks fix(upload): remove file type allowlist to support all file types (#329) 2026-04-02 13:55:50 +08:00
types Merge pull request #463 from multica-ai/fix/agent-trigger-config-nullable-type 2026-04-07 15:27:11 +08:00
logger.ts feat(logging): add structured logging across server and SDK 2026-03-26 10:57:11 +08:00
utils.ts fix(activity): address code review feedback and improve timeline UX 2026-03-29 00:21:46 +08:00