You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…1-refresh
* origin/main: (21 commits)
Fix node-module-error plugin matching identifiers in multi-line comments (#1554)
fix(swc-plugin): use binding name for class expression method registrations (#1599)
fix(builders): override `sideEffects: false` for discovered workflow/step/serde entries (#1598)
[world-vercel] align header names to `x-vercel-workflow-*` convention (#1602)
[docs] Add vercel world consumer function security documentation (#1543)
Make `start()` types `unknown` when `deploymentId` is provided (#1367)
fix(next): stop force-setting WORKFLOW_PUBLIC_MANIFEST=1 during next dev (#1597)
Version Packages (beta) (#1593)
[docs] Tidy world API docs and document new stream helpers (#1581)
Rename 'Workflow Development Kit' / 'DevKit' to 'Workflow SDK' (#1595)
[world] Use zod/v4 in queue files to match @workflow/world schemas (#1588)
[ai] Fix fatal stream errors surfacing as [object Object] (#1589)
[web] Fix server crash on unmatched routes (#1590)
docs: rename 'Complex Example' to 'Instance Methods as Steps' (#1592)
Version Packages (beta) (#1563)
[core] Extend flow route duration to "max" and fail runs where replay takes too long (#1567)
fix: check target run capabilities before encrypting hook payloads (#1572)
[core] Combine initial run fetch, event fetch, and run_started event creation (#1569)
[docs] Split World API docs into sub-pages, update skill.md (#1457)
[nitro] Preserve workflow step registration side effects (#1386)
...
# Conflicts:
# skills/workflow/SKILL.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Renames the auto-injected headers from
x-workflow-run-id/x-workflow-step-idtox-vercel-workflow-run-id/x-vercel-workflow-step-idinworld-vercel.