Skip to content

fix(ai): recover @workflow/ai onto the 4.x stable line - #2440

Merged
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery
Jun 15, 2026
Merged

fix(ai): recover @workflow/ai onto the 4.x stable line#2440
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Problem

@workflow/ai was accidentally published to the latest dist-tag as 5.0.0, 6.0.0, and 7.0.0 — full majors with no breaking changes, while the rest of the SDK is on 4.x stable. latest currently points at 7.0.0.

Root cause

@workflow/ai peer-depends on workflow ("workflow": "workspace:^"). Changesets force-bumps a package a full major whenever a peer dependency takes a minor/major bump, gated by onlyUpdatePeerDependentsWhenOutOfRange — which defaults to false. On stable (regular mode) three ordinary workflow minors dragged ai up a major each:

stable releaseworkflow@workflow/ai
#2203→ 4.3.04.1.2 → 5.0.0
#2221→ 4.4.06.0.0
#2352→ 4.5.07.0.0

What this PR does

  1. .changeset/config.json — set onlyUpdatePeerDependentsWhenOutOfRange: true. ai now only majors when a new workflow version actually leaves its ^4 peer range (a real workflow major). Mirrors the main fix in fix(changesets): only major-bump peer dependents when out of range #2439.
  2. packages/ai/package.json — reset version 7.0.04.1.2.
  3. changeset — patch bump for @workflow/ai, so the Version Packages PR re-releases it as 4.1.3 on the 4.x line (carries the inline-sourcemaps packaging change that was trapped in 6.0.0). Merging that Version Packages PR repoints latest → 4.1.3 automatically.

Verification

pnpm changeset status on this branch (with the pending workflow minors still present):

Packages to be bumped at patch:
- @workflow/ai ← was being dragged to major before this fix
Packages to be bumped at minor:
- @workflow/core
- workflow
NO packages to be bumped at major

Manual npm follow-up (not done by this PR)

The bad versions are still on npm and can't be unpublished (~72k downloads/week; only 7.0.0 is even within the 72h window, and it's the current latest). After the Version Packages PR merges and publishes 4.1.3:

# immediate stopgap if needed before 4.1.3 ships:
npm dist-tag add @workflow/ai@4.1.2 latest
# deprecate the mis-numbered majors (do after latest points to a 4.x):
npm deprecate "@workflow/ai@5.0.0""Published in error (changeset peer-dep misconfig); a 4.x patch mislabeled as a major. Use @workflow/ai@^4 (stable) or @workflow/ai@beta (v5)."
npm deprecate "@workflow/ai@6.0.0""<same>"
npm deprecate "@workflow/ai@7.0.0""<same>"

Forward note

5.0.0/6.0.0/7.0.0 are burned on npm forever. When the v5 beta line graduates, @workflow/ai cannot publish 5.0.0 (already taken) — it must skip to the next free major (8.0.0), or changeset publish will fail.

Notes for reviewer

  • ai's CHANGELOG.md still has the 5.0.0/6.0.0/7.0.0 entries; the Version Packages PR will prepend 4.1.3 above them, so the ordering will look odd. Left intact intentionally (accurate record of what was published) — hand-clean if preferred.
  • This supersedes any redundant config-only backport the bot opens for fix(changesets): only major-bump peer dependents when out of range #2439.

🤖 Generated with Claude Code

@workflow/ai was accidentally published to `latest` as 5.0.0, 6.0.0,
and 7.0.0. Root cause: it peer-depends on `workflow`, and changesets'
`onlyUpdatePeerDependentsWhenOutOfRange` defaults to false, so every
`workflow` minor on `stable` force-bumped ai a full major despite no
breaking changes.
- Add `onlyUpdatePeerDependentsWhenOutOfRange: true` so ai only majors
when a new `workflow` version actually leaves its `^4` peer range.
- Reset packages/ai/package.json from 7.0.0 back to 4.1.2; a patch
changeset re-releases it as 4.1.3 on the 4.x line (carries the
inline-sourcemaps packaging change that was trapped in 6.0.0).
Verified via `changeset status`: with pending `workflow` minors,
@workflow/ai now bumps patch, not major.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings June 15, 2026 22:42
@pranaygp
pranaygp requested a review from a team as a code ownerJune 15, 2026 22:42
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d7f9d59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@workflow/aiPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercelBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440671111
✅ 💻 Local Development11260861212
✅ 📦 Local Production11260861212
✅ 🐘 Local Postgres11140981212
✅ 🪟 Windows10100101
❌ 🌍 Community Worlds75986179
✅ 📋 Other568038606
Total5154983815633

❌ Failed Tests

🌍 Community Worlds (98 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

turso (79 failed):

  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KV6QBAQ16BR2W8VPTDM1K5SM
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KV6Q8TFHDSEN9F5RTMPG35FZ
  • promiseRaceWorkflow | wrun_01KV6Q9052DAKPT6NNPQY2B0VV
  • promiseAnyWorkflow | wrun_01KV6Q92AP7H0W28G1FQCTKMS7
  • importedStepOnlyWorkflow | wrun_01KV6QBS1J36WB6WC3ACA253AR
  • readableStreamWorkflow | wrun_01KV6Q94F90Q0Q2XKYV8D38QTP
  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • webhookWorkflow | wrun_01KV6Q9WPDSWKDYGZA4PNTWHZA
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • parallelSleepWorkflow | wrun_01KV6QBPMT6RF7P9MH6KJHNHC5
  • nullByteWorkflow | wrun_01KV6QBVM15DP5CCN2BZ64S42C
  • workflowAndStepMetadataWorkflow | wrun_01KV6QBXZ6FXVRPQXEWC59J3QZ
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KV6QEB2ZYBEXM7716H45W0DD
  • writableForwardedFromWorkflowWorkflow | wrun_01KV6QEV8D4DKY5BKNSTMMHVST
  • writableForwardedFromStepWorkflow | wrun_01KV6QEZBGAW09SRTNFP6Q4Z8V
  • fetchWorkflow | wrun_01KV6QF2Z6ZMDTZQX1PMVVKGHR
  • promiseRaceStressTestWorkflow | wrun_01KV6QF64HJKCMKEB66KABSDAV
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KV6QJF9Z7TMAXE1RYK4909Z4
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KV6QK7ZYR28PV93S8HTZ0NAA
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KV6QKBF35W2HA7RQER17QD3H
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KV6QNY9ETXYRXT750Z76YB2A
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KV6QPD4RSH2PR8TJ925MH3C0
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KV6QPP1V190TA3J7TM4F1XTV
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KV6QPWAF1VVFE92JBGZFRNJN
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KV6QPYCMTN4N2G6E4DY768A2
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KV6QQCWPJ4TDAT9HRY7FQXQ4
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KV6QQJ24F5QECE2R5B6C6FT6
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KV6QQRE71MT97MD34N9SF60E
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KV6QQZ14K247D5J7Z2RNHYVC
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KV6QR61RFR84PQ9Y91T10J7P
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KV6QRCMWP8QC54CAT7GMPWBJ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KV6QRPA24QGMYT7W0D5S6A3K
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KV6QS4SK9X82EMEQ4ZSHQ4DF
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KV6QSG2S4JGW3W5K8EXSSXGE
  • cancelRun - cancelling a running workflow | wrun_01KV6QSPBXFRT87V2PY1Q68XK9
  • cancelRun via CLI - cancelling a running workflow | wrun_01KV6QSZAWSJCDFG83PY9H9JY8
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KV6QTAWDTE41R3TC2V4X6A76
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KV6QTXBPKQ3K5GM05T0G7QX9
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KV6QV7E7PVDK4YGKWJ3T3MZ0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KV6QVDX1Y7G6ZRR01W1JX5EJ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KV6QVH7PTSAPQ155YJV6C8D4
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9407
✅ example9407
✅ express9407
✅ fastify9407
✅ hono9407
✅ nextjs-turbopack9902
✅ nextjs-webpack9902
✅ nitro9407
✅ nuxt9407
✅ sveltekit9407
✅ vite9407
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9407
✅ express-stable9407
✅ fastify-stable9407
✅ hono-stable9407
✅ nextjs-turbopack-canary81020
✅ nextjs-turbopack-stable10001
✅ nextjs-webpack-canary81020
✅ nextjs-webpack-stable10001
✅ nitro-stable9407
✅ nuxt-stable9407
✅ sveltekit-stable9407
✅ vite-stable9407
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10100
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis63190
✅ turso-dev302
❌ turso3790
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9506
✅ e2e-local-dev-tanstack-start-stable9506
✅ e2e-local-postgres-nest-stable9407
✅ e2e-local-postgres-tanstack-start-stable9407
✅ e2e-local-prod-nest-stable9506
✅ e2e-local-prod-tanstack-start-stable9506

📋 View full workflow run

@TooTallNate
TooTallNate enabled auto-merge (squash) June 15, 2026 22:54
@TooTallNate
TooTallNate merged commit 80ccca0 into stableJun 15, 2026
92 of 95 checks passed
@TooTallNate
TooTallNate deleted the pgp/ai-stable-version-recovery branch June 15, 2026 22:56
@github-actionsgithub-actionsBot mentioned this pull request Jun 15, 2026
Sign up for freeto 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.

3 participants

@pranaygp@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
fix(ai): recover @workflow/ai onto the 4.x stable line by pranaygp · Pull Request #2440 · vercel/workflow · GitHub
Skip to content

fix(ai): recover @workflow/ai onto the 4.x stable line - #2440

Merged
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery
Jun 15, 2026
Merged

fix(ai): recover @workflow/ai onto the 4.x stable line#2440
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Problem

@workflow/ai was accidentally published to the latest dist-tag as 5.0.0, 6.0.0, and 7.0.0 — full majors with no breaking changes, while the rest of the SDK is on 4.x stable. latest currently points at 7.0.0.

Root cause

@workflow/ai peer-depends on workflow ("workflow": "workspace:^"). Changesets force-bumps a package a full major whenever a peer dependency takes a minor/major bump, gated by onlyUpdatePeerDependentsWhenOutOfRange — which defaults to false. On stable (regular mode) three ordinary workflow minors dragged ai up a major each:

stable releaseworkflow@workflow/ai
#2203→ 4.3.04.1.2 → 5.0.0
#2221→ 4.4.06.0.0
#2352→ 4.5.07.0.0

What this PR does

  1. .changeset/config.json — set onlyUpdatePeerDependentsWhenOutOfRange: true. ai now only majors when a new workflow version actually leaves its ^4 peer range (a real workflow major). Mirrors the main fix in fix(changesets): only major-bump peer dependents when out of range #2439.
  2. packages/ai/package.json — reset version 7.0.04.1.2.
  3. changeset — patch bump for @workflow/ai, so the Version Packages PR re-releases it as 4.1.3 on the 4.x line (carries the inline-sourcemaps packaging change that was trapped in 6.0.0). Merging that Version Packages PR repoints latest → 4.1.3 automatically.

Verification

pnpm changeset status on this branch (with the pending workflow minors still present):

Packages to be bumped at patch:
- @workflow/ai ← was being dragged to major before this fix
Packages to be bumped at minor:
- @workflow/core
- workflow
NO packages to be bumped at major

Manual npm follow-up (not done by this PR)

The bad versions are still on npm and can't be unpublished (~72k downloads/week; only 7.0.0 is even within the 72h window, and it's the current latest). After the Version Packages PR merges and publishes 4.1.3:

