Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the minor-and-patch group with 4 updates: @ai-sdk/openai, @anthropic-ai/sdk, @tanstack/ai-openai and @tanstack/ai.

Updates @ai-sdk/openai from 3.0.2 to 3.0.26

Release notes

Sourced from @​ai-sdk/openai's releases.

@​ai-sdk/openai@​3.0.26

Patch Changes

  • Updated dependencies [7168375]
    • @​ai-sdk/provider@​3.0.8
    • @​ai-sdk/provider-utils@​4.0.14
Commits

Updates @anthropic-ai/sdk from 0.72.1 to 0.74.0

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.74.0

0.74.0 (2026-02-07)

Full Changelog: sdk-v0.73.0...sdk-v0.74.0

Features

  • api: enabling fast-mode in claude-opus-4-6 (e337981)

sdk: v0.73.0

0.73.0 (2026-02-05)

Full Changelog: sdk-v0.72.1...sdk-v0.73.0

Features

  • api: Release Claude Opus 4.6, adaptive thinking, and other features (f741f92)

Bug Fixes

  • client: avoid memory leak in abort signal listener (#895) (3bdd153)
  • client: avoid memory leak with abort signals (53e47df)
  • client: avoid removing abort listener too early (cd6e832)

Chores

  • client: do not parse responses with empty content-length (2be2df9)
  • client: restructure abort controller binding (0eeacb6)
  • internal: fix pagination internals not accepting option promises (7c23a3f)
  • remove claude-code-review workflow (#644) (ad09c76)
Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.74.0 (2026-02-07)

Full Changelog: sdk-v0.73.0...sdk-v0.74.0

Features

  • api: enabling fast-mode in claude-opus-4-6 (e337981)

0.73.0 (2026-02-05)

Full Changelog: sdk-v0.72.1...sdk-v0.73.0

Features

  • api: Release Claude Opus 4.6, adaptive thinking, and other features (f741f92)

Bug Fixes

  • client: avoid memory leak in abort signal listener (#895) (3bdd153)
  • client: avoid memory leak with abort signals (53e47df)
  • client: avoid removing abort listener too early (cd6e832)

Chores

  • client: do not parse responses with empty content-length (2be2df9)
  • client: restructure abort controller binding (0eeacb6)
  • internal: fix pagination internals not accepting option promises (7c23a3f)
  • remove claude-code-review workflow (#644) (ad09c76)
Commits
  • 5ccd743 chore: release main
  • 66c786d feat(api): enabling fast-mode in claude-opus-4-6
  • 883bbb6 Update CHANGELOG.md (#902)
  • db18ae2 chore: release main
  • a9f163f feat(api): manual updates
  • 33d13a6 chore(internal): fix pagination internals not accepting option promises
  • 54d352c fix(client): avoid removing abort listener too early
  • ddc2f6b chore(client): restructure abort controller binding
  • 6f46cc5 chore(client): do not parse responses with empty content-length
  • e32cdd5 chore: remove claude-code-review workflow (#644)
  • Additional commits viewable in compare view

Updates @tanstack/ai-openai from 0.3.0 to 0.4.0

Release notes

Sourced from @​tanstack/ai-openai's releases.

@​tanstack/ai-openai@​0.4.0

Patch Changes

  • re-release adapter packages (#263)

  • add multiple modalities support to the client (#263)

  • Updated dependencies [0158d14]:

    • @​tanstack/ai@​0.4.0
Changelog

Sourced from @​tanstack/ai-openai's changelog.

0.4.0

Patch Changes

  • re-release adapter packages (#263)

  • add multiple modalities support to the client (#263)

  • Updated dependencies [0158d14]:

    • @​tanstack/ai@​0.4.0
Commits

Updates @tanstack/ai from 0.3.0 to 0.4.2

Release notes

Sourced from @​tanstack/ai's releases.

@​tanstack/ai-client@​0.4.2

Patch Changes

@​tanstack/ai-openrouter@​0.4.2

Patch Changes

@​tanstack/ai@​0.4.2

Patch Changes

  • fix issue with delta (#272)

@​tanstack/ai-anthropic@​0.4.1

Patch Changes

  • fix for tool calls (#266)

  • Updated dependencies [6e1bb50]:

    • @​tanstack/ai@​0.4.1

@​tanstack/ai-client@​0.4.1

Patch Changes

  • add multiple modalities support to the client (#263)

  • Updated dependencies [0158d14]:

    • @​tanstack/ai@​0.4.0

@​tanstack/ai-openrouter@​0.4.1

Patch Changes

@​tanstack/ai@​0.4.1

Patch Changes

  • fix for tool calls (#266)

@​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

... (truncated)

Changelog

Sourced from @​tanstack/ai's changelog.

0.4.2

Patch Changes

  • fix issue with delta (#272)

0.4.1

Patch Changes

  • fix for tool calls (#266)

0.4.0

Minor Changes

  • add multiple modalities support to the client (#263)

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
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Bumps core AI SDK dependencies to latest minor/patch to bring multi‑modal client support, tool‑call fixes, and Anthropic Opus 4.6 fast‑mode. No app code changes.

  • Dependencies
    • @tanstack/ai: 0.3.0 → 0.4.2 — adds multi‑modal support; fixes tool‑call and streaming delta issues.
    • @tanstack/ai-openai: 0.3.0 → 0.4.0 — aligns with 0.4.x; multi‑modal client support.
    • @anthropic-ai/sdk: 0.72.1 → 0.74.0 — Opus 4.6 + fast‑mode; abort signal leak fixes.
    • @ai-sdk/openai: 3.0.2 → 3.0.26 — patch updates.

Written for commit 2cb7a13. Summary will update on new commits.

Bumps the minor-and-patch group with 4 updates: [@ai-sdk/openai](https://github.com/vercel/ai), [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@tanstack/ai-openai](https://github.com/TanStack/ai/tree/HEAD/packages/typescript/ai-openai) and [@tanstack/ai](https://github.com/TanStack/ai/tree/HEAD/packages/typescript/ai).


Updates `@ai-sdk/openai` from 3.0.2 to 3.0.26
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/openai@3.0.2...@ai-sdk/openai@3.0.26)

Updates `@anthropic-ai/sdk` from 0.72.1 to 0.74.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.72.1...sdk-v0.74.0)

Updates `@tanstack/ai-openai` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/TanStack/ai/releases)
- [Changelog](https://github.com/TanStack/ai/blob/main/packages/typescript/ai-openai/CHANGELOG.md)
- [Commits](https://github.com/TanStack/ai/commits/@tanstack/ai-openai@0.4.0/packages/typescript/ai-openai)

Updates `@tanstack/ai` from 0.3.0 to 0.4.2
- [Release notes](https://github.com/TanStack/ai/releases)
- [Changelog](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/CHANGELOG.md)
- [Commits](https://github.com/TanStack/ai/commits/@tanstack/ai@0.4.2/packages/typescript/ai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/ai-openai"
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/ai"
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 10:12
@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 9, 2026

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@320

commit: 2cb7a13

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 9, 2026

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@320

commit: 2cb7a13

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants