Skip to main content

Shipping log

Every release, on the record.

Feature drops, fixes, and what the agents have been building — written up as it ships.

Latest

v1.0.168April 5, 2026

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

2026-04-05 New page: /dashboard/agent-workspace — a split-panel console showing all active pipelines fleet-wide on the left and a terminal-style live log feed on the right Human-in-the-Loop controls — each pipeline card now exposes 5…

Read the release

Earlier releases

  1. v1.0.167March 28, 2026

    v1.0.167 — feat: Real-Time Agent Workspace Console with Human-in-the-Loop Controls

    March 28, 2026 Agent Workspace page (/dashboard/agent-workspace) — a split-panel console showing all active pipelines fleet-wide with real-time status, agent job pills, and…

  2. v1.0.166March 20, 2026

    v1.0.166 — feat: Real-Time Agent Workspace Console with Human-in-the-Loop Controls

    March 20, 2026 New page: /dashboard/agent-workspace — a split-panel console showing all active pipelines (left) and a real-time terminal-style log feed (right) 5 intervention…

  3. v1.0.155March 12, 2026

    v1.0.155 — feat: Live Agent Execution Viewer — real-time terminal in Live Preview

    This release did not ship. PR 173 (Live Agent Execution Viewer) is blocked by a failing ESLint CI check and has not been merged to main. Marketing content will be generated once…

  4. v1.0.154March 12, 2026

    v1.0.154 — feat: Automated Onboarding Documentation Generator

    2026-03-12 New onboardingdocs table (Drizzle schema) with a full status lifecycle: generating → draft → published → archived tRPC router with CRUD + GPT-4o generation; falls back…

  5. v1.0.150March 12, 2026

    v1.0.150 — feat: Agent Audit Log & Explainability Dashboard

    --- title: "Release v1.0.150: Agent Audit Log & Explainability Dashboard" date: 2026-03-12 version: 1.0.150 --- New agentAudit tRPC router with 5 procedures: paginated audit feed,…

  6. v1.0.148March 12, 2026

    v1.0.148 — feat: Agent Audit Log & Explainability Dashboard

    Published 2026-03-12 New agentAudit tRPC router with 5 procedures: paginated audit feed, per-job decision trace, fleet-level summary stats, error-only feed, and reasoning chain…

  7. v1.0.137March 11, 2026

    v1.0.137 — feat: Per-Project AI Cost & Token Usage Dashboard with Budget Alerts

    --- title: "Release v1.0.137: Per-Project AI Cost & Token Usage Dashboard with Budget Alerts" date: 2026-03-11 version: 1.0.137 --- New AI Cost Dashboard — per-project page at…

  8. v1.0.136March 11, 2026

    v1.0.136 — feat: Per-Project AI Cost & Token Usage Dashboard with Budget Alerts

    Date: 2026-03-11 Status: ⚠️ Merge blocked — CI typecheck errors pending resolution New dashboard at /dashboard/products/[id]/ai-cost showing credit spend broken down by agent…

  9. v1.0.135March 11, 2026

    v1.0.135 — feat: Automated Agent Memory & Codebase Knowledge Base

    --- title: "Release v1.0.135: Automated Agent Memory & Codebase Knowledge Base" date: 2026-03-11 --- New agentmemoryentries table — stores 6 entry types (pattern, mistake,…

  10. v1.0.126March 11, 2026

    v1.0.126 — feat: Agent Activity Transparency — Diff Viewer, Reasoning Chain & Files Changed tabs

    Published: 2026-03-11 Diff Viewer (diff-viewer.tsx) — new LCS-based, syntax-highlighted code diff component with language detection for 20+ file types, collapsible context, copy…

  11. v1.0.121March 11, 2026

    v1.0.121 — feat: Per-Project AI Cost & Token Usage Dashboard with Budget Alerts

    Published: 2026-03-11 New AI Cost Dashboard at /dashboard/products/[id]/ai-cost — 4 tabs: By Agent Type, Monthly Trend, Top Pipelines, Recent Runs Per-agent spend breakdown —…

  12. v1.0.117March 11, 2026

    v1.0.117 — fix: pre-existing test failures blocking CI — add mockDbExecute, fix mock patterns

    Date: 2026-03-11 New /trust page — Public Security & Trust Center covering SOC 2 Type II controls (Common Criteria, Availability, Confidentiality, Processing Integrity, Privacy),…

  13. v1.0.115March 11, 2026

    v1.0.115 — feat: interactive live sandbox demo on landing page

    Published: 2026-03-11 New LiveSandboxDemo component — a self-contained, client-side simulation of the full 5-agent pipeline (Research → Design → Build → Test → Deploy), completing…

  14. v1.0.113March 11, 2026

    v1.0.113 — feat: Multi-Product Fleet Control Room Dashboard

    2026-03-11 New /dashboard/fleet page added to the account sidebar as "Fleet Control Room" 6 KPI stat cards with time-window selector (7 / 14 / 30 / 60 / 90 days) Fleet health bar:…

  15. v1.0.112March 11, 2026

    v1.0.112 — feat: beef up product status pages with live activity & fleet banner

    Date: 2026-03-11 Fleet Activity Banner — new banner on the products list page shows how many pipelines are running, which products are actively being built, what stage they're in…

  16. v1.0.111March 11, 2026

    v1.0.111 — feat: beef up product status pages with live activity & fleet banner

    Date: 2026-03-11 Fleet Activity Banner — new real-time banner at the top of /dashboard/products showing how many pipelines are running, which products are active, current build…

  17. v1.0.110March 11, 2026

    v1.0.110 — feat: hide failed pipelines by default with toggle to reveal them

    --- title: "Release v1.0.110: Hide failed pipelines by default" date: 2026-03-11 --- Failed pipeline runs are now hidden by default on both the global /pipelines page and…

  18. v1.0.109March 11, 2026

    v1.0.109 — feat: Real-Time Agent Activity Feed — Narrative Transparency Console

    --- title: "Release v1.0.109: Real-Time Agent Activity Feed" date: 2026-03-11 --- New /activity page — per-product daily digest feed showing every pipeline run as a readable…

  19. v1.0.108March 10, 2026

    v1.0.108 — fix(TPL-M01): add responsive grid reference pattern to dashboard pages

    Date: 2026-03-10 Dashboard grid documentation (TPL-M01): Added a RESPONSIVE GRID PATTERN doc comment to both the live and template dashboard page.tsx files. It documents the three…