# immediate stopgap if needed before 4.1.3 ships:
npm dist-tag add @workflow/ai@4.1.2 latest
# deprecate the mis-numbered majors (do after latest points to a 4.x):
npm deprecate "@workflow/ai@5.0.0""Published in error (changeset peer-dep misconfig); a 4.x patch mislabeled as a major. Use @workflow/ai@^4 (stable) or @workflow/ai@beta (v5)."
npm deprecate "@workflow/ai@6.0.0""<same>"
npm deprecate "@workflow/ai@7.0.0""<same>"

Forward note

5.0.0/6.0.0/7.0.0 are burned on npm forever. When the v5 beta line graduates, @workflow/ai cannot publish 5.0.0 (already taken) — it must skip to the next free major (8.0.0), or changeset publish will fail.

Notes for reviewer

  • ai's CHANGELOG.md still has the 5.0.0/6.0.0/7.0.0 entries; the Version Packages PR will prepend 4.1.3 above them, so the ordering will look odd. Left intact intentionally (accurate record of what was published) — hand-clean if preferred.
  • This supersedes any redundant config-only backport the bot opens for fix(changesets): only major-bump peer dependents when out of range #2439.

🤖 Generated with Claude Code

@workflow/ai was accidentally published to `latest` as 5.0.0, 6.0.0,
and 7.0.0. Root cause: it peer-depends on `workflow`, and changesets'
`onlyUpdatePeerDependentsWhenOutOfRange` defaults to false, so every
`workflow` minor on `stable` force-bumped ai a full major despite no
breaking changes.
- Add `onlyUpdatePeerDependentsWhenOutOfRange: true` so ai only majors
when a new `workflow` version actually leaves its `^4` peer range.
- Reset packages/ai/package.json from 7.0.0 back to 4.1.2; a patch
changeset re-releases it as 4.1.3 on the 4.x line (carries the
inline-sourcemaps packaging change that was trapped in 6.0.0).
Verified via `changeset status`: with pending `workflow` minors,
@workflow/ai now bumps patch, not major.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings June 15, 2026 22:42
@pranaygp
pranaygp requested a review from a team as a code ownerJune 15, 2026 22:42
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d7f9d59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@workflow/aiPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercelBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440671111
✅ 💻 Local Development11260861212
✅ 📦 Local Production11260861212
✅ 🐘 Local Postgres11140981212
✅ 🪟 Windows10100101
❌ 🌍 Community Worlds75986179
✅ 📋 Other568038606
Total5154983815633

❌ Failed Tests

🌍 Community Worlds (98 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

turso (79 failed):

  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KV6QBAQ16BR2W8VPTDM1K5SM
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KV6Q8TFHDSEN9F5RTMPG35FZ
  • promiseRaceWorkflow | wrun_01KV6Q9052DAKPT6NNPQY2B0VV
  • promiseAnyWorkflow | wrun_01KV6Q92AP7H0W28G1FQCTKMS7
  • importedStepOnlyWorkflow | wrun_01KV6QBS1J36WB6WC3ACA253AR
  • readableStreamWorkflow | wrun_01KV6Q94F90Q0Q2XKYV8D38QTP
  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • webhookWorkflow | wrun_01KV6Q9WPDSWKDYGZA4PNTWHZA
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • parallelSleepWorkflow | wrun_01KV6QBPMT6RF7P9MH6KJHNHC5
  • nullByteWorkflow | wrun_01KV6QBVM15DP5CCN2BZ64S42C
  • workflowAndStepMetadataWorkflow | wrun_01KV6QBXZ6FXVRPQXEWC59J3QZ
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KV6QEB2ZYBEXM7716H45W0DD
  • writableForwardedFromWorkflowWorkflow | wrun_01KV6QEV8D4DKY5BKNSTMMHVST
  • writableForwardedFromStepWorkflow | wrun_01KV6QEZBGAW09SRTNFP6Q4Z8V
  • fetchWorkflow | wrun_01KV6QF2Z6ZMDTZQX1PMVVKGHR
  • promiseRaceStressTestWorkflow | wrun_01KV6QF64HJKCMKEB66KABSDAV
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KV6QJF9Z7TMAXE1RYK4909Z4
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KV6QK7ZYR28PV93S8HTZ0NAA
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KV6QKBF35W2HA7RQER17QD3H
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KV6QNY9ETXYRXT750Z76YB2A
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KV6QPD4RSH2PR8TJ925MH3C0
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KV6QPP1V190TA3J7TM4F1XTV
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KV6QPWAF1VVFE92JBGZFRNJN
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KV6QPYCMTN4N2G6E4DY768A2
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KV6QQCWPJ4TDAT9HRY7FQXQ4
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KV6QQJ24F5QECE2R5B6C6FT6
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KV6QQRE71MT97MD34N9SF60E
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KV6QQZ14K247D5J7Z2RNHYVC
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KV6QR61RFR84PQ9Y91T10J7P
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KV6QRCMWP8QC54CAT7GMPWBJ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KV6QRPA24QGMYT7W0D5S6A3K
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KV6QS4SK9X82EMEQ4ZSHQ4DF
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KV6QSG2S4JGW3W5K8EXSSXGE
  • cancelRun - cancelling a running workflow | wrun_01KV6QSPBXFRT87V2PY1Q68XK9
  • cancelRun via CLI - cancelling a running workflow | wrun_01KV6QSZAWSJCDFG83PY9H9JY8
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KV6QTAWDTE41R3TC2V4X6A76
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KV6QTXBPKQ3K5GM05T0G7QX9
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KV6QV7E7PVDK4YGKWJ3T3MZ0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KV6QVDX1Y7G6ZRR01W1JX5EJ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KV6QVH7PTSAPQ155YJV6C8D4
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9407
✅ example9407
✅ express9407
✅ fastify9407
✅ hono9407
✅ nextjs-turbopack9902
✅ nextjs-webpack9902
✅ nitro9407
✅ nuxt9407
✅ sveltekit9407
✅ vite9407
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9407
✅ express-stable9407
✅ fastify-stable9407
✅ hono-stable9407
✅ nextjs-turbopack-canary81020
✅ nextjs-turbopack-stable10001
✅ nextjs-webpack-canary81020
✅ nextjs-webpack-stable10001
✅ nitro-stable9407
✅ nuxt-stable9407
✅ sveltekit-stable9407
✅ vite-stable9407
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10100
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis63190
✅ turso-dev302
❌ turso3790
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9506
✅ e2e-local-dev-tanstack-start-stable9506
✅ e2e-local-postgres-nest-stable9407
✅ e2e-local-postgres-tanstack-start-stable9407
✅ e2e-local-prod-nest-stable9506
✅ e2e-local-prod-tanstack-start-stable9506

📋 View full workflow run

@TooTallNate
TooTallNate enabled auto-merge (squash) June 15, 2026 22:54
@TooTallNate
TooTallNate merged commit 80ccca0 into stableJun 15, 2026
92 of 95 checks passed
@TooTallNate
TooTallNate deleted the pgp/ai-stable-version-recovery branch June 15, 2026 22:56
@github-actionsgithub-actionsBot mentioned this pull request Jun 15, 2026
Sign up for freeto 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.

3 participants

@pranaygp@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' fix(ai): recover @workflow/ai onto the 4.x stable line by pranaygp · Pull Request #2440 · vercel/workflow · GitHub
Skip to content

fix(ai): recover @workflow/ai onto the 4.x stable line - #2440

Merged
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery
Jun 15, 2026
Merged

fix(ai): recover @workflow/ai onto the 4.x stable line#2440
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Problem

@workflow/ai was accidentally published to the latest dist-tag as 5.0.0, 6.0.0, and 7.0.0 — full majors with no breaking changes, while the rest of the SDK is on 4.x stable. latest currently points at 7.0.0.

Root cause

@workflow/ai peer-depends on workflow ("workflow": "workspace:^"). Changesets force-bumps a package a full major whenever a peer dependency takes a minor/major bump, gated by onlyUpdatePeerDependentsWhenOutOfRange — which defaults to false. On stable (regular mode) three ordinary workflow minors dragged ai up a major each:

stable releaseworkflow@workflow/ai
#2203→ 4.3.04.1.2 → 5.0.0
#2221→ 4.4.06.0.0
#2352→ 4.5.07.0.0

What this PR does

  1. .changeset/config.json — set onlyUpdatePeerDependentsWhenOutOfRange: true. ai now only majors when a new workflow version actually leaves its ^4 peer range (a real workflow major). Mirrors the main fix in fix(changesets): only major-bump peer dependents when out of range #2439.
  2. packages/ai/package.json — reset version 7.0.04.1.2.
  3. changeset — patch bump for @workflow/ai, so the Version Packages PR re-releases it as 4.1.3 on the 4.x line (carries the inline-sourcemaps packaging change that was trapped in 6.0.0). Merging that Version Packages PR repoints latest → 4.1.3 automatically.

Verification

pnpm changeset status on this branch (with the pending workflow minors still present):

Packages to be bumped at patch:
- @workflow/ai ← was being dragged to major before this fix
Packages to be bumped at minor:
- @workflow/core
- workflow
NO packages to be bumped at major

Manual npm follow-up (not done by this PR)

The bad versions are still on npm and can't be unpublished (~72k downloads/week; only 7.0.0 is even within the 72h window, and it's the current latest). After the Version Packages PR merges and publishes 4.1.3:

