Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"calm-events-guard",
"chatty-walls-appear",
"ci-runtime-fast-paths",
"clean-brooms-travel",
"clear-server-external-warning",
"clever-adults-ask",
"clever-spans-search",
Expand All @@ -96,6 +97,7 @@
"data-inspector-expanded-brackets",
"decouple-vm-seed-from-startedat",
"deployment-id-latest-noop-non-vercel",
"derived-framework-roots",
"dirty-bees-notice",
"display-occurred-at",
"docs-rendered-link-lint",
Expand All @@ -104,6 +106,8 @@
"drain-pending-queue-on-completion",
"drop-setup-command-input",
"durable-agent-stream-result-totalusage",
"durable-agent-tool-stop-detection",
"e2e-timing-polling",
"e2e-wait-for-hook",
"early-cooks-accept",
"eleven-lilies-film",
Expand All @@ -116,6 +120,7 @@
"events-exact-id-search",
"experimental-attributes-docs",
"extend-cn-tailwind-merge",
"fast-next-workflow-hmr",
"fast-workflow-discovery",
"fatal-retryable-error-serialization",
"features-encryption-metadata",
Expand All @@ -130,17 +135,20 @@
"fix-dom-exception-serialization",
"fix-event-detail-stream-links",
"fix-examples-homepage-link",
"fix-graph-manifest-generation",
"fix-health-check-correlation-id",
"fix-hook-loop-unconsumed-event",
"fix-inline-execution-flow-count-race",
"fix-load-events-cursor-null",
"fix-local-test-hangs",
"fix-malformed-tool-call-input",
"fix-message-only-error-block",
"fix-middle-truncate-ellipsis",
"fix-next-esm-compat",
"fix-next-module-specifier-root",
"fix-next-version-resolution",
"fix-observability-getworld-import",
"fix-postgres-workflow-enums",
"fix-provider-tool-identity",
"fix-span-detail-flicker-state-machine",
"fix-step-vs-wait-race-eager-wait",
Expand All @@ -150,13 +158,15 @@
"fix-tools-to-model-tools",
"fix-turbopack-content-condition-deferred",
"fix-vite-step-source-maps-e2e",
"fix-windows-port-parser",
"fix-world-local-hook-self-conflict",
"fix-world-local-step-created-race",
"fix-world-postgres-events-uniqueness",
"fix-world-vercel-request-timeout",
"fix-world-zod-44-compat",
"flow-route-init-traces",
"fresh-events-occur",
"fresh-lamps-heal",
"fresh-steps-hmr",
"friendlier-errors",
"friendly-step-files",
Expand Down Expand Up @@ -193,6 +203,7 @@
"lucky-windows-smash",
"many-peas-jog",
"mean-cameras-hope",
"metadata-panel-styling",
"modern-penguins-peel",
"moody-rivers-play",
"narrow-step-bundling",
Expand All @@ -203,10 +214,12 @@
"nest-linked-invocations-under-delivery",
"next-diagnostics-dist",
"next-respect-package-exports",
"next-root-detection",
"ninety-dancers-brush",
"nitro-dashboard-route",
"nitro-forward-externals",
"nitro-h2-noderequire",
"nitro-monorepo-project-root",
"nitro-webhook-rule-pattern-fix",
"no-eval-in-revive",
"node-module-error-cross-file-dce",
Expand All @@ -221,6 +234,7 @@
"pending-trace-viewer-gray-indicator",
"perf-cached-workflow-script",
"perf-memoize-step-hydration",
"postgres-step-ordering",
"pr-comment-stale-banner-via-path",
"precise-trace-viewer-durations",
"preserve-imports-used-by-hoisted-steps",
Expand All @@ -231,14 +245,18 @@
"proud-friends-decide",
"queue-namespace-primitive",
"queued-for-uses-first-step-started",
"quick-local-replay",
"quiet-analytics-readers",
"quiet-build-logs",
"quiet-lamps-parse",
"quiet-marker-shadow",
"quiet-sourcemap-warnings",
"quiet-trace-viewer-duration",
"quieter-stream-metadata",
"rare-badgers-judge",
"ready-pens-hug",
"reconnect-object-streams",
"recover-invalid-tool-input",
"reject-empty-hook-token",
"relative-time-card",
"remove-client-mode",
Expand Down Expand Up @@ -281,6 +299,7 @@
"sourcemap-config-option",
"sourcemaps-env-aware-default",
"sourcemaps-runtime-graceful",
"spicy-paws-nail",
"split-tarballs-from-docs",
"stale-sveltekit-triggers-main",
"stamp-world-run-id-spans",
Expand Down Expand Up @@ -351,6 +370,7 @@
"witty-pugs-applaud",
"workflow-function-serialization",
"world-init-cold-start",
"world-local-hook-cache-rebuild",
"world-local-path-traversal",
"world-local-retry-transport-failures",
"world-local-run-failed-not-found",
Expand All @@ -364,6 +384,7 @@
"world-vercel-trusted-sources",
"world-zod-dependency",
"yellow-pianos-relax",
"zstd-step-error-display",
"zstd-web-decoder"
]
}
11 changes: 11 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/ai

