Armin Ronacher
0369bdb8f4
fix(ai): add Moonshot CN Kimi K2.7 metadata
...
closes #5760
2026-06-15 17:08:59 +02:00
Armin Ronacher
408ac103ec
fix(ai): update Copilot Claude thinking metadata
...
closes #4637
2026-06-15 09:50:25 +02:00
Bucky
0be5bb6c96
fix(ai): price anthropic 1h cache writes at 2x input ( #5738 )
...
anthropic 1h cache writes were billed at the 5m rate; split the bucket and price the 1h portion correctly
2026-06-15 09:21:14 +02:00
Armin Ronacher
21a904f4b7
fix(ai): disable OpenCode long cache retention for rejecting routes
...
closes #5702
2026-06-13 23:59:45 +02:00
Armin Ronacher
aa3a5233ad
fix(ai): restore Codex context limits
2026-06-13 11:02:38 +02:00
Armin Ronacher
f21f3c4bbd
Release v0.79.2
2026-06-13 00:25:15 +02:00
Armin Ronacher
121f0edbf4
fix(ai): detect parenthesized context overflow errors
...
closes #5677
2026-06-13 00:01:37 +02:00
Armin Ronacher
a7cdc679e7
fix(ai): correct GPT-5 context window metadata
...
closes #5644
2026-06-12 23:03:10 +02:00
Armin Ronacher
be7d5cf585
fix(ai): relax Codex SSE header timeout
2026-06-12 17:08:30 +02:00
Ramiz Wachtler
a455f62f72
fix(ai): preserve Anthropic refusal details ( #5666 )
...
Propagate Anthropic refusal stop_details explanation to errorMessage
2026-06-12 14:52:46 +02:00
Burak Varli
0b6c95dda0
feat(ai): link AWS data retention docs in Bedrock validation errors
...
When Bedrock rejects a request with "data retention mode '<mode>' is not
available for this model", append a pointer to the AWS data retention
documentation so users can configure a supported mode.
2026-06-10 07:45:50 +00:00
Armin Ronacher
9ccfcd7cfc
fix(ai): omit disabled thinking for Claude Fable 5
2026-06-10 00:27:11 +02:00
Armin Ronacher
4d9f9f455d
fix(ai): regenerate image models for upstream Riverflow rename
2026-06-09 23:14:38 +02:00
Armin Ronacher
66f432cae4
fix(ai): regenerate models for Claude Fable 5 and Azure metadata overrides
...
Also add inherited coding-agent changelog entries for Fable 5 and the
Azure gpt-5.4/5.5 context window and gpt-5-pro maxTokens fixes.
2026-06-09 23:08:05 +02:00
Armin Ronacher
5a9d72ea02
feat(ai): add Claude Fable 5 metadata
2026-06-09 22:42:48 +02:00
Mario Zechner
3d02d1da11
fix(ai): map OpenCode max tokens
...
closes #5331
2026-06-09 13:41:08 +02:00
Mario Zechner
64b51efb6e
fix(ai): use z.ai thinking payload
...
closes #5330
2026-06-09 13:37:58 +02:00
Mario Zechner
84cdd02400
fix(ai): disable Azure OpenAI response storage
...
closes #5530
2026-06-09 12:53:17 +02:00
Mario Zechner
2326d5cb4a
fix(ai): disable Moonshot thinking when requested
...
closes #5531
2026-06-09 12:23:41 +02:00
ajm_ensighten
8cef3c8d7f
fix(amazon-bedrock): extract region from inference profile ARNs
...
Application inference profile ARNs encode the region
(arn:aws:bedrock:<region>:<account>:...) but the provider ignored it,
falling through to AWS_REGION which may point to a different region.
Extract the region from the ARN when present, taking priority over
environment variables.
Fixes #4860
2026-06-08 17:01:51 -05:00
Armin Ronacher
c10fb95fd9
Release v0.79.0
2026-06-08 17:15:51 +02:00
Mario Zechner
b8f6f660e7
fix(ai): honor OpenAI Responses developer role compat
...
closes #5456
2026-06-07 11:07:36 +02:00
Mario Zechner
b9bfa7ed46
Fix OpenRouter routing compat for custom providers
...
closes #5347
2026-06-04 23:50:01 +02:00
Mario Zechner
f9ce0bf0e7
Update generated model lists
2026-06-04 18:22:58 +02:00
Mario Zechner
564ad70fb8
Merge pull request #5333 from vastxie/zai-coding-cn-provider
...
feat(ai): add ZAI Coding Plan China provider
2026-06-03 01:07:01 +02:00
Mattia Cerutti
83afcdc24f
fix(ai): remove stale codex models
2026-06-03 00:09:30 +02:00
Armin Ronacher
ba6e5298df
fix(oauth): harden browser launch handling
2026-06-02 23:15:46 +02:00
弎水
51df39b9b9
feat(ai): add ZAI Coding Plan China provider
2026-06-02 23:39:56 +08:00
Mario Zechner
25a4a8ed1e
Add Ant Ling provider
2026-06-02 16:37:44 +02:00
Mario Zechner
7e72ca47c8
Add MiniMax-M3 to direct minimax providers
...
closes #5313
2026-06-02 16:00:29 +02:00
Mario Zechner
2125221bfc
Fix OpenRouter Kimi reasoning compat
...
closes #5309
2026-06-02 15:36:52 +02:00
Mario Zechner
6e269edfd0
Restore NVIDIA Qwen 3.5 122B model
2026-06-02 15:10:36 +02:00
Mario Zechner
6014801229
Add NVIDIA NIM provider
2026-06-02 15:09:36 +02:00
Mario Zechner
7c08227019
Fix stale model references in AI tests after model regeneration
...
- Update GitHub Copilot tests to use available models (claude-haiku-4.5, gemini-2.5-pro)
- Update OpenRouter tests to use available models (google/gemini-2.5-flash, deepseek/deepseek-chat)
- Fix over-broad sed that incorrectly renamed OpenAI Responses gpt-4o test
- Remove nvidia.md from repo root
- Update packages/ai/CHANGELOG.md
2026-06-02 11:37:32 +02:00
Mario Zechner
34719d3f4f
Fix Bedrock blank text blocks
...
closes #4975
2026-06-01 18:04:04 +02:00
Mario Zechner
f429ddbffd
Fix OpenAI GPT-5.5 thinking metadata
...
closes #5243
2026-06-01 00:39:48 +02:00
Mario Zechner
b177333026
Merge pull request #5221 from PriNova/fix/openrouter-system-role
...
Fix OpenRouter reasoning instruction role
2026-06-01 00:09:58 +02:00
Michael Yu
40832d1957
fix(ai): suppress deprecated temperature param for Claude Opus 4.7+
2026-05-31 16:20:22 +08:00
PriNova
b55fe1bbd4
Fix OpenRouter reasoning instruction role
2026-05-30 11:15:30 +02:00
Mario Zechner
0897f175e4
Release v0.78.0
2026-05-30 01:47:37 +02:00
Mario Zechner
a213abb97e
Fix OpenRouter Kimi K2.6 developer role
...
closes #5159
2026-05-29 23:41:14 +02:00
Mario Zechner
ba2d313858
fix(ai): handle OpenCode Kimi reasoning params
2026-05-29 23:27:48 +02:00
Mario Zechner
a36a132c70
fix(ai): abort Codex SSE body reads
2026-05-29 23:20:18 +02:00
Mario Zechner
7921ae499a
Require explicit provider API keys
2026-05-29 22:36:05 +02:00
Mario Zechner
01a8c2d62c
Merge pull request #5196 from earendil-works/fix/opencode-thinking-requests
...
fix(ai): handle OpenCode reasoning params
2026-05-29 22:32:13 +02:00
Armin Ronacher
4faac05419
fix(ai): handle OpenCode reasoning params
2026-05-29 12:21:37 +02:00
Stephan Schneider
7619aaefa9
ai: add custom-header support to Bedrock provider
...
Honour StreamOptions.headers in the Bedrock provider by attaching a
Smithy build-step middleware that merges caller headers into the
request before SigV4 signing. Reserved headers (x-amz-*, authorization,
host) are silently skipped to preserve signing and the bearer-token
auth path. No-op when no headers are supplied. Updates the
StreamOptions.headers JSDoc to drop the Bedrock caveat.
2026-05-29 10:21:44 +02:00
Armin Ronacher
8322745e28
Release v0.77.0
2026-05-29 00:19:06 +02:00
Mario Zechner
0127caea7b
Fix OpenRouter DeepSeek V4 xhigh reasoning
...
closes #4801
2026-05-28 23:56:59 +02:00
Mario Zechner
d1fb34bc8d
fix(ai): use valid synthetic Responses message ids closes #5148
2026-05-28 23:13:15 +02:00