From 2228691e14be2368394e38e600bfa2ce227487b1 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sat, 30 May 2026 18:53:42 +0900 Subject: feat(cache): Anthropic prompt caching, usage telemetry, and Cache Rate view - send prompt-caching + oauth anthropic-beta headers on the Claude OAuth provider - restructure the OAuth request body (billing header, identity split, relocate third-party system prompt to the first user message) to match Claude Code - apply rolling cache_control breakpoints and group a turn's tool results into a single role:tool message for correct breakpoint placement - emit per-step usage events (cache read/write split) and add the Cache Rate sidebar panel - dedup byte-identical tool calls within a single batch --- packages/core/src/agent/agent.ts | Bin 48635 -> 54066 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'packages/core/src/agent') diff --git a/packages/core/src/agent/agent.ts b/packages/core/src/agent/agent.ts index 82b98df..439b436 100644 Binary files a/packages/core/src/agent/agent.ts and b/packages/core/src/agent/agent.ts differ -- cgit v1.2.3