## 5.0.0-beta.13

### Patch Changes

- [#2730](https://github.com/vercel/workflow/pull/2730) [`0f02af4`](https://github.com/vercel/workflow/commit/0f02af4cfb1c6529fc9c9d726d720b5d31cc51af) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Continue DurableAgent tool loops whenever a model step contains tool calls, regardless of the reported finish reason.

- [#2699](https://github.com/vercel/workflow/pull/2699) [`654f959`](https://github.com/vercel/workflow/commit/654f95911b6260df56cd77a41ae82864461c7f2c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - DurableAgent now recovers from invalid tool-call input by returning the validation error to the model instead of aborting the stream.

- Updated dependencies [[`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475)]:
- workflow@5.0.0-beta.27

## 5.0.0-beta.12

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/ai",
"version": "5.0.0-beta.12",
"version": "5.0.0-beta.13",
"description": "Workflow SDK compatible helper library for the AI SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/astro

## 5.0.0-beta.27

### Patch Changes

- [#2725](https://github.com/vercel/workflow/pull/2725) [`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Share framework project root detection across Astro, Next.js, and SvelteKit.

- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]:
- @workflow/builders@5.0.0-beta.27
- @workflow/rollup@5.0.0-beta.27
- @workflow/vite@5.0.0-beta.27

## 5.0.0-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/astro",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "Astro integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/builders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @workflow/builders

## 5.0.0-beta.27

### Patch Changes

- [#2725](https://github.com/vercel/workflow/pull/2725) [`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Share framework project root detection across Astro, Next.js, and SvelteKit.

- [#2678](https://github.com/vercel/workflow/pull/2678) [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475) Thanks [@ijjk](https://github.com/ijjk)! - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports.

- [#2702](https://github.com/vercel/workflow/pull/2702) [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Fix workflow graph extraction when transformed step proxies include pure annotations.

- Updated dependencies [[`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475)]:
- @workflow/core@5.0.0-beta.27
- @workflow/utils@5.0.0-beta.5
- @workflow/errors@5.0.0-beta.9

## 5.0.0-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/builders",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "Shared builder infrastructure for Workflow SDK",
"type": "module",
"main": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @workflow/cli

## 5.0.0-beta.27

### Patch Changes

- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`fc5bdcb`](https://github.com/vercel/workflow/commit/fc5bdcb003051815e84f60ee00f5d8d6cc11c663), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399), [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f)]:
- @workflow/builders@5.0.0-beta.27
- @workflow/core@5.0.0-beta.27
- @workflow/utils@5.0.0-beta.5
- @workflow/world-local@5.0.0-beta.23
- @workflow/world@5.0.0-beta.15
- @workflow/world-vercel@5.0.0-beta.23
- @workflow/web@5.0.0-beta.27
- @workflow/errors@5.0.0-beta.9

## 5.0.0-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/cli",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "Command-line interface for Workflow SDK",
"type": "module",
"bin": {
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @workflow/core

## 5.0.0-beta.27

### Patch Changes

- [#2665](https://github.com/vercel/workflow/pull/2665) [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Reduce e2e timing and polling flakes.

- [#2678](https://github.com/vercel/workflow/pull/2678) [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475) Thanks [@ijjk](https://github.com/ijjk)! - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports.

- Updated dependencies [[`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`fc5bdcb`](https://github.com/vercel/workflow/commit/fc5bdcb003051815e84f60ee00f5d8d6cc11c663), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399), [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f)]:
- @workflow/utils@5.0.0-beta.5
- @workflow/world-local@5.0.0-beta.23
- @workflow/world@5.0.0-beta.15
- @workflow/world-vercel@5.0.0-beta.23
- @workflow/errors@5.0.0-beta.9

## 5.0.0-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/core",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "Core runtime and engine for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/errors

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies [[`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475)]:
- @workflow/utils@5.0.0-beta.5

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/errors",
"description": "A package for standardizing errors in Workflow SDK",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/nest

## 5.0.0-beta.27

### Patch Changes

- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]:
- @workflow/builders@5.0.0-beta.27

## 5.0.0-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nest",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "NestJS integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @workflow/next

## 5.0.0-beta.27

### Patch Changes

- [#2725](https://github.com/vercel/workflow/pull/2725) [`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Share framework project root detection across Astro, Next.js, and SvelteKit.

- [#2678](https://github.com/vercel/workflow/pull/2678) [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475) Thanks [@ijjk](https://github.com/ijjk)! - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports.

- [#2729](https://github.com/vercel/workflow/pull/2729) [`7eabc1f`](https://github.com/vercel/workflow/commit/7eabc1f4c68af51eb99c23135ea3945b43842dbd) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Derive the workflow builder project root from Next.js workspace root configuration.

- [#2693](https://github.com/vercel/workflow/pull/2693) [`24f3707`](https://github.com/vercel/workflow/commit/24f370773d1d64b8383eb07537a01d63a7ad37db) Thanks [@ijjk](https://github.com/ijjk)! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.

- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]:
- @workflow/builders@5.0.0-beta.27
- @workflow/core@5.0.0-beta.27

## 5.0.0-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/next",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "Next.js integration for Workflow SDK",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/nitro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @workflow/nitro

## 5.0.0-beta.27

### Patch Changes

- [#2722](https://github.com/vercel/workflow/pull/2722) [`923ddd9`](https://github.com/vercel/workflow/commit/923ddd98d9c93b533b2fd3f3bd62e7f4b8a490c8) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Pass configured Nitro workflow scan directories through to Workflow builders.

- [#2713](https://github.com/vercel/workflow/pull/2713) [`3077b8a`](https://github.com/vercel/workflow/commit/3077b8a8034c61b85ced46166f53c1532fddfd65) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Use Nitro's workspace root for workflow module resolution so Nitro and Nuxt monorepo apps can import sibling workspace packages without extra config.

- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014), [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f)]:
- @workflow/builders@5.0.0-beta.27
- @workflow/core@5.0.0-beta.27
- @workflow/web@5.0.0-beta.27
- @workflow/rollup@5.0.0-beta.27
- @workflow/vite@5.0.0-beta.27

## 5.0.0-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nitro",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "Nitro integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/nuxt

## 5.0.0-beta.27

### Patch Changes

- [#2713](https://github.com/vercel/workflow/pull/2713) [`3077b8a`](https://github.com/vercel/workflow/commit/3077b8a8034c61b85ced46166f53c1532fddfd65) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Use Nitro's workspace root for workflow module resolution so Nitro and Nuxt monorepo apps can import sibling workspace packages without extra config.

- Updated dependencies [[`923ddd9`](https://github.com/vercel/workflow/commit/923ddd98d9c93b533b2fd3f3bd62e7f4b8a490c8), [`3077b8a`](https://github.com/vercel/workflow/commit/3077b8a8034c61b85ced46166f53c1532fddfd65)]:
- @workflow/nitro@5.0.0-beta.27

## 5.0.0-beta.26

### Patch Changes
Expand Down
Loading