Skip to content

ci: Version Packages#895

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

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.40.0

Minor Changes

  • #651 5deda27 - Add OpenAI transcription diarization support with diarized_json output, speaker-labeled segments, diarization model validation, chunking strategy options, and docs.

@tanstack/ai-client@0.20.0

Minor Changes

  • #651 5deda27 - Add OpenAI transcription diarization support with diarized_json output, speaker-labeled segments, diarization model validation, chunking strategy options, and docs.

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-openai@0.16.0

Minor Changes

  • #651 5deda27 - Add OpenAI transcription diarization support with diarized_json output, speaker-labeled segments, diarization model validation, chunking strategy options, and docs.

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/openai-base@0.9.7

@tanstack/ai-acp@0.2.1

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-sandbox@0.2.2

@tanstack/ai-angular@0.2.3

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-client@0.20.0

@tanstack/ai-anthropic@0.16.1

Patch Changes

  • #853 9be8fa4 - Default Anthropic max_tokens to the selected model's real output ceiling
    (max_output_tokens from model metadata — e.g. 64K for Sonnet, 128K for Opus)
    when the caller doesn't pass one, instead of a hard-coded 1024 that silently
    truncated long responses with stop_reason: "max_tokens" (#849). Unknown
    models fall back to a safe constant. max_tokens is a ceiling, not a
    reservation, so this costs nothing unless the model genuinely produces more.

    The adapter also now logs a warning when a response is truncated while using the
    defaulted (caller-unspecified) cap, so the truncation isn't silently attributed
    to the model "doing nothing". Callers that set modelOptions.max_tokens
    explicitly are unaffected.

    The non-streaming structured-output path (structuredOutput()) clamps this
    default to the Anthropic SDK's non-streaming-safe limit (~21K tokens). The SDK
    refuses a non-streaming request whose max_tokens could exceed its 10-minute
    timeout, so without the clamp the full-ceiling default would make every
    chat({ outputSchema }) call on a fallback-path model throw "Streaming is
    required for operations that may take longer than 10 minutes". The streaming
    chat path keeps the model's full ceiling.

  • Updated dependencies [5deda27]:

    • @tanstack/ai@0.40.0

@tanstack/ai-bedrock@0.1.2

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/openai-base@0.9.7

@tanstack/ai-claude-code@0.2.1

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-sandbox@0.2.2

@tanstack/ai-code-mode@0.3.6

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

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

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-code-mode@0.3.6

@tanstack/ai-codex@0.2.1

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-sandbox@0.2.2

@tanstack/ai-devtools-core@0.4.22

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-elevenlabs@0.2.32

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-fal@0.9.10

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-gemini@0.19.1

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-grok@0.14.7

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/openai-base@0.9.7

@tanstack/ai-grok-build@0.2.1

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-acp@0.2.1
    • @tanstack/ai-sandbox@0.2.2

@tanstack/ai-groq@0.5.1

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/openai-base@0.9.7

@tanstack/ai-isolate-cloudflare@0.2.36

Patch Changes

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

@tanstack/ai-isolate-node@0.1.45

Patch Changes

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

@tanstack/ai-isolate-quickjs@0.1.45

Patch Changes

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

@tanstack/ai-mcp@0.2.3

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-mistral@0.2.1

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-ollama@0.8.14

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-opencode@0.2.1

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-sandbox@0.2.2

@tanstack/ai-openrouter@0.15.8

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-preact@0.10.3

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-client@0.20.0

@tanstack/ai-react@0.16.4

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-client@0.20.0

@tanstack/ai-react-ui@0.8.13

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai-client@0.20.0
    • @tanstack/ai-react@0.16.4

@tanstack/ai-sandbox@0.2.2

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/ai-sandbox-cloudflare@0.2.2

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-sandbox@0.2.2
    • @tanstack/ai-sandbox-local-process@0.2.0

@tanstack/ai-solid@0.14.3

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-client@0.20.0

@tanstack/ai-solid-ui@0.7.12

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai-client@0.20.0
    • @tanstack/ai-solid@0.14.3

@tanstack/ai-svelte@0.14.3

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-client@0.20.0

@tanstack/ai-vue@0.14.3

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0
    • @tanstack/ai-client@0.20.0

@tanstack/ai-vue-ui@0.2.31

Patch Changes

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

@tanstack/openai-base@0.9.7

Patch Changes

  • Updated dependencies [5deda27]:
    • @tanstack/ai@0.40.0

@tanstack/preact-ai-devtools@0.1.65

Patch Changes

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

@tanstack/react-ai-devtools@0.2.65

Patch Changes

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

@tanstack/solid-ai-devtools@0.2.65

Patch Changes

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

@github-actions github-actions Bot force-pushed the changeset-release/main branch from b550abe to 530d5c8 Compare July 5, 2026 23:51
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