# immediate stopgap if needed before 4.1.3 ships:
npm dist-tag add @workflow/ai@4.1.2 latest
# deprecate the mis-numbered majors (do after latest points to a 4.x):
npm deprecate "@workflow/ai@5.0.0""Published in error (changeset peer-dep misconfig); a 4.x patch mislabeled as a major. Use @workflow/ai@^4 (stable) or @workflow/ai@beta (v5)."
npm deprecate "@workflow/ai@6.0.0""<same>"
npm deprecate "@workflow/ai@7.0.0""<same>"

Forward note

5.0.0/6.0.0/7.0.0 are burned on npm forever. When the v5 beta line graduates, @workflow/ai cannot publish 5.0.0 (already taken) — it must skip to the next free major (8.0.0), or changeset publish will fail.

Notes for reviewer

  • ai's CHANGELOG.md still has the 5.0.0/6.0.0/7.0.0 entries; the Version Packages PR will prepend 4.1.3 above them, so the ordering will look odd. Left intact intentionally (accurate record of what was published) — hand-clean if preferred.
  • This supersedes any redundant config-only backport the bot opens for fix(changesets): only major-bump peer dependents when out of range #2439.

🤖 Generated with Claude Code

@workflow/ai was accidentally published to `latest` as 5.0.0, 6.0.0,
and 7.0.0. Root cause: it peer-depends on `workflow`, and changesets'
`onlyUpdatePeerDependentsWhenOutOfRange` defaults to false, so every
`workflow` minor on `stable` force-bumped ai a full major despite no
breaking changes.
- Add `onlyUpdatePeerDependentsWhenOutOfRange: true` so ai only majors
when a new `workflow` version actually leaves its `^4` peer range.
- Reset packages/ai/package.json from 7.0.0 back to 4.1.2; a patch
changeset re-releases it as 4.1.3 on the 4.x line (carries the
inline-sourcemaps packaging change that was trapped in 6.0.0).
Verified via `changeset status`: with pending `workflow` minors,
@workflow/ai now bumps patch, not major.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings June 15, 2026 22:42
@pranaygp
pranaygp requested a review from a team as a code ownerJune 15, 2026 22:42
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d7f9d59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@workflow/aiPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercelBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440671111
✅ 💻 Local Development11260861212
✅ 📦 Local Production11260861212
✅ 🐘 Local Postgres11140981212
✅ 🪟 Windows10100101
❌ 🌍 Community Worlds75986179
✅ 📋 Other568038606
Total5154983815633

❌ Failed Tests

🌍 Community Worlds (98 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

turso (79 failed):

  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KV6QBAQ16BR2W8VPTDM1K5SM
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KV6Q8TFHDSEN9F5RTMPG35FZ
  • promiseRaceWorkflow | wrun_01KV6Q9052DAKPT6NNPQY2B0VV
  • promiseAnyWorkflow | wrun_01KV6Q92AP7H0W28G1FQCTKMS7
  • importedStepOnlyWorkflow | wrun_01KV6QBS1J36WB6WC3ACA253AR
  • readableStreamWorkflow | wrun_01KV6Q94F90Q0Q2XKYV8D38QTP
  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • webhookWorkflow | wrun_01KV6Q9WPDSWKDYGZA4PNTWHZA
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • parallelSleepWorkflow | wrun_01KV6QBPMT6RF7P9MH6KJHNHC5
  • nullByteWorkflow | wrun_01KV6QBVM15DP5CCN2BZ64S42C
  • workflowAndStepMetadataWorkflow | wrun_01KV6QBXZ6FXVRPQXEWC59J3QZ
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KV6QEB2ZYBEXM7716H45W0DD
  • writableForwardedFromWorkflowWorkflow | wrun_01KV6QEV8D4DKY5BKNSTMMHVST
  • writableForwardedFromStepWorkflow | wrun_01KV6QEZBGAW09SRTNFP6Q4Z8V
  • fetchWorkflow | wrun_01KV6QF2Z6ZMDTZQX1PMVVKGHR
  • promiseRaceStressTestWorkflow | wrun_01KV6QF64HJKCMKEB66KABSDAV
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KV6QJF9Z7TMAXE1RYK4909Z4
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KV6QK7ZYR28PV93S8HTZ0NAA
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KV6QKBF35W2HA7RQER17QD3H
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KV6QNY9ETXYRXT750Z76YB2A
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KV6QPD4RSH2PR8TJ925MH3C0
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KV6QPP1V190TA3J7TM4F1XTV
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KV6QPWAF1VVFE92JBGZFRNJN
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KV6QPYCMTN4N2G6E4DY768A2
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KV6QQCWPJ4TDAT9HRY7FQXQ4
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KV6QQJ24F5QECE2R5B6C6FT6
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KV6QQRE71MT97MD34N9SF60E
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KV6QQZ14K247D5J7Z2RNHYVC
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KV6QR61RFR84PQ9Y91T10J7P
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KV6QRCMWP8QC54CAT7GMPWBJ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KV6QRPA24QGMYT7W0D5S6A3K
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KV6QS4SK9X82EMEQ4ZSHQ4DF
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KV6QSG2S4JGW3W5K8EXSSXGE
  • cancelRun - cancelling a running workflow | wrun_01KV6QSPBXFRT87V2PY1Q68XK9
  • cancelRun via CLI - cancelling a running workflow | wrun_01KV6QSZAWSJCDFG83PY9H9JY8
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KV6QTAWDTE41R3TC2V4X6A76
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KV6QTXBPKQ3K5GM05T0G7QX9
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KV6QV7E7PVDK4YGKWJ3T3MZ0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KV6QVDX1Y7G6ZRR01W1JX5EJ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KV6QVH7PTSAPQ155YJV6C8D4
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9407
✅ example9407
✅ express9407
✅ fastify9407
✅ hono9407
✅ nextjs-turbopack9902
✅ nextjs-webpack9902
✅ nitro9407
✅ nuxt9407
✅ sveltekit9407
✅ vite9407
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9407
✅ express-stable9407
✅ fastify-stable9407
✅ hono-stable9407
✅ nextjs-turbopack-canary81020
✅ nextjs-turbopack-stable10001
✅ nextjs-webpack-canary81020
✅ nextjs-webpack-stable10001
✅ nitro-stable9407
✅ nuxt-stable9407
✅ sveltekit-stable9407
✅ vite-stable9407
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10100
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis63190
✅ turso-dev302
❌ turso3790
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9506
✅ e2e-local-dev-tanstack-start-stable9506
✅ e2e-local-postgres-nest-stable9407
✅ e2e-local-postgres-tanstack-start-stable9407
✅ e2e-local-prod-nest-stable9506
✅ e2e-local-prod-tanstack-start-stable9506

📋 View full workflow run

@TooTallNate
TooTallNate enabled auto-merge (squash) June 15, 2026 22:54
@TooTallNate
TooTallNate merged commit 80ccca0 into stableJun 15, 2026
92 of 95 checks passed
@TooTallNate
TooTallNate deleted the pgp/ai-stable-version-recovery branch June 15, 2026 22:56
@github-actionsgithub-actionsBot mentioned this pull request Jun 15, 2026
Sign up for freeto 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.

3 participants

@pranaygp@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' fix(ai): recover @workflow/ai onto the 4.x stable line by pranaygp · Pull Request #2440 · vercel/workflow · GitHub
Skip to content

fix(ai): recover @workflow/ai onto the 4.x stable line - #2440

Merged
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery
Jun 15, 2026
Merged

fix(ai): recover @workflow/ai onto the 4.x stable line#2440
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Problem

@workflow/ai was accidentally published to the latest dist-tag as 5.0.0, 6.0.0, and 7.0.0 — full majors with no breaking changes, while the rest of the SDK is on 4.x stable. latest currently points at 7.0.0.

Root cause

@workflow/ai peer-depends on workflow ("workflow": "workspace:^"). Changesets force-bumps a package a full major whenever a peer dependency takes a minor/major bump, gated by onlyUpdatePeerDependentsWhenOutOfRange — which defaults to false. On stable (regular mode) three ordinary workflow minors dragged ai up a major each:

stable releaseworkflow@workflow/ai
#2203→ 4.3.04.1.2 → 5.0.0
#2221→ 4.4.06.0.0
#2352→ 4.5.07.0.0

What this PR does

  1. .changeset/config.json — set onlyUpdatePeerDependentsWhenOutOfRange: true. ai now only majors when a new workflow version actually leaves its ^4 peer range (a real workflow major). Mirrors the main fix in fix(changesets): only major-bump peer dependents when out of range #2439.
  2. packages/ai/package.json — reset version 7.0.04.1.2.
  3. changeset — patch bump for @workflow/ai, so the Version Packages PR re-releases it as 4.1.3 on the 4.x line (carries the inline-sourcemaps packaging change that was trapped in 6.0.0). Merging that Version Packages PR repoints latest → 4.1.3 automatically.

Verification

pnpm changeset status on this branch (with the pending workflow minors still present):

Packages to be bumped at patch:
- @workflow/ai ← was being dragged to major before this fix
Packages to be bumped at minor:
- @workflow/core
- workflow
NO packages to be bumped at major

Manual npm follow-up (not done by this PR)

The bad versions are still on npm and can't be unpublished (~72k downloads/week; only 7.0.0 is even within the 72h window, and it's the current latest). After the Version Packages PR merges and publishes 4.1.3:

# immediate stopgap if needed before 4.1.3 ships:
npm dist-tag add @workflow/ai@4.1.2 latest
# deprecate the mis-numbered majors (do after latest points to a 4.x):
npm deprecate "@workflow/ai@5.0.0""Published in error (changeset peer-dep misconfig); a 4.x patch mislabeled as a major. Use @workflow/ai@^4 (stable) or @workflow/ai@beta (v5)."
npm deprecate "@workflow/ai@6.0.0""<same>"
npm deprecate "@workflow/ai@7.0.0""<same>"

Forward note

5.0.0/6.0.0/7.0.0 are burned on npm forever. When the v5 beta line graduates, @workflow/ai cannot publish 5.0.0 (already taken) — it must skip to the next free major (8.0.0), or changeset publish will fail.

Notes for reviewer

  • ai's CHANGELOG.md still has the 5.0.0/6.0.0/7.0.0 entries; the Version Packages PR will prepend 4.1.3 above them, so the ordering will look odd. Left intact intentionally (accurate record of what was published) — hand-clean if preferred.
  • This supersedes any redundant config-only backport the bot opens for fix(changesets): only major-bump peer dependents when out of range #2439.

🤖 Generated with Claude Code

@workflow/ai was accidentally published to `latest` as 5.0.0, 6.0.0,
and 7.0.0. Root cause: it peer-depends on `workflow`, and changesets'
`onlyUpdatePeerDependentsWhenOutOfRange` defaults to false, so every
`workflow` minor on `stable` force-bumped ai a full major despite no
breaking changes.
- Add `onlyUpdatePeerDependentsWhenOutOfRange: true` so ai only majors
when a new `workflow` version actually leaves its `^4` peer range.
- Reset packages/ai/package.json from 7.0.0 back to 4.1.2; a patch
changeset re-releases it as 4.1.3 on the 4.x line (carries the
inline-sourcemaps packaging change that was trapped in 6.0.0).
Verified via `changeset status`: with pending `workflow` minors,
@workflow/ai now bumps patch, not major.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings June 15, 2026 22:42
@pranaygp
pranaygp requested a review from a team as a code ownerJune 15, 2026 22:42
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d7f9d59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@workflow/aiPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercelBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440671111
✅ 💻 Local Development11260861212
✅ 📦 Local Production11260861212
✅ 🐘 Local Postgres11140981212
✅ 🪟 Windows10100101
❌ 🌍 Community Worlds75986179
✅ 📋 Other568038606
Total5154983815633

❌ Failed Tests

🌍 Community Worlds (98 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

turso (79 failed):

  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KV6QBAQ16BR2W8VPTDM1K5SM
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KV6Q8TFHDSEN9F5RTMPG35FZ
  • promiseRaceWorkflow | wrun_01KV6Q9052DAKPT6NNPQY2B0VV
  • promiseAnyWorkflow | wrun_01KV6Q92AP7H0W28G1FQCTKMS7
  • importedStepOnlyWorkflow | wrun_01KV6QBS1J36WB6WC3ACA253AR
  • readableStreamWorkflow | wrun_01KV6Q94F90Q0Q2XKYV8D38QTP
  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • webhookWorkflow | wrun_01KV6Q9WPDSWKDYGZA4PNTWHZA
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • parallelSleepWorkflow | wrun_01KV6QBPMT6RF7P9MH6KJHNHC5
  • nullByteWorkflow | wrun_01KV6QBVM15DP5CCN2BZ64S42C
  • workflowAndStepMetadataWorkflow | wrun_01KV6QBXZ6FXVRPQXEWC59J3QZ
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KV6QEB2ZYBEXM7716H45W0DD
  • writableForwardedFromWorkflowWorkflow | wrun_01KV6QEV8D4DKY5BKNSTMMHVST
  • writableForwardedFromStepWorkflow | wrun_01KV6QEZBGAW09SRTNFP6Q4Z8V
  • fetchWorkflow | wrun_01KV6QF2Z6ZMDTZQX1PMVVKGHR
  • promiseRaceStressTestWorkflow | wrun_01KV6QF64HJKCMKEB66KABSDAV
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KV6QJF9Z7TMAXE1RYK4909Z4
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KV6QK7ZYR28PV93S8HTZ0NAA
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KV6QKBF35W2HA7RQER17QD3H
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KV6QNY9ETXYRXT750Z76YB2A
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KV6QPD4RSH2PR8TJ925MH3C0
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KV6QPP1V190TA3J7TM4F1XTV
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KV6QPWAF1VVFE92JBGZFRNJN
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KV6QPYCMTN4N2G6E4DY768A2
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KV6QQCWPJ4TDAT9HRY7FQXQ4
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KV6QQJ24F5QECE2R5B6C6FT6
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KV6QQRE71MT97MD34N9SF60E
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KV6QQZ14K247D5J7Z2RNHYVC
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KV6QR61RFR84PQ9Y91T10J7P
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KV6QRCMWP8QC54CAT7GMPWBJ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KV6QRPA24QGMYT7W0D5S6A3K
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KV6QS4SK9X82EMEQ4ZSHQ4DF
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KV6QSG2S4JGW3W5K8EXSSXGE
  • cancelRun - cancelling a running workflow | wrun_01KV6QSPBXFRT87V2PY1Q68XK9
  • cancelRun via CLI - cancelling a running workflow | wrun_01KV6QSZAWSJCDFG83PY9H9JY8
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KV6QTAWDTE41R3TC2V4X6A76
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KV6QTXBPKQ3K5GM05T0G7QX9
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KV6QV7E7PVDK4YGKWJ3T3MZ0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KV6QVDX1Y7G6ZRR01W1JX5EJ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KV6QVH7PTSAPQ155YJV6C8D4
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9407
✅ example9407
✅ express9407
✅ fastify9407
✅ hono9407
✅ nextjs-turbopack9902
✅ nextjs-webpack9902
✅ nitro9407
✅ nuxt9407
✅ sveltekit9407
✅ vite9407
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9407
✅ express-stable9407
✅ fastify-stable9407
✅ hono-stable9407
✅ nextjs-turbopack-canary81020
✅ nextjs-turbopack-stable10001
✅ nextjs-webpack-canary81020
✅ nextjs-webpack-stable10001
✅ nitro-stable9407
✅ nuxt-stable9407
✅ sveltekit-stable9407
✅ vite-stable9407
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10100
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis63190
✅ turso-dev302
❌ turso3790
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9506
✅ e2e-local-dev-tanstack-start-stable9506
✅ e2e-local-postgres-nest-stable9407
✅ e2e-local-postgres-tanstack-start-stable9407
✅ e2e-local-prod-nest-stable9506
✅ e2e-local-prod-tanstack-start-stable9506

📋 View full workflow run

@TooTallNate
TooTallNate enabled auto-merge (squash) June 15, 2026 22:54
@TooTallNate
TooTallNate merged commit 80ccca0 into stableJun 15, 2026
92 of 95 checks passed
@TooTallNate
TooTallNate deleted the pgp/ai-stable-version-recovery branch June 15, 2026 22:56
@github-actionsgithub-actionsBot mentioned this pull request Jun 15, 2026
Sign up for freeto 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.

3 participants

@pranaygp@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' fix(ai): recover @workflow/ai onto the 4.x stable line by pranaygp · Pull Request #2440 · vercel/workflow · GitHub
Skip to content

fix(ai): recover @workflow/ai onto the 4.x stable line - #2440

Merged
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery
Jun 15, 2026
Merged

fix(ai): recover @workflow/ai onto the 4.x stable line#2440
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Problem

@workflow/ai was accidentally published to the latest dist-tag as 5.0.0, 6.0.0, and 7.0.0 — full majors with no breaking changes, while the rest of the SDK is on 4.x stable. latest currently points at 7.0.0.

Root cause

@workflow/ai peer-depends on workflow ("workflow": "workspace:^"). Changesets force-bumps a package a full major whenever a peer dependency takes a minor/major bump, gated by onlyUpdatePeerDependentsWhenOutOfRange — which defaults to false. On stable (regular mode) three ordinary workflow minors dragged ai up a major each:

stable releaseworkflow@workflow/ai
#2203→ 4.3.04.1.2 → 5.0.0
#2221→ 4.4.06.0.0
#2352→ 4.5.07.0.0

What this PR does

  1. .changeset/config.json — set onlyUpdatePeerDependentsWhenOutOfRange: true. ai now only majors when a new workflow version actually leaves its ^4 peer range (a real workflow major). Mirrors the main fix in fix(changesets): only major-bump peer dependents when out of range #2439.
  2. packages/ai/package.json — reset version 7.0.04.1.2.
  3. changeset — patch bump for @workflow/ai, so the Version Packages PR re-releases it as 4.1.3 on the 4.x line (carries the inline-sourcemaps packaging change that was trapped in 6.0.0). Merging that Version Packages PR repoints latest → 4.1.3 automatically.

Verification

pnpm changeset status on this branch (with the pending workflow minors still present):

Packages to be bumped at patch:
- @workflow/ai ← was being dragged to major before this fix
Packages to be bumped at minor:
- @workflow/core
- workflow
NO packages to be bumped at major

Manual npm follow-up (not done by this PR)

The bad versions are still on npm and can't be unpublished (~72k downloads/week; only 7.0.0 is even within the 72h window, and it's the current latest). After the Version Packages PR merges and publishes 4.1.3:

# immediate stopgap if needed before 4.1.3 ships:
npm dist-tag add @workflow/ai@4.1.2 latest
# deprecate the mis-numbered majors (do after latest points to a 4.x):
npm deprecate "@workflow/ai@5.0.0""Published in error (changeset peer-dep misconfig); a 4.x patch mislabeled as a major. Use @workflow/ai@^4 (stable) or @workflow/ai@beta (v5)."
npm deprecate "@workflow/ai@6.0.0""<same>"
npm deprecate "@workflow/ai@7.0.0""<same>"

Forward note

5.0.0/6.0.0/7.0.0 are burned on npm forever. When the v5 beta line graduates, @workflow/ai cannot publish 5.0.0 (already taken) — it must skip to the next free major (8.0.0), or changeset publish will fail.

Notes for reviewer

  • ai's CHANGELOG.md still has the 5.0.0/6.0.0/7.0.0 entries; the Version Packages PR will prepend 4.1.3 above them, so the ordering will look odd. Left intact intentionally (accurate record of what was published) — hand-clean if preferred.
  • This supersedes any redundant config-only backport the bot opens for fix(changesets): only major-bump peer dependents when out of range #2439.

🤖 Generated with Claude Code

@workflow/ai was accidentally published to `latest` as 5.0.0, 6.0.0,
and 7.0.0. Root cause: it peer-depends on `workflow`, and changesets'
`onlyUpdatePeerDependentsWhenOutOfRange` defaults to false, so every
`workflow` minor on `stable` force-bumped ai a full major despite no
breaking changes.
- Add `onlyUpdatePeerDependentsWhenOutOfRange: true` so ai only majors
when a new `workflow` version actually leaves its `^4` peer range.
- Reset packages/ai/package.json from 7.0.0 back to 4.1.2; a patch
changeset re-releases it as 4.1.3 on the 4.x line (carries the
inline-sourcemaps packaging change that was trapped in 6.0.0).
Verified via `changeset status`: with pending `workflow` minors,
@workflow/ai now bumps patch, not major.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings June 15, 2026 22:42
@pranaygp
pranaygp requested a review from a team as a code ownerJune 15, 2026 22:42
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d7f9d59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@workflow/aiPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercelBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440671111
✅ 💻 Local Development11260861212
✅ 📦 Local Production11260861212
✅ 🐘 Local Postgres11140981212
✅ 🪟 Windows10100101
❌ 🌍 Community Worlds75986179
✅ 📋 Other568038606
Total5154983815633

❌ Failed Tests

🌍 Community Worlds (98 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

turso (79 failed):

  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KV6QBAQ16BR2W8VPTDM1K5SM
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KV6Q8TFHDSEN9F5RTMPG35FZ
  • promiseRaceWorkflow | wrun_01KV6Q9052DAKPT6NNPQY2B0VV
  • promiseAnyWorkflow | wrun_01KV6Q92AP7H0W28G1FQCTKMS7
  • importedStepOnlyWorkflow | wrun_01KV6QBS1J36WB6WC3ACA253AR
  • readableStreamWorkflow | wrun_01KV6Q94F90Q0Q2XKYV8D38QTP
  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • webhookWorkflow | wrun_01KV6Q9WPDSWKDYGZA4PNTWHZA
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • parallelSleepWorkflow | wrun_01KV6QBPMT6RF7P9MH6KJHNHC5
  • nullByteWorkflow | wrun_01KV6QBVM15DP5CCN2BZ64S42C
  • workflowAndStepMetadataWorkflow | wrun_01KV6QBXZ6FXVRPQXEWC59J3QZ
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KV6QEB2ZYBEXM7716H45W0DD
  • writableForwardedFromWorkflowWorkflow | wrun_01KV6QEV8D4DKY5BKNSTMMHVST
  • writableForwardedFromStepWorkflow | wrun_01KV6QEZBGAW09SRTNFP6Q4Z8V
  • fetchWorkflow | wrun_01KV6QF2Z6ZMDTZQX1PMVVKGHR
  • promiseRaceStressTestWorkflow | wrun_01KV6QF64HJKCMKEB66KABSDAV
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KV6QJF9Z7TMAXE1RYK4909Z4
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KV6QK7ZYR28PV93S8HTZ0NAA
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KV6QKBF35W2HA7RQER17QD3H
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KV6QNY9ETXYRXT750Z76YB2A
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KV6QPD4RSH2PR8TJ925MH3C0
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KV6QPP1V190TA3J7TM4F1XTV
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KV6QPWAF1VVFE92JBGZFRNJN
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KV6QPYCMTN4N2G6E4DY768A2
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KV6QQCWPJ4TDAT9HRY7FQXQ4
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KV6QQJ24F5QECE2R5B6C6FT6
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KV6QQRE71MT97MD34N9SF60E
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KV6QQZ14K247D5J7Z2RNHYVC
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KV6QR61RFR84PQ9Y91T10J7P
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KV6QRCMWP8QC54CAT7GMPWBJ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KV6QRPA24QGMYT7W0D5S6A3K
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KV6QS4SK9X82EMEQ4ZSHQ4DF
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KV6QSG2S4JGW3W5K8EXSSXGE
  • cancelRun - cancelling a running workflow | wrun_01KV6QSPBXFRT87V2PY1Q68XK9
  • cancelRun via CLI - cancelling a running workflow | wrun_01KV6QSZAWSJCDFG83PY9H9JY8
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KV6QTAWDTE41R3TC2V4X6A76
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KV6QTXBPKQ3K5GM05T0G7QX9
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KV6QV7E7PVDK4YGKWJ3T3MZ0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KV6QVDX1Y7G6ZRR01W1JX5EJ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KV6QVH7PTSAPQ155YJV6C8D4
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9407
✅ example9407
✅ express9407
✅ fastify9407
✅ hono9407
✅ nextjs-turbopack9902
✅ nextjs-webpack9902
✅ nitro9407
✅ nuxt9407
✅ sveltekit9407
✅ vite9407
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9407
✅ express-stable9407
✅ fastify-stable9407
✅ hono-stable9407
✅ nextjs-turbopack-canary81020
✅ nextjs-turbopack-stable10001
✅ nextjs-webpack-canary81020
✅ nextjs-webpack-stable10001
✅ nitro-stable9407
✅ nuxt-stable9407
✅ sveltekit-stable9407
✅ vite-stable9407
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10100
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis63190
✅ turso-dev302
❌ turso3790
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9506
✅ e2e-local-dev-tanstack-start-stable9506
✅ e2e-local-postgres-nest-stable9407
✅ e2e-local-postgres-tanstack-start-stable9407
✅ e2e-local-prod-nest-stable9506
✅ e2e-local-prod-tanstack-start-stable9506

📋 View full workflow run

@TooTallNate
TooTallNate enabled auto-merge (squash) June 15, 2026 22:54
@TooTallNate
TooTallNate merged commit 80ccca0 into stableJun 15, 2026
92 of 95 checks passed
@TooTallNate
TooTallNate deleted the pgp/ai-stable-version-recovery branch June 15, 2026 22:56
@github-actionsgithub-actionsBot mentioned this pull request Jun 15, 2026
Sign up for freeto 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.

3 participants

@pranaygp@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' fix(ai): recover @workflow/ai onto the 4.x stable line by pranaygp · Pull Request #2440 · vercel/workflow · GitHub
Skip to content

fix(ai): recover @workflow/ai onto the 4.x stable line - #2440

Merged
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery
Jun 15, 2026
Merged

fix(ai): recover @workflow/ai onto the 4.x stable line#2440
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Problem

@workflow/ai was accidentally published to the latest dist-tag as 5.0.0, 6.0.0, and 7.0.0 — full majors with no breaking changes, while the rest of the SDK is on 4.x stable. latest currently points at 7.0.0.

Root cause

@workflow/ai peer-depends on workflow ("workflow": "workspace:^"). Changesets force-bumps a package a full major whenever a peer dependency takes a minor/major bump, gated by onlyUpdatePeerDependentsWhenOutOfRange — which defaults to false. On stable (regular mode) three ordinary workflow minors dragged ai up a major each:

stable releaseworkflow@workflow/ai
#2203→ 4.3.04.1.2 → 5.0.0
#2221→ 4.4.06.0.0
#2352→ 4.5.07.0.0

What this PR does

  1. .changeset/config.json — set onlyUpdatePeerDependentsWhenOutOfRange: true. ai now only majors when a new workflow version actually leaves its ^4 peer range (a real workflow major). Mirrors the main fix in fix(changesets): only major-bump peer dependents when out of range #2439.
  2. packages/ai/package.json — reset version 7.0.04.1.2.
  3. changeset — patch bump for @workflow/ai, so the Version Packages PR re-releases it as 4.1.3 on the 4.x line (carries the inline-sourcemaps packaging change that was trapped in 6.0.0). Merging that Version Packages PR repoints latest → 4.1.3 automatically.

Verification

pnpm changeset status on this branch (with the pending workflow minors still present):

Packages to be bumped at patch:
- @workflow/ai ← was being dragged to major before this fix
Packages to be bumped at minor:
- @workflow/core
- workflow
NO packages to be bumped at major

Manual npm follow-up (not done by this PR)

The bad versions are still on npm and can't be unpublished (~72k downloads/week; only 7.0.0 is even within the 72h window, and it's the current latest). After the Version Packages PR merges and publishes 4.1.3:

