Skip to content

Version Packages - #1657

Open
RhysSullivan wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#1657
RhysSullivan wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

  • #1654 256e25e Thanks @RhysSullivan! - Interrupted stdio dials no longer strand the spawned child process

    Cancelling an in-flight health check or tool discovery (a UI refresh aborting the request, or the 15s discovery timeout) abandoned the MCP connect handshake without closing the transport, leaving the spawned stdio child running indefinitely: for docker run -i --rm integrations, one stranded container per interrupted dial. The connect handshake now aborts on interruption (the SDK closes the transport, ending stdin and escalating to SIGTERM/SIGKILL), and tool discovery closes the connection even when the interrupt lands between the handshake completing and discovery starting.

  • Updated dependencies [2bdbedf]:

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

@executor-js/[email protected]

[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

@executor-js/[email protected]

Patch Changes

  • #1703 2bdbedf Thanks @RhysSullivan! - A slow OAuth discovery no longer kills the connect with no popup and no error

    The transparent connect flows opened the sign-in window only after their setup round trips had answered: DCR after probe and dynamic registration, CIMD after minting the client, reconnect after starting the session. window.open needs transient user activation, which browsers expire a few seconds after the click, so once the API was slow enough the browser refused the window and the connect ended with nothing on screen but the button returning to "Connect". Every MCP integration takes that path.

    The window is now claimed on the click itself and navigated when the authorization URL arrives, however long that takes, and it is closed again on the paths that end without signing in (failed probe, no registration endpoint, rejected registration, failed client mint) as well as on cancel and unmount. A window the browser does refuse is now reported instead of swallowed: the flows stop before their round trips, and the sign-in error renders above the dialog footer, where the automatic flows can actually show it, rather than inside a method tab panel they never render.

  • Updated dependencies []:

@executor-js/[email protected]

@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Console https://executor-preview-pr-1657.executor-e2e.workers.dev
MCP https://executor-preview-pr-1657.executor-e2e.workers.dev/mcp
Deployed commit f183399

Sign-in is Cloudflare Access (one-time PIN to an allowed email). The preview has its own database and encryption key; it is destroyed when this PR closes.

@pkg-pr-new

pkg-pr-new Bot commented Aug 18, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1657

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1657

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1657

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1657

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1657

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1657

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1657

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1657

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1657

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1657

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1657

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1657

executor

npm i https://pkg.pr.new/executor@1657

commit: f183399

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from 3c7dfd0 to 4530857 Compare August 18, 2026 16:30
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 18, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing f183399 Commit Preview URL

Branch Preview URL
Aug 20 2026, 06:08 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 18, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud f183399 Aug 20 2026, 06:09 PM

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch 25 times, most recently from cd5d639 to 127a1f3 Compare August 19, 2026 00:10
@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch 14 times, most recently from 27365ed to 44035b1 Compare August 19, 2026 23:27
@vivekkrish

Copy link
Copy Markdown

Thank you very much @RhysSullivan - looking forward to the 1.5.43 release with the fix for #1631

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch 8 times, most recently from 4166402 to 9f1f043 Compare August 20, 2026 17:39
@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from 9f1f043 to f183399 Compare August 20, 2026 18:04
Sign up for free to 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.

2 participants