co-mono/packages
Mario Zechner 8b5c81f21f fix(ai): preserve input token counts from message_start in Anthropic provider
Proxies like Portkey omit input_tokens in message_delta events (it's nullable
per the SDK). The previous code unconditionally overwrote usage fields, causing
input token counts to reset to 0.

Now only updates usage fields when they are present (not null), preserving
the correct input_tokens value captured from message_start.

Fixes #1045
2026-01-29 00:06:51 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-27 00:15:42 +01:00
ai fix(ai): preserve input token counts from message_start in Anthropic provider 2026-01-29 00:06:51 +01:00
coding-agent Add get_commands RPC for headless clients (#995) 2026-01-28 02:34:15 +01:00
mom Add [Unreleased] section for next cycle 2026-01-27 00:15:42 +01:00
pods Release v0.50.1 2026-01-27 00:14:58 +01:00
tui fix(tui): improve table rendering with row dividers and min width (#997) 2026-01-28 02:42:08 +01:00
web-ui feat(web-ui): export CustomProviderCard, ProviderKeyInput, AbortedMessage, ToolMessageDebugView (fixes #1015) 2026-01-28 02:02:14 +00:00