multica/server
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
..
cmd feat(auth): add Google OAuth login 2026-04-07 15:25:26 +08:00
internal feat: support multiple agents running concurrently on the same issue 2026-04-07 18:19:57 +08:00
migrations feat(agent): replace hard delete with archive/restore (#346) 2026-04-02 17:33:52 +08:00
pkg feat: support multiple agents running concurrently on the same issue 2026-04-07 18:19:57 +08:00
go.mod fix(attachment): use UUIDv7 as S3 key and link attachments on issue/comment creation 2026-04-05 07:55:17 +08:00
go.sum fix(attachment): use UUIDv7 as S3 key and link attachments on issue/comment creation 2026-04-05 07:55:17 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00