This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+2 more
Affected surfaces
Summary
AI summaryFixes silent failure of Agent runner 'Run' by surfacing network errors and requiring a board restart.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Agent runner no longer fails silently on missing endpoints. Agent runner no longer fails silently on missing endpoints. Source: llm_adapter@2026-06-10 Confidence: low |
— |
| Bugfix | Medium |
Agent runner now surfaces network/404 errors instead of failing silently. Agent runner now surfaces network/404 errors instead of failing silently. Source: granite4.1:30b@2026-06-10-audit Confidence: low |
— |
Full changelog
Patch: the Agent runner 'Run' no longer fails silently.
Root cause of "agent runner doesn't start": a board process started before the agent endpoints existed (stale process) — the static HTML serves fresh from disk (so you see the panel), but /api/agent/run 404s on the old server, and the error-swallowing api() helper hid it (it set 'running…' but nothing happened).
Fix: agentRun/agentStop use a direct fetch that surfaces network/404 errors, with a clear hint — restart the board (great-cto board / node packages/board/server.mjs) to load /api/agent/*.
If you hit this: just restart your board.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About great_cto
Engineering-management layer of 34 specialist AI agents covering the full SDLC (architect, PM, senior-dev, reviewer, QA, security, devops, L3-support + 18 archetype-specific reviewers) with auto-detected archetypes and compliance gates (PCI-DSS, HIPAA, FedRAMP, GDPR, EU AI Act). Runs in Claude Code, Cursor, Codex CLI, Aider, and Continue via AGENTS.md + MCP. MIT.
Related context
Related tools
Earlier breaking changes
- v2.72.2 Removes Autopilot sidebar item and Operate topbar button from dev board.
- v2.55.0 Hard-gates the Build board; redirects invite sessions to Operate for operators.
- v2.43.0 Runtime now blocks autonomous execution of irreversible actions without prior human checkpoint.
- v2.43.0 Adds reversible and blastRadius fields to every flow step.
- v2.32.0 Removed AgentShield scanner and its CLI commands.
Beta — feedback welcome: [email protected]