Skip to content

Version Packages#1424

Merged
RhysSullivan merged 1 commit into
mainfrom
changeset-release/main
Jul 18, 2026
Merged

Version Packages#1424
RhysSullivan merged 1 commit into
mainfrom
changeset-release/main

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Jul 16, 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/cli@0.2.41

Patch Changes

@executor-js/config@1.5.34

Patch Changes

@executor-js/execution@1.5.34

Patch Changes

  • #1422 e2712db Thanks @RhysSullivan! - A token refresh the authorization server definitively rejects (any RFC 6749 error code, not just invalid_grant) now surfaces to the sandbox as an oauth_refresh_failed auth failure carrying the server's error code and description, instead of being scrubbed to "Internal tool error". invalid_grant still classifies as oauth_reauth_required. Code-less failures (transport blips) keep retrying as before.

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:

    • @executor-js/sdk@1.5.34
    • @executor-js/codemode-core@1.5.34

@executor-js/sdk@1.5.34

Patch Changes

  • #1422 e2712db Thanks @RhysSullivan! - A token refresh the authorization server definitively rejects (any RFC 6749 error code, not just invalid_grant) now surfaces to the sandbox as an oauth_refresh_failed auth failure carrying the server's error code and description, instead of being scrubbed to "Internal tool error". invalid_grant still classifies as oauth_reauth_required. Code-less failures (transport blips) keep retrying as before.

  • #1427 7207347 Thanks @RhysSullivan! - Apply persisted RFC 6902 overrides to OpenAPI specifications during preview, import, and refresh so upstream documents can be corrected without maintaining a fork. Figma imports automatically narrow OAuth to the scopes supported by its OAuth app configuration.

  • #1425 0c4e9b4 Thanks @RhysSullivan! - Preserve an integration's declared OAuth scopes when same-origin authorization-server metadata describes a different authorization or token endpoint.

@executor-js/vite-plugin@0.0.51

Patch Changes

@executor-js/runtime-quickjs@1.5.34

Patch Changes

  • Updated dependencies []:
    • @executor-js/codemode-core@1.5.34

@executor-js/plugin-apps@0.1.5

Patch Changes

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:
    • @executor-js/sdk@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/react@1.4.54
    • @executor-js/runtime-workerd-subprocess@0.0.6

@executor-js/plugin-desktop-settings@1.5.34

Patch Changes

@executor-js/plugin-example@1.5.34

Patch Changes

@executor-js/plugin-file-secrets@1.5.34

Patch Changes

  • #1431 39c2bfd Thanks @RhysSullivan! - fileSecretsPlugin() now stores auth.json under EXECUTOR_DATA_DIR when that variable is set (an explicit directory option still wins; the XDG location remains the fallback when it is unset). Existing secrets in the legacy XDG location are migrated automatically on first use. This keeps all daemon state under one directory, so persisting EXECUTOR_DATA_DIR alone preserves credentials across environment recreation.

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:

    • @executor-js/sdk@1.5.34

@executor-js/plugin-graphql@1.5.34

Patch Changes

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:
    • @executor-js/sdk@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/config@1.5.34
    • @executor-js/react@1.4.54

@executor-js/plugin-keychain@1.5.34

Patch Changes

@executor-js/plugin-mcp@1.5.34

Patch Changes

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:
    • @executor-js/sdk@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/config@1.5.34
    • @executor-js/react@1.4.54

@executor-js/plugin-onepassword@1.5.34

Patch Changes

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:
    • @executor-js/sdk@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/react@1.4.54

@executor-js/plugin-openapi@1.5.34

Patch Changes

  • #1430 a86cc4e Thanks @RhysSullivan! - OpenAPI invocations now bound how long a buffered (non-streaming) response body may take to arrive. An upstream that returns headers quickly and then stalls the body previously hung the call indefinitely on runtimes without a platform subrequest limit; it now aborts after the response-body timeout (default 60s, configurable via invokeOptions.responseBodyTimeoutMs) with a distinct upstream_response_body_timeout failure.

  • #1427 7207347 Thanks @RhysSullivan! - Apply persisted RFC 6902 overrides to OpenAPI specifications during preview, import, and refresh so upstream documents can be corrected without maintaining a fork. Figma imports automatically narrow OAuth to the scopes supported by its OAuth app configuration.

  • #1426 171de20 Thanks @RhysSullivan! - Do not add unadvertised OpenID Connect identity scopes to OAuth authorization requests derived from OpenAPI specifications.

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:

    • @executor-js/sdk@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/config@1.5.34
    • @executor-js/react@1.4.54

@executor-js/plugin-toolkits@1.5.26

Patch Changes

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:
    • @executor-js/sdk@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/react@1.4.54

@executor-js/codemode-core@1.5.34

executor@1.5.34

Patch Changes

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:
    • @executor-js/sdk@1.5.34
    • @executor-js/local@1.4.4
    • @executor-js/api@1.4.54
    • @executor-js/runtime-quickjs@1.5.34

