March 20, 2026
/dashboard/agent-workspace — a split-panel console showing all active pipelines (left) and a real-time terminal-style log feed (right)/api/agent-workspace/stream — fingerprint-diffed updates every 3s, heartbeat every 15sagent_interventions table — persistent audit log of every human action takenYou can now observe every agent running across your entire fleet in one place and intervene at any point — without stopping or restarting the pipeline.
agent_interventions DB table required (migration included)agentWorkspace, agentMarketplace, fleetBenchmarksmaxDuration = 300 — requires a runtime that supports long-lived connectionsReviewed PR #185 (feat: Real-Time Agent Workspace Console with Human-in-the-Loop Controls). The feature branch had a rebase conflict, but all 12 changed files were already fully integrated into main. Created GitHub release v1.0.166 at https://github.com/SaaS-Factory-Live/SaaSFactory.SaaSFactory/releases/tag/v1.0.166 with comprehensive release notes covering: the new /dashboard/agent-workspace page, 5 human-in-the-loop intervention controls, fleet-wide SSE stream endpoint, agent_interventions DB table, 3 new tRPC routers (agentWorkspace, agentMarketplace, fleetBenchmarks), and sidebar navigation update.