Skip to content

great_cto

v2.84.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ 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

SubagentStop now records real token usage and cache tokens are priced to improve LLM cost accuracy.

Full changelog

Measured LLM cost (not estimated)

pxpipe's discipline applied to the board's metrics: measure real token usage,
and only report measured cost when the measurement is trustworthy.

  • SubagentStop records real usage. When a subagent finishes, the completion
    hook reads its transcript, sums the real token usage, and writes a measured
    cost for that agent — no agent self-report needed. Fail-open; opt out with
    GREAT_CTO_NO_MEASURED_COST=1.
  • Cache tokens are now priced. cost-meter bills cache_creation at 1.25×
    and cache_read at 0.1× the model's input rate — ignoring them under-counted
    real spend badly (a cached turn is often 50k+ cache tokens).
  • The board promotes measured → canonical past a trust gate. When enough of
    the window's completed tasks carry a real verdict cost (coverage ≥ 50%, min 3)
    and the spend is real (≥ 1¢), the board shows the measured cost and a real
    savings multiplier (source: 'measured'). Below the bar it honestly falls back
    to the time-based estimate — partial/synthetic verdict data never distorts the
    ratio.
  • New scripts/lib/usage-from-transcript.mjs (+6 tests); cost-correctness gains
    2 trust-gate tests. Suites: root+board 342, lib 353, all 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]