@executor-js/cloud@1.4.52

Patch Changes

  • Updated dependencies [e2712db, a86cc4e, 7207347, 0c4e9b4, 171de20]:
    • @executor-js/sdk@1.5.34
    • @executor-js/execution@1.5.34
    • @executor-js/plugin-openapi@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/vite-plugin@0.0.51
    • @executor-js/cloudflare@0.0.33
    • @executor-js/host-mcp@1.4.4
    • @executor-js/runtime-dynamic-worker@1.4.4
    • @executor-js/plugin-apps@0.1.5
    • @executor-js/plugin-graphql@1.5.34
    • @executor-js/plugin-mcp@1.5.34
    • @executor-js/plugin-toolkits@1.5.26
    • @executor-js/plugin-workos-vault@0.0.2
    • @executor-js/react@1.4.54
    • @executor-js/runtime-quickjs@1.5.34

@executor-js/host-selfhost@0.0.33

Patch Changes

  • Updated dependencies [e2712db, a86cc4e, 7207347, 0c4e9b4, 171de20]:
    • @executor-js/sdk@1.5.34
    • @executor-js/execution@1.5.34
    • @executor-js/plugin-openapi@1.5.34
    • @executor-js/app@1.4.4
    • @executor-js/api@1.4.54
    • @executor-js/host-mcp@1.4.4
    • @executor-js/plugin-apps@0.1.5
    • @executor-js/plugin-encrypted-secrets@0.0.33
    • @executor-js/plugin-graphql@1.5.34
    • @executor-js/plugin-mcp@1.5.34
    • @executor-js/plugin-provider-service-split@0.0.5
    • @executor-js/plugin-toolkits@1.5.26
    • @executor-js/react@1.4.54
    • @executor-js/runtime-quickjs@1.5.34

@executor-js/e2e@0.0.31

Patch Changes

  • Updated dependencies [e2712db, a86cc4e, 7207347, 0c4e9b4, 171de20]:
    • @executor-js/sdk@1.5.34
    • @executor-js/plugin-openapi@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/plugin-graphql@1.5.34
    • @executor-js/plugin-mcp@1.5.34
    • @executor-js/plugin-toolkits@1.5.26

@executor-js/example-all-plugins@0.0.52

Patch Changes

  • Updated dependencies [39c2bfd, e2712db, a86cc4e, 7207347, 0c4e9b4, 171de20]:
    • @executor-js/plugin-file-secrets@1.5.34
    • @executor-js/sdk@1.5.34
    • @executor-js/plugin-openapi@1.5.34
    • @executor-js/plugin-graphql@1.5.34
    • @executor-js/plugin-keychain@1.5.34
    • @executor-js/plugin-mcp@1.5.34
    • @executor-js/plugin-onepassword@1.5.34
    • @executor-js/plugin-workos-vault@0.0.2

@executor-js/example-docs-sdk-quickstart@0.0.37

Patch Changes

@executor-js/api@1.4.54

Patch Changes

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:
    • @executor-js/sdk@1.5.34
    • @executor-js/execution@1.5.34
    • @executor-js/host-mcp@1.4.4

@executor-js/cloudflare@0.0.33

Patch Changes

  • Updated dependencies [e2712db, 7207347, 0c4e9b4]:
    • @executor-js/sdk@1.5.34
    • @executor-js/execution@1.5.34
    • @executor-js/api@1.4.54
    • @executor-js/host-mcp@1.4.4

@executor-js/runtime-workerd-subprocess@0.0.6

Patch Changes

  • Updated dependencies []:
    • @executor-js/codemode-core@1.5.34

@executor-js/plugin-encrypted-secrets@0.0.33

Patch Changes

@executor-js/plugin-provider-service-split@0.0.5

Patch Changes

@executor-js/react@1.4.54

Patch Changes

@executor-js/desktop@1.5.34

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 16, 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 cf38a50 Jul 18 2026, 06:09 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 16, 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 cf38a50 Commit Preview URL

Branch Preview URL
Jul 18 2026, 06:08 AM

@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

@pkg-pr-new

pkg-pr-new Bot commented Jul 16, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

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

@executor-js/config

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

@executor-js/execution

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

@executor-js/sdk

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

@executor-js/codemode-core

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

@executor-js/runtime-quickjs

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

@executor-js/plugin-file-secrets

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

@executor-js/plugin-graphql

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

@executor-js/plugin-keychain

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

@executor-js/plugin-mcp

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

@executor-js/plugin-onepassword

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

@executor-js/plugin-openapi

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

executor

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

commit: 1bd8971

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch 3 times, most recently from 1bd8971 to 4ca9046 Compare July 18, 2026 06:05
@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from 4ca9046 to cf38a50 Compare July 18, 2026 06:06
@RhysSullivan
RhysSullivan merged commit 2226e72 into main Jul 18, 2026
15 of 17 checks passed
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.

1 participant