Skip to content

Commit aed6ad2

Browse files
Version Packages (#1657)
Co-authored-by: workflow-devkit-release-bot[bot] <workflow-devkit-release-bot[bot]@users.noreply.github.com>
1 parent d210a59 commit aed6ad2

36 files changed

+158
-38
lines changed

.changeset/fix-health-check-correlation-id.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-next-esm-compat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-provider-tool-identity.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tired-spiders-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ai/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @workflow/ai
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#1657](https://github.com/vercel/workflow/pull/1657) [`7faedb7`](https://github.com/vercel/workflow/commit/7faedb796783a48e783fdd5827483d280c3c2efc) Thanks [@workflow-devkit-release-bot](https://github.com/apps/workflow-devkit-release-bot)! - fix(ai): preserve provider tool identity across step boundaries
8+
9+
Provider tools (e.g. `anthropic.tools.webSearch`) were being converted to plain function tools in `toolsToModelTools`, stripping `type: 'provider'`, `id`, and `args`. This caused providers like Anthropic Gateway to not recognize them as provider-executed tools.
10+
11+
- Updated dependencies [[`4416146`](https://github.com/vercel/workflow/commit/4416146a81bdafbfef0e03d1ab6b1aa4097a1b42)]:
12+
- workflow@4.2.1
13+
314
## 4.1.0
415

516
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/ai",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Workflow SDK compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/astro/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workflow/astro
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@4.0.2
9+
- @workflow/rollup@4.0.1
10+
- @workflow/vite@4.0.1
11+
312
## 4.0.0
413

514
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/astro",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Astro integration for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @workflow/builders
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5fb9b7`](https://github.com/vercel/workflow/commit/f5fb9b7a8f6dbfe74a2651381558248fd067db46)]:
8+
- @workflow/core@4.2.1
9+
310
## 4.0.1
411

512
### Patch Changes

packages/builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/builders",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Shared builder infrastructure for Workflow SDK",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)