open-code-review/internal/telemetry
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
..
config.go refactor(config): rename config directory from .open-code-review to .opencodereview 2026-05-25 23:07:36 +08:00
events.go feat(llm): enable Anthropic prompt caching and fix token accounting 2026-06-06 19:26:34 +08:00
exporter.go style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
metrics.go style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
provider.go feat: init 2026-05-20 22:03:52 +08:00
shutdown.go feat: init 2026-05-20 22:03:52 +08:00
span.go style: apply go fmt formatting 2026-06-03 17:34:28 +08:00