multica/server/internal/handler
Naiyuan Qing 3f71957608 feat(inbox): notification triggers, unread badge, archive UI, View Issue link
- Add GET /api/inbox/unread-count endpoint
- Comment on assigned issue notifies assignee (type: mentioned)
- Status change notifies creator in addition to assignee
- Reassignment notifies old assignee (Unassigned from: ...)
- Fix SDK return types: markInboxRead/archiveInbox return InboxItem
- Add getUnreadInboxCount() to SDK
- Sidebar shows unread inbox badge from store (real-time via WS)
- Inbox detail: View Issue link + Archive button
- Fix IssueAssigneeType in create issue dialog

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 11:00:07 +08:00
..
agent.go fix(workspace): permission enforcement, invite auto-create, switch clears stores 2026-03-25 10:46:53 +08:00
auth.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
comment.go feat(inbox): notification triggers, unread badge, archive UI, View Issue link 2026-03-25 11:00:07 +08:00
daemon.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
daemon_pairing.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
handler_test.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
inbox.go feat(inbox): notification triggers, unread badge, archive UI, View Issue link 2026-03-25 11:00:07 +08:00
issue.go feat(inbox): notification triggers, unread badge, archive UI, View Issue link 2026-03-25 11:00:07 +08:00
runtime.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
workspace.go fix(workspace): permission enforcement, invite auto-create, switch clears stores 2026-03-25 10:46:53 +08:00