Release v0.22.1

This commit is contained in:
Mario Zechner 2025-12-15 21:53:27 +01:00
parent 04058d5812
commit a7e3b8625b
16 changed files with 183 additions and 253 deletions

View file

@ -285,7 +285,7 @@ function createClient(
const defaultHeaders = {
accept: "application/json",
"anthropic-dangerous-direct-browser-access": "true",
"anthropic-beta": "oauth-2025-04-20,fine-grained-tool-streaming-2025-05-14",
"anthropic-beta": "oauth-2025-04-20,fine-grained-tool-streaming-2025-05-14,interleaved-thinking-2025-05-14",
...(model.headers || {}),
};
@ -303,7 +303,7 @@ function createClient(
const defaultHeaders = {
accept: "application/json",
"anthropic-dangerous-direct-browser-access": "true",
"anthropic-beta": "fine-grained-tool-streaming-2025-05-14",
"anthropic-beta": "fine-grained-tool-streaming-2025-05-14,interleaved-thinking-2025-05-14",
...(model.headers || {}),
};