clawborrator — REST chat (no WS, no live push; everything goes through /api/v1 over polling)
Authenticate with GitHub to continue.
Logged in as
…
| routing | cwd | role | seen |
|---|
…
files:
REST-only:
POST /api/v1/sessions/:id/prompt to send, GET /api/v1/sessions/:id/events?after=<id> on a 2s timer to receive. File chips upload via POST /…/files. Permission asks from the channel CC are surfaced via GET /…/permissions?status=pending; resolve them via POST /…/permissions/:requestId/resolve.