What's Changed
- fix(ark): support fast service tier in responses API by @Abtiotm in #938
- feat(officialmcp): support custom transport factories by @fanlv in #946
- fix(tool_mcp): fix InvokableRun crash on empty arguments #923 by @kayoch1n in #924
- feat(callbacks/langfuse): add v2 OTLP callback by @jesse-engineer in #954
- fix(claude): agenticclaude panic when ToJSONSchema returns nil, nil by @N3kox in #956
- fix(agenticclaude): preserve complete tool JSON schemas by @hi-pender in #971
- chore: upgrade Gemini GenAI SDK to v1.70.0 by @mrh997 in #979
- feat(agenticclaude): expose cache_creation_input_tokens in message.Extra by @sin-bufan in #978
- feat(langfuse): expose OTLP retry config by @jesse-engineer in #981
- fix(ark): support EnhancedTool text results in Responses API by @N3kox in #986
- fix(agenticark): preserve raw reasoning content from Ark Responses API by @N3kox in #985
- fix(langfuse): preserve agent outcomes through retries and callback panics by @jesse-engineer in #989
- feat(gemini): add WithLabels option for request-level metadata by @jredl-va in #769
- fix(gemini): preserve context errors during streaming by @jesse-engineer in #987
- feat(callbacks/tls): add opt-in TLS observability callback by @runninggo in #936
- feat: add agentic response modifiers to OpenAI ACL by @mrh997 in #1010
- fix: isolate OpenAI request extra fields by @mrh997 in #1012
- fix: finalize agentic output before callbacks by @mrh997 in #1011
- docs: fix broken README links by @dajiaohuang in #965
- feat(acl/openai): report cache write tokens by @mrh997 in #1013
- feat: propagate cache write token usage by @mrh997 in #1015
New Contributors
- @Abtiotm made their first contribution in #938
- @jredl-va made their first contribution in #769
- @runninggo made their first contribution in #936
- @dajiaohuang made their first contribution in #965
Full Changelog: components/model/claude/v0.1.25...components/model/claude/v0.1.26