Skip to content

great_cto

v2.82.3 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-coding claude-code-plugin claude-code-skills claude-code-subagents code-review cto
+2 more
multi-agent sdlc

Summary

AI summary

Fixed 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 returns savings_x: null when there's no measured
    verdict cost data. That produced an absurd "5,538×" out of nothing. The
    frontend now uses the backend's cost.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. addNotification now
    takes a dedupeKey and 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_FILE test 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

Track great_cto

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

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]