Skip to content

ci: Version Packages#261

Open
github-actions[bot] wants to merge 2 commits intomainfrom
changeset-release/main
Open

ci: Version Packages#261
github-actions[bot] wants to merge 2 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 2, 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-client@0.4.0

Minor Changes

  • Added status property to useChat to track the generation lifecycle (ready, submitted, streaming, error) (#247)

Patch Changes

  • fix: improve tool execution reliability and prevent race conditions (#258)

    • Fix client tool execution race conditions by tracking pending tool executions
    • Prevent duplicate continuation attempts with continuationPending flag
    • Guard against concurrent stream processing in streamResponse
    • Add approval info to ToolCall type for server-side decision tracking
    • Include approval info in model message conversion for approval workflows
    • Check ModelMessage format for approval info extraction in chat activity

    This change improves the reliability of tool execution, especially for:

    • Client tools with async execute functions
    • Approval-based tool workflows
    • Sequential tool execution scenarios
  • Updated dependencies [230bab6]:

    • @tanstack/ai@0.3.1

@tanstack/ai-preact@0.4.0

Minor Changes

  • Added status property to useChat to track the generation lifecycle (ready, submitted, streaming, error) (#247)

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai@0.3.1

@tanstack/ai-react@0.4.0

Minor Changes

  • Added status property to useChat to track the generation lifecycle (ready, submitted, streaming, error) (#247)

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai@0.3.1

@tanstack/ai-solid@0.4.0

Minor Changes

  • Added status property to useChat to track the generation lifecycle (ready, submitted, streaming, error) (#247)

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai@0.3.1

@tanstack/ai-svelte@0.4.0

Minor Changes

  • Added status property to useChat to track the generation lifecycle (ready, submitted, streaming, error) (#247)

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai@0.3.1

@tanstack/ai-vue@0.4.0

Minor Changes

  • Added status property to useChat to track the generation lifecycle (ready, submitted, streaming, error) (#247)

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai@0.3.1

@tanstack/ai@0.3.1

Patch Changes

  • fix: improve tool execution reliability and prevent race conditions (#258)

    • Fix client tool execution race conditions by tracking pending tool executions
    • Prevent duplicate continuation attempts with continuationPending flag
    • Guard against concurrent stream processing in streamResponse
    • Add approval info to ToolCall type for server-side decision tracking
    • Include approval info in model message conversion for approval workflows
    • Check ModelMessage format for approval info extraction in chat activity

    This change improves the reliability of tool execution, especially for:

    • Client tools with async execute functions
    • Approval-based tool workflows
    • Sequential tool execution scenarios

@tanstack/ai-devtools-core@0.2.3

Patch Changes

  • Updated dependencies [230bab6]:
    • @tanstack/ai@0.3.1

@tanstack/ai-openrouter@0.3.1

Patch Changes

  • Updated dependencies [230bab6]:
    • @tanstack/ai@0.3.1

@tanstack/ai-react-ui@1.0.0

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai-react@0.4.0

@tanstack/ai-solid-ui@1.0.0

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai-solid@0.4.0

@tanstack/ai-vue-ui@0.1.5

Patch Changes

  • Updated dependencies [99ccee5]:
    • @tanstack/ai-vue@0.4.0

@tanstack/preact-ai-devtools@0.1.3

Patch Changes

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

@tanstack/react-ai-devtools@0.2.3

Patch Changes

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

@tanstack/solid-ai-devtools@0.2.3

Patch Changes

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

ts-svelte-chat@0.1.6

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai-svelte@0.4.0
    • @tanstack/ai@0.3.1
    • @tanstack/ai-anthropic@0.3.0
    • @tanstack/ai-gemini@0.3.0
    • @tanstack/ai-ollama@0.3.0
    • @tanstack/ai-openai@0.3.0

ts-vue-chat@0.1.6

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai-vue@0.4.0
    • @tanstack/ai@0.3.1
    • @tanstack/ai-vue-ui@0.1.5
    • @tanstack/ai-anthropic@0.3.0
    • @tanstack/ai-gemini@0.3.0
    • @tanstack/ai-ollama@0.3.0
    • @tanstack/ai-openai@0.3.0

vanilla-chat@0.0.9

Patch Changes

@tanstack/tests-adapters@0.1.7

Patch Changes

  • Updated dependencies [230bab6]:
    • @tanstack/ai@0.3.1
    • @tanstack/ai-anthropic@0.3.0
    • @tanstack/ai-gemini@0.3.0
    • @tanstack/ai-ollama@0.3.0
    • @tanstack/ai-openai@0.3.0
    • @tanstack/ai-openrouter@0.3.1

@tanstack/smoke-tests-e2e@0.0.11

Patch Changes

  • Updated dependencies [99ccee5, 230bab6]:
    • @tanstack/ai-client@0.4.0
    • @tanstack/ai-react@0.4.0
    • @tanstack/ai@0.3.1
    • @tanstack/ai-openai@0.3.0
    • @tanstack/tests-adapters@0.1.7

@github-actions github-actions bot requested a review from a team February 2, 2026 09:52
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from aaa5e84 to 04b4b00 Compare February 5, 2026 12:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 04b4b00 to f8610b9 Compare February 5, 2026 23:48
These packages were errantly bumped to 1.0.0 instead of 0.4.0.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant