Skip to content

Codeep

v2.13.2 Feature

This release adds 1 notable feature 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

ai ai-agent ai-agents ai-tools cli-app

Summary

AI summary

Cloud stats now report Anthropic cache‑creation and cache‑read token counts.

Full changelog

Cloud stats: the CLI now reports Anthropic prompt-caching breakdown (cache-creation and cache-read token counts) alongside the existing input/output/cost totals, so the dashboard can show "saved $X with caching" for CLI and VS Code (ACP) sessions.

Changed

  • Cache token reporting in cloud stats. StatsPayload
    (src/utils/codeepCloud.ts) now carries optional
    cacheCreationTokens / cacheReadTokens. The three reportStats
    call sites — src/renderer/main.ts (sync and async paths) and
    src/renderer/agentExecution.ts — pass through the per-model
    buckets from getCostBreakdown(), and getSessionStats() exposes
    session-totals via new totalCacheCreationTokens /
    totalCacheReadTokens fields. The ACP server (src/acp/server.ts)
    — the path VS Code uses — was updated in lockstep so both clients
    report the same shape.

    Why: estimatedCost already folded cache multipliers into the
    dollar total, but the raw cache counts were dropped on the floor,
    so the dashboard couldn't break out "this session read 500k tokens
    from cache." Now it can.

  • ProviderCostBreakdown and SessionTokenStats extended. Both
    interfaces gained cacheCreationTokens / cacheReadTokens
    (required on the breakdown, since every provider reports something
    — 0 for non-caching). getCostBreakdown() accumulates them per
    provider/model group; getSessionStats() sums across all records.
    Two new tests cover the accumulation paths.

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 Codeep

Get notified when new releases ship.

Sign up free

About Codeep

All releases →

Related context

Earlier breaking changes

  • v2.8.0 `codeep account push` and `account sync` no longer transfer API keys unless `/keysync on` is enabled
  • v2.4.1 MiniMax M3 replaces MiniMax-M2.7 as default model across all providers.
  • v2.0.0 McpServer protocol now optional fields `command`, `args`, plus new `url` and `headers`; version bumped to 2.0.0.

Beta — feedback welcome: [email protected]