Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 865 Bytes

File metadata and controls

22 lines (14 loc) · 865 Bytes

Inbox

A notification-style feed for completed and cancelled tasks.

What It Shows

The inbox lists all tasks with status done or cancelled that are not archived. It serves as a log of finished AI executions so you can review results, check PR links, and mark items as read.

Unread Count

The sidebar shows a badge with the count of unread items (done tasks where inboxRead is false).

API Endpoints

Method Path Description
GET /api/inbox List all inbox items (done or cancelled, non-archived tasks) with labels, team, and project
GET /api/inbox/count Get count of unread items
PATCH /api/inbox/read/:id Mark a single item as read
PATCH /api/inbox/read-all Mark all items as read

Items are ordered by updatedAt descending (most recently completed first).