multica/apps/web/features/issues/components
Jiayuan 0431ee2ee0 fix(issues): show execution logs for mention-triggered agent tasks
AgentLiveCard and TaskRunHistory were gated on assigneeType === "agent",
so mention-triggered tasks on non-agent-assigned issues never showed
their execution logs. Remove that guard so any issue with agent tasks
displays live output and execution history.

Also populate IssueID in ListTaskMessages response so the live card's
WS event filtering works correctly on catch-up after reconnect.
2026-03-31 18:27:37 +08:00
..
pickers feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
agent-live-card.tsx fix(issues): show execution logs for mention-triggered agent tasks 2026-03-31 18:27:37 +08:00
batch-action-toolbar.tsx fix(agent): fix agent visibility defaults and permission model 2026-03-31 14:34:04 +08:00
board-card.tsx fix(sync): board-card rollback, inbox status sync, markRead error handling 2026-03-31 13:09:17 +08:00
board-column.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
board-view.tsx feat(issues): redesign kanban board with drag sorting, filters, and display settings 2026-03-28 00:50:29 +08:00
comment-card.tsx Merge remote-tracking branch 'origin/main' into fix/s3-cleanup-on-delete 2026-03-31 16:49:32 +08:00
comment-input.tsx fix(upload): link attachments to comments via client-side ID tracking 2026-03-31 16:47:27 +08:00
index.ts feat(issues): render issue mentions as rich cards with status icon 2026-03-31 16:19:32 +08:00
issue-detail.tsx fix(issues): show execution logs for mention-triggered agent tasks 2026-03-31 18:27:37 +08:00
issue-mention-card.tsx feat(issues): render issue mentions as rich cards with status icon 2026-03-31 16:19:32 +08:00
issues-header.tsx feat(issues): add assignee and creator filters with two-level dropdown 2026-03-31 11:04:21 +08:00
issues-page.tsx feat(issues): add assignee and creator filters with two-level dropdown 2026-03-31 11:04:21 +08:00
list-row.tsx refactor(issues): extract hooks from issue-detail, eliminate dual source of truth 2026-03-31 13:09:17 +08:00
list-view.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
priority-icon.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
reply-input.tsx fix(upload): link attachments to comments via client-side ID tracking 2026-03-31 16:47:27 +08:00
status-icon.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00