This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summarySubagentStop 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
costfor that agent — no agent self-report needed. Fail-open; opt out with
GREAT_CTO_NO_MEASURED_COST=1. - Cache tokens are now priced.
cost-meterbillscache_creationat 1.25×
andcache_readat 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
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]