# immediate stopgap if needed before 4.1.3 ships:
npm dist-tag add @workflow/ai@4.1.2 latest
# deprecate the mis-numbered majors (do after latest points to a 4.x):
npm deprecate "@workflow/ai@5.0.0""Published in error (changeset peer-dep misconfig); a 4.x patch mislabeled as a major. Use @workflow/ai@^4 (stable) or @workflow/ai@beta (v5)."
npm deprecate "@workflow/ai@6.0.0""<same>"
npm deprecate "@workflow/ai@7.0.0""<same>"

Forward note

5.0.0/6.0.0/7.0.0 are burned on npm forever. When the v5 beta line graduates, @workflow/ai cannot publish 5.0.0 (already taken) — it must skip to the next free major (8.0.0), or changeset publish will fail.

Notes for reviewer

  • ai's CHANGELOG.md still has the 5.0.0/6.0.0/7.0.0 entries; the Version Packages PR will prepend 4.1.3 above them, so the ordering will look odd. Left intact intentionally (accurate record of what was published) — hand-clean if preferred.
  • This supersedes any redundant config-only backport the bot opens for fix(changesets): only major-bump peer dependents when out of range #2439.

🤖 Generated with Claude Code

@workflow/ai was accidentally published to `latest` as 5.0.0, 6.0.0,
and 7.0.0. Root cause: it peer-depends on `workflow`, and changesets'
`onlyUpdatePeerDependentsWhenOutOfRange` defaults to false, so every
`workflow` minor on `stable` force-bumped ai a full major despite no
breaking changes.
- Add `onlyUpdatePeerDependentsWhenOutOfRange: true` so ai only majors
when a new `workflow` version actually leaves its `^4` peer range.
- Reset packages/ai/package.json from 7.0.0 back to 4.1.2; a patch
changeset re-releases it as 4.1.3 on the 4.x line (carries the
inline-sourcemaps packaging change that was trapped in 6.0.0).
Verified via `changeset status`: with pending `workflow` minors,
@workflow/ai now bumps patch, not major.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings June 15, 2026 22:42
@pranaygp
pranaygp requested a review from a team as a code ownerJune 15, 2026 22:42
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d7f9d59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@workflow/aiPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercelBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440671111
✅ 💻 Local Development11260861212
✅ 📦 Local Production11260861212
✅ 🐘 Local Postgres11140981212
✅ 🪟 Windows10100101
❌ 🌍 Community Worlds75986179
✅ 📋 Other568038606
Total5154983815633

❌ Failed Tests

🌍 Community Worlds (98 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

turso (79 failed):

  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KV6QBAQ16BR2W8VPTDM1K5SM
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KV6Q8TFHDSEN9F5RTMPG35FZ
  • promiseRaceWorkflow | wrun_01KV6Q9052DAKPT6NNPQY2B0VV
  • promiseAnyWorkflow | wrun_01KV6Q92AP7H0W28G1FQCTKMS7
  • importedStepOnlyWorkflow | wrun_01KV6QBS1J36WB6WC3ACA253AR
  • readableStreamWorkflow | wrun_01KV6Q94F90Q0Q2XKYV8D38QTP
  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • webhookWorkflow | wrun_01KV6Q9WPDSWKDYGZA4PNTWHZA
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • parallelSleepWorkflow | wrun_01KV6QBPMT6RF7P9MH6KJHNHC5
  • nullByteWorkflow | wrun_01KV6QBVM15DP5CCN2BZ64S42C
  • workflowAndStepMetadataWorkflow | wrun_01KV6QBXZ6FXVRPQXEWC59J3QZ
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KV6QEB2ZYBEXM7716H45W0DD
  • writableForwardedFromWorkflowWorkflow | wrun_01KV6QEV8D4DKY5BKNSTMMHVST
  • writableForwardedFromStepWorkflow | wrun_01KV6QEZBGAW09SRTNFP6Q4Z8V
  • fetchWorkflow | wrun_01KV6QF2Z6ZMDTZQX1PMVVKGHR
  • promiseRaceStressTestWorkflow | wrun_01KV6QF64HJKCMKEB66KABSDAV
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KV6QJF9Z7TMAXE1RYK4909Z4
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KV6QK7ZYR28PV93S8HTZ0NAA
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KV6QKBF35W2HA7RQER17QD3H
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KV6QNY9ETXYRXT750Z76YB2A
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KV6QPD4RSH2PR8TJ925MH3C0
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KV6QPP1V190TA3J7TM4F1XTV
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KV6QPWAF1VVFE92JBGZFRNJN
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KV6QPYCMTN4N2G6E4DY768A2
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KV6QQCWPJ4TDAT9HRY7FQXQ4
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KV6QQJ24F5QECE2R5B6C6FT6
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KV6QQRE71MT97MD34N9SF60E
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KV6QQZ14K247D5J7Z2RNHYVC
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KV6QR61RFR84PQ9Y91T10J7P
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KV6QRCMWP8QC54CAT7GMPWBJ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KV6QRPA24QGMYT7W0D5S6A3K
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KV6QS4SK9X82EMEQ4ZSHQ4DF
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KV6QSG2S4JGW3W5K8EXSSXGE
  • cancelRun - cancelling a running workflow | wrun_01KV6QSPBXFRT87V2PY1Q68XK9
  • cancelRun via CLI - cancelling a running workflow | wrun_01KV6QSZAWSJCDFG83PY9H9JY8
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KV6QTAWDTE41R3TC2V4X6A76
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KV6QTXBPKQ3K5GM05T0G7QX9
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KV6QV7E7PVDK4YGKWJ3T3MZ0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KV6QVDX1Y7G6ZRR01W1JX5EJ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KV6QVH7PTSAPQ155YJV6C8D4
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9407
✅ example9407
✅ express9407
✅ fastify9407
✅ hono9407
✅ nextjs-turbopack9902
✅ nextjs-webpack9902
✅ nitro9407
✅ nuxt9407
✅ sveltekit9407
✅ vite9407
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9407
✅ express-stable9407
✅ fastify-stable9407
✅ hono-stable9407
✅ nextjs-turbopack-canary81020
✅ nextjs-turbopack-stable10001
✅ nextjs-webpack-canary81020
✅ nextjs-webpack-stable10001
✅ nitro-stable9407
✅ nuxt-stable9407
✅ sveltekit-stable9407
✅ vite-stable9407
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10100
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis63190
✅ turso-dev302
❌ turso3790
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9506
✅ e2e-local-dev-tanstack-start-stable9506
✅ e2e-local-postgres-nest-stable9407
✅ e2e-local-postgres-tanstack-start-stable9407
✅ e2e-local-prod-nest-stable9506
✅ e2e-local-prod-tanstack-start-stable9506

📋 View full workflow run

@TooTallNate
TooTallNate enabled auto-merge (squash) June 15, 2026 22:54
@TooTallNate
TooTallNate merged commit 80ccca0 into stableJun 15, 2026
92 of 95 checks passed
@TooTallNate
TooTallNate deleted the pgp/ai-stable-version-recovery branch June 15, 2026 22:56
@github-actionsgithub-actionsBot mentioned this pull request Jun 15, 2026
Sign up for freeto 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.

3 participants

@pranaygp@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' fix(ai): recover @workflow/ai onto the 4.x stable line by pranaygp · Pull Request #2440 · vercel/workflow · GitHub
Skip to content

fix(ai): recover @workflow/ai onto the 4.x stable line - #2440

Merged
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery
Jun 15, 2026
Merged

fix(ai): recover @workflow/ai onto the 4.x stable line#2440
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Problem

@workflow/ai was accidentally published to the latest dist-tag as 5.0.0, 6.0.0, and 7.0.0 — full majors with no breaking changes, while the rest of the SDK is on 4.x stable. latest currently points at 7.0.0.

Root cause

@workflow/ai peer-depends on workflow ("workflow": "workspace:^"). Changesets force-bumps a package a full major whenever a peer dependency takes a minor/major bump, gated by onlyUpdatePeerDependentsWhenOutOfRange — which defaults to false. On stable (regular mode) three ordinary workflow minors dragged ai up a major each:

stable releaseworkflow@workflow/ai
#2203→ 4.3.04.1.2 → 5.0.0
#2221→ 4.4.06.0.0
#2352→ 4.5.07.0.0

What this PR does

  1. .changeset/config.json — set onlyUpdatePeerDependentsWhenOutOfRange: true. ai now only majors when a new workflow version actually leaves its ^4 peer range (a real workflow major). Mirrors the main fix in fix(changesets): only major-bump peer dependents when out of range #2439.
  2. packages/ai/package.json — reset version 7.0.04.1.2.
  3. changeset — patch bump for @workflow/ai, so the Version Packages PR re-releases it as 4.1.3 on the 4.x line (carries the inline-sourcemaps packaging change that was trapped in 6.0.0). Merging that Version Packages PR repoints latest → 4.1.3 automatically.

Verification

pnpm changeset status on this branch (with the pending workflow minors still present):

Packages to be bumped at patch:
- @workflow/ai ← was being dragged to major before this fix
Packages to be bumped at minor:
- @workflow/core
- workflow
NO packages to be bumped at major

Manual npm follow-up (not done by this PR)

The bad versions are still on npm and can't be unpublished (~72k downloads/week; only 7.0.0 is even within the 72h window, and it's the current latest). After the Version Packages PR merges and publishes 4.1.3:

# immediate stopgap if needed before 4.1.3 ships:
npm dist-tag add @workflow/ai@4.1.2 latest
# deprecate the mis-numbered majors (do after latest points to a 4.x):
npm deprecate "@workflow/ai@5.0.0""Published in error (changeset peer-dep misconfig); a 4.x patch mislabeled as a major. Use @workflow/ai@^4 (stable) or @workflow/ai@beta (v5)."
npm deprecate "@workflow/ai@6.0.0""<same>"
npm deprecate "@workflow/ai@7.0.0""<same>"

Forward note

5.0.0/6.0.0/7.0.0 are burned on npm forever. When the v5 beta line graduates, @workflow/ai cannot publish 5.0.0 (already taken) — it must skip to the next free major (8.0.0), or changeset publish will fail.

Notes for reviewer

  • ai's CHANGELOG.md still has the 5.0.0/6.0.0/7.0.0 entries; the Version Packages PR will prepend 4.1.3 above them, so the ordering will look odd. Left intact intentionally (accurate record of what was published) — hand-clean if preferred.
  • This supersedes any redundant config-only backport the bot opens for fix(changesets): only major-bump peer dependents when out of range #2439.

🤖 Generated with Claude Code

@workflow/ai was accidentally published to `latest` as 5.0.0, 6.0.0,
and 7.0.0. Root cause: it peer-depends on `workflow`, and changesets'
`onlyUpdatePeerDependentsWhenOutOfRange` defaults to false, so every
`workflow` minor on `stable` force-bumped ai a full major despite no
breaking changes.
- Add `onlyUpdatePeerDependentsWhenOutOfRange: true` so ai only majors
when a new `workflow` version actually leaves its `^4` peer range.
- Reset packages/ai/package.json from 7.0.0 back to 4.1.2; a patch
changeset re-releases it as 4.1.3 on the 4.x line (carries the
inline-sourcemaps packaging change that was trapped in 6.0.0).
Verified via `changeset status`: with pending `workflow` minors,
@workflow/ai now bumps patch, not major.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings June 15, 2026 22:42
@pranaygp
pranaygp requested a review from a team as a code ownerJune 15, 2026 22:42
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d7f9d59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@workflow/aiPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercelBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440671111
✅ 💻 Local Development11260861212
✅ 📦 Local Production11260861212
✅ 🐘 Local Postgres11140981212
✅ 🪟 Windows10100101
❌ 🌍 Community Worlds75986179
✅ 📋 Other568038606
Total5154983815633

❌ Failed Tests

🌍 Community Worlds (98 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

turso (79 failed):

  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KV6QBAQ16BR2W8VPTDM1K5SM
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KV6Q8TFHDSEN9F5RTMPG35FZ
  • promiseRaceWorkflow | wrun_01KV6Q9052DAKPT6NNPQY2B0VV
  • promiseAnyWorkflow | wrun_01KV6Q92AP7H0W28G1FQCTKMS7
  • importedStepOnlyWorkflow | wrun_01KV6QBS1J36WB6WC3ACA253AR
  • readableStreamWorkflow | wrun_01KV6Q94F90Q0Q2XKYV8D38QTP
  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • webhookWorkflow | wrun_01KV6Q9WPDSWKDYGZA4PNTWHZA
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • parallelSleepWorkflow | wrun_01KV6QBPMT6RF7P9MH6KJHNHC5
  • nullByteWorkflow | wrun_01KV6QBVM15DP5CCN2BZ64S42C
  • workflowAndStepMetadataWorkflow | wrun_01KV6QBXZ6FXVRPQXEWC59J3QZ
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KV6QEB2ZYBEXM7716H45W0DD
  • writableForwardedFromWorkflowWorkflow | wrun_01KV6QEV8D4DKY5BKNSTMMHVST
  • writableForwardedFromStepWorkflow | wrun_01KV6QEZBGAW09SRTNFP6Q4Z8V
  • fetchWorkflow | wrun_01KV6QF2Z6ZMDTZQX1PMVVKGHR
  • promiseRaceStressTestWorkflow | wrun_01KV6QF64HJKCMKEB66KABSDAV
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KV6QJF9Z7TMAXE1RYK4909Z4
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KV6QK7ZYR28PV93S8HTZ0NAA
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KV6QKBF35W2HA7RQER17QD3H
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KV6QNY9ETXYRXT750Z76YB2A
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KV6QPD4RSH2PR8TJ925MH3C0
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KV6QPP1V190TA3J7TM4F1XTV
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KV6QPWAF1VVFE92JBGZFRNJN
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KV6QPYCMTN4N2G6E4DY768A2
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KV6QQCWPJ4TDAT9HRY7FQXQ4
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KV6QQJ24F5QECE2R5B6C6FT6
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KV6QQRE71MT97MD34N9SF60E
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KV6QQZ14K247D5J7Z2RNHYVC
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KV6QR61RFR84PQ9Y91T10J7P
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KV6QRCMWP8QC54CAT7GMPWBJ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KV6QRPA24QGMYT7W0D5S6A3K
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KV6QS4SK9X82EMEQ4ZSHQ4DF
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KV6QSG2S4JGW3W5K8EXSSXGE
  • cancelRun - cancelling a running workflow | wrun_01KV6QSPBXFRT87V2PY1Q68XK9
  • cancelRun via CLI - cancelling a running workflow | wrun_01KV6QSZAWSJCDFG83PY9H9JY8
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KV6QTAWDTE41R3TC2V4X6A76
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KV6QTXBPKQ3K5GM05T0G7QX9
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KV6QV7E7PVDK4YGKWJ3T3MZ0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KV6QVDX1Y7G6ZRR01W1JX5EJ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KV6QVH7PTSAPQ155YJV6C8D4
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9407
✅ example9407
✅ express9407
✅ fastify9407
✅ hono9407
✅ nextjs-turbopack9902
✅ nextjs-webpack9902
✅ nitro9407
✅ nuxt9407
✅ sveltekit9407
✅ vite9407
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9407
✅ express-stable9407
✅ fastify-stable9407
✅ hono-stable9407
✅ nextjs-turbopack-canary81020
✅ nextjs-turbopack-stable10001
✅ nextjs-webpack-canary81020
✅ nextjs-webpack-stable10001
✅ nitro-stable9407
✅ nuxt-stable9407
✅ sveltekit-stable9407
✅ vite-stable9407
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10100
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis63190
✅ turso-dev302
❌ turso3790
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9506
✅ e2e-local-dev-tanstack-start-stable9506
✅ e2e-local-postgres-nest-stable9407
✅ e2e-local-postgres-tanstack-start-stable9407
✅ e2e-local-prod-nest-stable9506
✅ e2e-local-prod-tanstack-start-stable9506

📋 View full workflow run

@TooTallNate
TooTallNate enabled auto-merge (squash) June 15, 2026 22:54
@TooTallNate
TooTallNate merged commit 80ccca0 into stableJun 15, 2026
92 of 95 checks passed
@TooTallNate
TooTallNate deleted the pgp/ai-stable-version-recovery branch June 15, 2026 22:56
@github-actionsgithub-actionsBot mentioned this pull request Jun 15, 2026
Sign up for freeto 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.

3 participants

@pranaygp@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); fix(ai): recover @workflow/ai onto the 4.x stable line by pranaygp · Pull Request #2440 · vercel/workflow · GitHub
Skip to content

fix(ai): recover @workflow/ai onto the 4.x stable line - #2440

Merged
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery
Jun 15, 2026
Merged

fix(ai): recover @workflow/ai onto the 4.x stable line#2440
TooTallNate merged 1 commit into
stablefrom
pgp/ai-stable-version-recovery

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Problem

@workflow/ai was accidentally published to the latest dist-tag as 5.0.0, 6.0.0, and 7.0.0 — full majors with no breaking changes, while the rest of the SDK is on 4.x stable. latest currently points at 7.0.0.

Root cause

@workflow/ai peer-depends on workflow ("workflow": "workspace:^"). Changesets force-bumps a package a full major whenever a peer dependency takes a minor/major bump, gated by onlyUpdatePeerDependentsWhenOutOfRange — which defaults to false. On stable (regular mode) three ordinary workflow minors dragged ai up a major each:

stable releaseworkflow@workflow/ai
#2203→ 4.3.04.1.2 → 5.0.0
#2221→ 4.4.06.0.0
#2352→ 4.5.07.0.0

