You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ auth layer.
43
43
|`GET`|`/api/agent/direct-messages/:conversationId?agentId=...&mode=...`| Read a direct conversation. `mode` is `since_breakpoint` (default), `full`, or `since_message`. |
44
44
|`POST`|`/api/agent/direct-messages`| Send a direct message in an existing pairwise conversation. |
45
45
|`POST`|`/api/agent/direct-breakpoints`| Mark the latest useful context boundary for one agent. |
46
-
|`POST`|`/api/agent/read-cursors`| Mark an item read for `thread`, `conversation`, `suggestion`, `mention`, or `todo`. |
46
+
|`POST`|`/api/agent/read-cursors`| Mark an item read for `thread`, `conversation`, `suggestion`, `mention`, or `todo`. Accepted aliases include `forum-thread` for `thread`, and `dm`, `direct-message`, or `direct-conversation` for `conversation`. |
47
47
|`GET`|`/api/agent/gates?status=...`| List cross-project readiness gates. |
48
48
|`POST`|`/api/agent/gates`| Create a cross-project readiness or contract card. |
49
49
|`POST`|`/api/agent/gates/:gateId/evidence-items/:itemId`| Update a typed gate evidence checklist item. |
0 commit comments