Skip to content

ci: Version Packages#455

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

ci: Version Packages#455
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 15, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/ai@0.10.3

Patch Changes

  • fix(ai, ai-openai, ai-gemini, ai-ollama): normalize null tool input to empty object (#430)

    When a model produces a tool_use block with no input, JSON.parse('null') returns null which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in executeToolCalls, ToolCallManager.completeToolCall, ToolCallManager.executeTools, and the OpenAI/Gemini/Ollama adapter TOOL_CALL_END emissions. The Anthropic adapter already had this fix.

  • Updated dependencies []:

    • @tanstack/ai-event-client@0.2.3

@tanstack/ai-anthropic@0.7.4

Patch Changes

  • Update model metadata from OpenRouter API (#451)

  • Updated dependencies [c780bc1]:

    • @tanstack/ai@0.10.3

@tanstack/ai-client@0.7.10

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-event-client@0.2.3

@tanstack/ai-code-mode@0.1.3

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3

@tanstack/ai-code-mode-skills@0.1.3

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-code-mode@0.1.3

@tanstack/ai-devtools-core@0.3.20

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-event-client@0.2.3

@tanstack/ai-event-client@0.2.3

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3

@tanstack/ai-fal@0.6.13

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3

@tanstack/ai-gemini@0.8.8

Patch Changes

  • fix(ai, ai-openai, ai-gemini, ai-ollama): normalize null tool input to empty object (#430)

    When a model produces a tool_use block with no input, JSON.parse('null') returns null which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in executeToolCalls, ToolCallManager.completeToolCall, ToolCallManager.executeTools, and the OpenAI/Gemini/Ollama adapter TOOL_CALL_END emissions. The Anthropic adapter already had this fix.

  • Updated dependencies [c780bc1]:

    • @tanstack/ai@0.10.3

@tanstack/ai-isolate-cloudflare@0.1.3

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.1.3

@tanstack/ai-isolate-node@0.1.3

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.1.3

@tanstack/ai-isolate-quickjs@0.1.3

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.1.3

@tanstack/ai-ollama@0.6.6

Patch Changes

  • fix(ai, ai-openai, ai-gemini, ai-ollama): normalize null tool input to empty object (#430)

    When a model produces a tool_use block with no input, JSON.parse('null') returns null which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in executeToolCalls, ToolCallManager.completeToolCall, ToolCallManager.executeTools, and the OpenAI/Gemini/Ollama adapter TOOL_CALL_END emissions. The Anthropic adapter already had this fix.

  • Updated dependencies [c780bc1]:

    • @tanstack/ai@0.10.3

@tanstack/ai-openai@0.7.5

Patch Changes

  • fix(ai, ai-openai, ai-gemini, ai-ollama): normalize null tool input to empty object (#430)

    When a model produces a tool_use block with no input, JSON.parse('null') returns null which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in executeToolCalls, ToolCallManager.completeToolCall, ToolCallManager.executeTools, and the OpenAI/Gemini/Ollama adapter TOOL_CALL_END emissions. The Anthropic adapter already had this fix.

  • Updated dependencies [c780bc1]:

    • @tanstack/ai@0.10.3
    • @tanstack/ai-client@0.7.10

@tanstack/ai-openrouter@0.7.5

Patch Changes

    • Upgrade @openrouter/sdk to 0.12.14 (from 0.3.15) (#312)
    • Migrate adapters and tests to the SDK's renamed chat types (ChatGenerationParamsChatRequest, ChatResponseChatResult) and the renamed chatRequest key on chat.send
    • Derive text-provider-options types from the SDK's ChatRequest so provider options stay in lockstep with the SDK surface
    • Drop topK / topA / minP / repetitionPenalty / includeReasoning / verbosity / webSearchOptions from OpenRouterBaseOptions now that the SDK narrows ChatRequest to OpenAI-compatible fields — callers passing these previously saw them silently stripped at runtime, and now get a TypeScript error instead
    • Add those same keys to excludedParams in the model-catalog generator so future syncs don't reintroduce them
    • Switch structuredOutput to the SDK's native responseFormat: { type: 'json_schema' } instead of coercing the model via a forced structured_output tool call — the schema now flows straight to the provider, yielding cleaner responses and dropping the dummy-tool round-trip
    • Apply the OpenAI-strict schema transformation (additionalProperties: false, all properties required, optional fields widened to include null) inside structuredOutput before forwarding — without this, upstream OpenAI rejected the request with "Provider returned error" for schemas generated by Zod / ArkType / Valibot
    • Refactor options passthrough to use camelCase naming convention
    • Refresh the model catalog with the latest OpenRouter models (Opus 4.6, Sonnet 4.6, Gemini 3.1 Pro, etc.) and remove the deprecated openrouter/auto model
    • Unify the outbound request payload envelope
    • Improve error handling and add tests for nested payloads, structured output parsing, and error cases
  • Update model metadata from OpenRouter API (#451)

  • Updated dependencies [c780bc1]:

    • @tanstack/ai@0.10.3

@tanstack/ai-preact@0.6.15

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-client@0.7.10

@tanstack/ai-react@0.7.11

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-client@0.7.10

@tanstack/ai-solid@0.6.15

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-client@0.7.10

@tanstack/ai-svelte@0.6.15

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-client@0.7.10

@tanstack/ai-vue@0.6.15

Patch Changes

  • Updated dependencies [c780bc1]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-client@0.7.10

@tanstack/ai-vue-ui@0.1.26

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-vue@0.6.15

@tanstack/preact-ai-devtools@0.1.24

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.20

@tanstack/react-ai-devtools@0.2.24

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.20

@tanstack/solid-ai-devtools@0.2.24

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.20

ts-svelte-chat@0.1.32

Patch Changes

  • Updated dependencies [c780bc1, cb07e01]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-openai@0.7.5
    • @tanstack/ai-gemini@0.8.8
    • @tanstack/ai-ollama@0.6.6
    • @tanstack/ai-anthropic@0.7.4
    • @tanstack/ai-client@0.7.10
    • @tanstack/ai-svelte@0.6.15

ts-vue-chat@0.1.32

Patch Changes

  • Updated dependencies [c780bc1, cb07e01]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-openai@0.7.5
    • @tanstack/ai-gemini@0.8.8
    • @tanstack/ai-ollama@0.6.6
    • @tanstack/ai-anthropic@0.7.4
    • @tanstack/ai-client@0.7.10
    • @tanstack/ai-vue@0.6.15
    • @tanstack/ai-vue-ui@0.1.26

vanilla-chat@0.0.30

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-client@0.7.10

@tanstack/ai-code-mode-models-eval@0.0.6

Patch Changes

  • Updated dependencies [c780bc1, cb07e01]:
    • @tanstack/ai@0.10.3
    • @tanstack/ai-openai@0.7.5
    • @tanstack/ai-gemini@0.8.8
    • @tanstack/ai-ollama@0.6.6
    • @tanstack/ai-anthropic@0.7.4
    • @tanstack/ai-code-mode@0.1.3
    • @tanstack/ai-isolate-node@0.1.3

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 73dac8e to 2107fe2 Compare April 17, 2026 08:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2107fe2 to d24f576 Compare April 17, 2026 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants