nexus/server/src
Forgotten 3b81557f7c UI: URL-based tab routing, ActivityRow extraction, and agent detail redesign
Switch agents, issues, and approvals pages from query-param tabs to
URL-based routes (/agents/active, /issues/backlog, /approvals/pending).
Extract shared ActivityRow component used by both Dashboard and Activity
pages. Redesign agent detail overview with LatestRunCard showing live/
recent run status, move permissions toggle to Configuration tab, add
budget progress bar, and reorder tabs (Runs before Configuration).
Dashboard now counts idle agents as active and shows "Recent Tasks"
instead of "Stale Tasks". Remove unused MyIssues page and sidebar link.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 14:39:48 -06:00
..
__tests__ Improve codex-local adapter: skill injection, stdin piping, and error parsing 2026-02-19 14:39:37 -06:00
adapters Add adapter session codecs with cwd-aware resume and unknown-session retry 2026-02-19 14:01:58 -06:00
middleware Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges 2026-02-19 13:02:41 -06:00
realtime Implement agent runtime services and WebSocket realtime 2026-02-17 12:24:43 -06:00
routes Implement task-scoped sessions, queued run chaining, and session reset API 2026-02-19 14:02:17 -06:00
services UI: URL-based tab routing, ActivityRow extraction, and agent detail redesign 2026-02-19 14:39:48 -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 Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges 2026-02-19 13:02:41 -06:00
config-file.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
config.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
errors.ts Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
index.ts Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges 2026-02-19 13:02:41 -06:00
paths.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
startup-banner.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00