Version Packages - #1657
Open
RhysSullivan wants to merge 1 commit into
Open
Conversation
Contributor
Cloudflare preview
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. |
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
executor
commit: |
RhysSullivan
force-pushed
the
changeset-release/main
branch
from
August 18, 2026 16:30
3c7dfd0 to
4530857
Compare
Deploying with
|
| 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 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | f183399 | Aug 20 2026, 06:09 PM |
RhysSullivan
force-pushed
the
changeset-release/main
branch
25 times, most recently
from
August 19, 2026 00:10
cd5d639 to
127a1f3
Compare
RhysSullivan
force-pushed
the
changeset-release/main
branch
14 times, most recently
from
August 19, 2026 23:27
27365ed to
44035b1
Compare
|
Thank you very much @RhysSullivan - looking forward to the 1.5.43 release with the fix for #1631 |
RhysSullivan
force-pushed
the
changeset-release/main
branch
8 times, most recently
from
August 20, 2026 17:39
4166402 to
9f1f043
Compare
RhysSullivan
force-pushed
the
changeset-release/main
branch
from
August 20, 2026 18:04
9f1f043 to
f183399
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/cli@0.2.50
Patch Changes
@executor-js/config@1.5.43
Patch Changes
@executor-js/execution@1.5.43
Patch Changes
@executor-js/vite-plugin@0.0.60
Patch Changes
@executor-js/runtime-quickjs@1.5.43
Patch Changes
@executor-js/plugin-desktop-settings@1.5.43
Patch Changes
@executor-js/plugin-example@1.5.43
Patch Changes
@executor-js/plugin-file-secrets@1.5.43
Patch Changes
@executor-js/plugin-graphql@1.5.43
Patch Changes
2bdbedf]:@executor-js/plugin-keychain@1.5.43
Patch Changes
@executor-js/plugin-mcp@1.5.43
Patch Changes
#1654
256e25eThanks @RhysSullivan! - Interrupted stdio dials no longer strand the spawned child processCancelling 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 --rmintegrations, 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/plugin-onepassword@1.5.43
Patch Changes
2bdbedf]:@executor-js/plugin-openapi@1.5.43
Patch Changes
#1669
46cea2cThanks @RhysSullivan! - Request Gmail's basic-settings scope alongside full mailbox access so Google integrations can create and manage Gmail filters without including domain-admin-only sharing settings.Updated dependencies [
2bdbedf]:@executor-js/plugin-toolkits@1.5.35
Patch Changes
2bdbedf]:@executor-js/sdk@1.5.43
@executor-js/codemode-core@1.5.43
executor@1.5.43
Patch Changes
@executor-js/cloud@1.4.61
Patch Changes
46cea2c,2bdbedf,256e25e]:@executor-js/host-selfhost@0.0.42
Patch Changes
46cea2c,2bdbedf,256e25e]:@executor-js/local@1.5.43
Patch Changes
46cea2c,2bdbedf,256e25e]:@executor-js/e2e@0.0.40
Patch Changes
46cea2c,256e25e]:@executor-js/example-all-plugins@0.0.61
Patch Changes
46cea2c,256e25e]:@executor-js/example-docs-sdk-quickstart@0.0.46
Patch Changes
46cea2c]:@executor-js/analytics@0.1.7
Patch Changes
@executor-js/api@1.4.63
Patch Changes
@executor-js/cloudflare@0.0.42
Patch Changes
@executor-js/mcp-apps-shell@1.4.11
Patch Changes
2bdbedf]:@executor-js/runtime-workerd-subprocess@0.0.15
Patch Changes
@executor-js/plugin-encrypted-secrets@0.0.42
Patch Changes
@executor-js/plugin-provider-service-split@0.0.14
Patch Changes
46cea2c]:@executor-js/react@1.4.63
Patch Changes
#1703
2bdbedfThanks @RhysSullivan! - A slow OAuth discovery no longer kills the connect with no popup and no errorThe 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.openneeds 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/desktop@1.5.43