This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed fabricated cost savings and in‑app notification duplication.
Full changelog
Board honesty fixes (found by admin bughunt)
- Cost savings no longer fabricated. The board's metrics recomputed their own
human-cost estimate (done × 4h × $150) and savings multiplier, ignoring the
backend — which deliberately returnssavings_x: nullwhen there's no measured
verdict cost data. That produced an absurd "5,538×" out of nothing. The
frontend now uses the backend'scost.savings_x/cost.human_usd; with no
measured data it shows "—", not a made-up multiplier (a real number still
renders when verdict cost data exists). - In-app notifications dedupe by key. The alert crons tick every 5 min and a
persistent condition (open P0, blocked/stale gate, cost over threshold, and the
daily digest across its whole UTC hour) added a fresh bell notification on every
tick — email/push already deduped, the in-app one didn't.addNotificationnow
takes adedupeKeyand skips duplicates; all crons pass theirs. - Update-check cache freshness is inclusive at the exact 24h boundary
(<→<=) — no needless background refresh on the tick. - Tests: board suite 56 → 60 (+4 notification-dedup regression tests via a new
GREAT_CTO_NOTIF_HISTORY_FILEtest seam); CLI update-check suite green.
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]