paperclip/server/src
Forgotten 8d5525d0da Add live badge to issues with active runs on /issues/active
Server: the /companies/:companyId/live-runs endpoint now returns
issueId extracted from contextSnapshot, so the UI can match runs
to issues without N+1 queries.

UI (Issues.tsx): fetches company live runs (with 5s polling), builds
a set of issue IDs with active runs, and shows a pulsing "Live" badge
in each matching issue row — matching the existing blue live indicator
style from AgentDetail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:24:38 -06:00
..
__tests__ fix: storage S3 stream conversion, API client FormData support, and attachment API 2026-02-20 10:33:10 -06:00
adapters feat: adapter model discovery, reasoning effort, and improved codex formatting 2026-02-20 10:32:07 -06:00
middleware Clean up attachment objects on issue delete and suppress responseTime in logs 2026-02-20 11:29:03 -06:00
realtime Implement agent runtime services and WebSocket realtime 2026-02-17 12:24:43 -06:00
routes Add live badge to issues with active runs on /issues/active 2026-02-20 12:24:38 -06:00
secrets Implement secrets service with local encryption, redaction, and runtime resolution 2026-02-19 15:43:52 -06:00
services feat: comment-triggered wakeups, coalescing improvements, and failed run badges 2026-02-20 10:32:17 -06:00
storage fix: storage S3 stream conversion, API client FormData support, and attachment API 2026-02-20 10:33:10 -06:00
types Server: migration prompts, structured logging, heartbeat reaping, and issue-run tracking 2026-02-19 09:09:40 -06:00
agent-auth-jwt.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
app.ts feat: add storage system with local disk and S3 providers 2026-02-20 10:31:56 -06:00
config-file.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
config.ts feat: add storage system with local disk and S3 providers 2026-02-20 10:31:56 -06:00
errors.ts Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
home-paths.ts feat: add storage system with local disk and S3 providers 2026-02-20 10:31:56 -06:00
index.ts feat: add storage system with local disk and S3 providers 2026-02-20 10:31:56 -06:00
paths.ts feat(cli): add client commands and home-based local runtime defaults 2026-02-20 07:10:58 -06:00
redaction.ts Implement secrets service with local encryption, redaction, and runtime resolution 2026-02-19 15:43:52 -06:00
startup-banner.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00