What this PR does

  1. .changeset/config.json — set onlyUpdatePeerDependentsWhenOutOfRange: true. ai now only majors when a new workflow version actually leaves its ^4 peer range (a real workflow major). Mirrors the main fix in fix(changesets): only major-bump peer dependents when out of range #2439.
  2. packages/ai/package.json — reset version 7.0.04.1.2.
  3. changeset — patch bump for @workflow/ai, so the Version Packages PR re-releases it as 4.1.3 on the 4.x line (carries the inline-sourcemaps packaging change that was trapped in 6.0.0). Merging that Version Packages PR repoints latest → 4.1.3 automatically.

Verification

pnpm changeset status on this branch (with the pending workflow minors still present):

Packages to be bumped at patch:
- @workflow/ai ← was being dragged to major before this fix
Packages to be bumped at minor:
- @workflow/core
- workflow
NO packages to be bumped at major

Manual npm follow-up (not done by this PR)

The bad versions are still on npm and can't be unpublished (~72k downloads/week; only 7.0.0 is even within the 72h window, and it's the current latest). After the Version Packages PR merges and publishes 4.1.3:

# immediate stopgap if needed before 4.1.3 ships:
npm dist-tag add @workflow/ai@4.1.2 latest
# deprecate the mis-numbered majors (do after latest points to a 4.x):
npm deprecate "@workflow/ai@5.0.0""Published in error (changeset peer-dep misconfig); a 4.x patch mislabeled as a major. Use @workflow/ai@^4 (stable) or @workflow/ai@beta (v5)."
npm deprecate "@workflow/ai@6.0.0""<same>"
npm deprecate "@workflow/ai@7.0.0""<same>"

Forward note

5.0.0/6.0.0/7.0.0 are burned on npm forever. When the v5 beta line graduates, @workflow/ai cannot publish 5.0.0 (already taken) — it must skip to the next free major (8.0.0), or changeset publish will fail.

Notes for reviewer

  • ai's CHANGELOG.md still has the 5.0.0/6.0.0/7.0.0 entries; the Version Packages PR will prepend 4.1.3 above them, so the ordering will look odd. Left intact intentionally (accurate record of what was published) — hand-clean if preferred.
  • This supersedes any redundant config-only backport the bot opens for fix(changesets): only major-bump peer dependents when out of range #2439.

🤖 Generated with Claude Code

@workflow/ai was accidentally published to `latest` as 5.0.0, 6.0.0,
and 7.0.0. Root cause: it peer-depends on `workflow`, and changesets'
`onlyUpdatePeerDependentsWhenOutOfRange` defaults to false, so every
`workflow` minor on `stable` force-bumped ai a full major despite no
breaking changes.
- Add `onlyUpdatePeerDependentsWhenOutOfRange: true` so ai only majors
when a new `workflow` version actually leaves its `^4` peer range.
- Reset packages/ai/package.json from 7.0.0 back to 4.1.2; a patch
changeset re-releases it as 4.1.3 on the 4.x line (carries the
inline-sourcemaps packaging change that was trapped in 6.0.0).
Verified via `changeset status`: with pending `workflow` minors,
@workflow/ai now bumps patch, not major.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings June 15, 2026 22:42
@pranaygp
pranaygp requested a review from a team as a code ownerJune 15, 2026 22:42
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d7f9d59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@workflow/aiPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@vercel

vercelBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10440671111
✅ 💻 Local Development11260861212
✅ 📦 Local Production11260861212
✅ 🐘 Local Postgres11140981212
✅ 🪟 Windows10100101
❌ 🌍 Community Worlds75986179
✅ 📋 Other568038606
Total5154983815633

❌ Failed Tests

🌍 Community Worlds (98 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

turso (79 failed):

  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • addTenWorkflow | wrun_01KV6Q8HTP8W6KZNXQWKQMBJ7F
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KV6QBAQ16BR2W8VPTDM1K5SM
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KV6Q8TFHDSEN9F5RTMPG35FZ
  • promiseRaceWorkflow | wrun_01KV6Q9052DAKPT6NNPQY2B0VV
  • promiseAnyWorkflow | wrun_01KV6Q92AP7H0W28G1FQCTKMS7
  • importedStepOnlyWorkflow | wrun_01KV6QBS1J36WB6WC3ACA253AR
  • readableStreamWorkflow | wrun_01KV6Q94F90Q0Q2XKYV8D38QTP
  • hookWorkflow | wrun_01KV6Q9H53GXGY7MDPE050XEWX
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KV6Q9RHECN7PTWSF1HG3747W
  • webhookWorkflow | wrun_01KV6Q9WPDSWKDYGZA4PNTWHZA
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KV6QA2DKSG50JM41WS07JSG9
  • sleepingWorkflow | wrun_01KV6QB6TRGGAFM79YR1BVDGM0
  • parallelSleepWorkflow | wrun_01KV6QBPMT6RF7P9MH6KJHNHC5
  • nullByteWorkflow | wrun_01KV6QBVM15DP5CCN2BZ64S42C
  • workflowAndStepMetadataWorkflow | wrun_01KV6QBXZ6FXVRPQXEWC59J3QZ
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KV6QEB2ZYBEXM7716H45W0DD
  • writableForwardedFromWorkflowWorkflow | wrun_01KV6QEV8D4DKY5BKNSTMMHVST
  • writableForwardedFromStepWorkflow | wrun_01KV6QEZBGAW09SRTNFP6Q4Z8V
  • fetchWorkflow | wrun_01KV6QF2Z6ZMDTZQX1PMVVKGHR
  • promiseRaceStressTestWorkflow | wrun_01KV6QF64HJKCMKEB66KABSDAV
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KV6QJF9Z7TMAXE1RYK4909Z4
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KV6QJTDPGKBY28D9YFNMRJP2
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KV6QK5JMK9BXRH648EF7H5N8
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KV6QK7ZYR28PV93S8HTZ0NAA
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KV6QKBF35W2HA7RQER17QD3H
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KV6QKENGASM1WT88PRXQPVRZ
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KV6QKX1P0HB8V09NKCSN8P2H
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KV6QMRVXNA65QFKVDMMJVCCK
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KV6QMXW02JJYKRR6X5GY3NZE
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KV6QN7ZAX37XCRHAF4S3RAM7
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KV6QNEEH6Z23N1CTNPNEE93P
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KV6QNQ8EDHXK02BNZHZ0FXX1
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KV6QNY9ETXYRXT750Z76YB2A
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KV6QPD4RSH2PR8TJ925MH3C0
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KV6QPP1V190TA3J7TM4F1XTV
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KV6QPWAF1VVFE92JBGZFRNJN
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KV6QPYCMTN4N2G6E4DY768A2
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KV6QQCWPJ4TDAT9HRY7FQXQ4
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KV6QQJ24F5QECE2R5B6C6FT6
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KV6QQRE71MT97MD34N9SF60E
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KV6QQZ14K247D5J7Z2RNHYVC
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KV6QR61RFR84PQ9Y91T10J7P
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KV6QRCMWP8QC54CAT7GMPWBJ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KV6QRPA24QGMYT7W0D5S6A3K
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KV6QS4SK9X82EMEQ4ZSHQ4DF
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KV6QSG2S4JGW3W5K8EXSSXGE
  • cancelRun - cancelling a running workflow | wrun_01KV6QSPBXFRT87V2PY1Q68XK9
  • cancelRun via CLI - cancelling a running workflow | wrun_01KV6QSZAWSJCDFG83PY9H9JY8
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KV6QTAWDTE41R3TC2V4X6A76
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KV6QTXBPKQ3K5GM05T0G7QX9
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KV6QV7E7PVDK4YGKWJ3T3MZ0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KV6QVDX1Y7G6ZRR01W1JX5EJ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KV6QVH7PTSAPQ155YJV6C8D4
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KV6QVK80P2924H67JN2FXGVA

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9407
✅ example9407
✅ express9407
✅ fastify9407
✅ hono9407
✅ nextjs-turbopack9902
✅ nextjs-webpack9902
✅ nitro9407
✅ nuxt9407
✅ sveltekit9407
✅ vite9407
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9506
✅ express-stable9506
✅ fastify-stable9506
✅ hono-stable9506
✅ nextjs-turbopack-canary82019
✅ nextjs-turbopack-stable10100
✅ nextjs-webpack-canary82019
✅ nextjs-webpack-stable10100
✅ nitro-stable9506
✅ nuxt-stable9506
✅ sveltekit-stable9506
✅ vite-stable9506
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9407
✅ express-stable9407
✅ fastify-stable9407
✅ hono-stable9407
✅ nextjs-turbopack-canary81020
✅ nextjs-turbopack-stable10001
✅ nextjs-webpack-canary81020
✅ nextjs-webpack-stable10001
✅ nitro-stable9407
✅ nuxt-stable9407
✅ sveltekit-stable9407
✅ vite-stable9407
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10100
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
✅ redis-dev302
❌ redis63190
✅ turso-dev302
❌ turso3790
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9506
✅ e2e-local-dev-tanstack-start-stable9506
✅ e2e-local-postgres-nest-stable9407
✅ e2e-local-postgres-tanstack-start-stable9407
✅ e2e-local-prod-nest-stable9506
✅ e2e-local-prod-tanstack-start-stable9506

📋 View full workflow run

@TooTallNate
TooTallNate enabled auto-merge (squash) June 15, 2026 22:54
@TooTallNate
TooTallNate merged commit 80ccca0 into stableJun 15, 2026
92 of 95 checks passed
@TooTallNate
TooTallNate deleted the pgp/ai-stable-version-recovery branch June 15, 2026 22:56
@github-actionsgithub-actionsBot mentioned this pull request Jun 15, 2026
Sign up for freeto 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.

3 participants

@pranaygp@TooTallNate