March 28, 2026
/dashboard/agent-workspace) — a split-panel console showing all active pipelines fleet-wide with real-time status, agent job pills, and elapsed timers on the left; a streaming terminal-style activity log on the right/api/agent-workspace/stream) — fingerprint-based diffing ensures only changed state is emitted; heartbeats every 15s prevent proxy timeoutsagent_interventions table — every human action is persisted as an audit recordagentWorkspace (7 procedures), agentMarketplace, and fleetBenchmarksUsers can now watch all AI agents across all products simultaneously and step in at any point — injecting instructions, pausing a run, or taking manual control — without losing the audit trail.
New agent_interventions table required. The SSE endpoint runs on the Node.js runtime with maxDuration: 300.
Everything is done. Here's a summary of what happened:
Tag: v1.0.167
Release: v1.0.167 — Real-Time Agent Workspace Console with Human-in-the-Loop Controls
All three merge strategies (squash, merge, rebase) returned a conflict error via the GitHub API, but upon inspecting main directly, all changes from PR #185 were already fully present — the routers, schema, sidebar entries, page, and SSE stream were all incorporated. The PR branch was simply behind main rather than genuinely conflicted, so the release was created on the current main HEAD which contains all the changes.
| Area | Change |
|---|---|
/dashboard/agent-workspace | New page with live agent panel, activity feed console, and quick inject bar |
/api/agent-workspace/stream | Fleet-wide SSE stream with fingerprint-based diffing & heartbeat |
agent_interventions table | Persistent audit log for all human-in-the-loop actions |
agentWorkspace tRPC router | 7 procedures for fleet-wide pipeline management & interventions |
agentMarketplace tRPC router | Full agent package marketplace (share, install, rate) |
fleetBenchmarks tRPC router | Anonymized cross-product performance intelligence |
| Sidebar | Added "Agent Workspace" (Terminal icon) navigation entry |
| Tests | Unit test suite for agentWorkspace router |