open-code-review/internal
kite 08bb28ced5 feat(llm): enable Anthropic prompt caching and fix token accounting
Add cache_control ephemeral breakpoints on system prompt and tool
definitions to activate Anthropic prompt caching for multi-turn
agent loops. Fix token double-counting by removing the redundant
totalTokensUsed accumulator and computing it from sub-items. Surface
cache read/write statistics in both text and JSON summary output.
2026-06-06 19:26:34 +08:00
..
agent feat(llm): enable Anthropic prompt caching and fix token accounting 2026-06-06 19:26:34 +08:00
config fix(rules): align test expectations with English rule docs and isolate global config 2026-06-06 19:26:34 +08:00
diff refactor(llm): replace hand-rolled HTTP clients with official Anthropic and OpenAI SDKs 2026-06-06 19:26:34 +08:00
llm feat(llm): enable Anthropic prompt caching and fix token accounting 2026-06-06 19:26:34 +08:00
model feat: init 2026-05-20 22:03:52 +08:00
release fix(build): improve Windows support based on PR #13 review feedback 2026-06-02 22:37:27 +08:00
session feat(session,viewer): record review mode and diff refs in session 2026-06-05 09:44:33 +08:00
stdout style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
suggestdiff feat: init 2026-05-20 22:03:52 +08:00
telemetry feat(llm): enable Anthropic prompt caching and fix token accounting 2026-06-06 19:26:34 +08:00
tool fix(tool): propagate context.Context to all tool providers to enable subprocess cancellation 2026-06-06 19:26:34 +08:00
viewer feat(session,viewer): record review mode and diff refs in session 2026-06-05 09:44:33 +08:00