Skip to main content
All Docs
ChangelogSaaS FactoryUpdated April 5, 2026

Changelog

Changelog

v1.0.168 — Real-Time Agent Workspace Console with Human-in-the-Loop Controls

Released: 2026-04-05

This release introduces a persistent, fleet-wide agent activity workspace that lets you observe all AI agents working simultaneously and intervene at any point.

New Features

Agent Workspace Console (/dashboard/agent-workspace)

A dedicated workspace console accessible from the main sidebar (Terminal icon) with two main panels:

  • Live Agent Panel (left) — displays all active pipelines across all products with real-time status, agent job pills, elapsed timers, and pending intervention badges.
  • Activity Feed Console (right) — a terminal-style log stream from all active pipelines, filterable by selecting a specific pipeline.
  • Quick Inject Bar — type instructions directly into the console and inject them into a running agent's context with ⌘↵.

Human-in-the-Loop Controls

Each active pipeline card exposes five intervention types:

ActionIconDescription
InterruptRequest the agent to pause before its next tool call
Inject💬Inject a free-form instruction into the agent's context
Take OverMark yourself as taking manual control; blocks auto-resume
ResumeUn-pause an interrupted or taken-over pipeline
Note📝Add an observer note for audit purposes

Fleet-Wide SSE Stream (/api/agent-workspace/stream)

A new Server-Sent Events endpoint that:

  • Polls all active pipelines every 3 seconds using fingerprint-based diffing — only emits events when state actually changes.
  • Streams new agent log entries from all active runs in real time.
  • Sends heartbeat events every 15 seconds to prevent proxy timeouts.
  • Delivers an initial fleet_snapshot with up to 300 recent log entries on connection.

New Database Table: agent_interventions

A persistent audit log that records every human-in-the-loop action — who triggered it, what type it was, any message payload, and its current status (pending, acknowledged, etc.).

New tRPC Routers

Three new routers were added:

  • agentWorkspace — 7 procedures for fleet-wide pipeline management and intervention (includes unit tests).
  • agentMarketplace — procedures backed by the new agent_marketplace DB schema (packages, installs, ratings).
  • fleetBenchmarks — procedures for fleet-level benchmarking data.

Sidebar Navigation Updates

  • Added Agent Workspace entry (Terminal icon) to the account sidebar.
  • Added Agent Marketplace entry (Bot icon) to the account sidebar.
  • Renamed "Marketplace" to "Template Marketplace" for clarity.

Changed

  • Sidebar label "Marketplace" renamed to "Template Marketplace".

Files Changed

12 files · +2,820 lines added · −3 lines removed