Skip to content

Version Packages - #1743

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

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

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Aug 25, 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.51

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.1

@executor-js/config@1.6.1

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.1

@executor-js/execution@1.6.1

Patch Changes

  • #1741 62748e8 Thanks @RhysSullivan! - Opt-in per-integration search tools on the MCP surface

    Connecting with ?search_tools=true (stdio: executor mcp --search-tools) adds one minimally-described search_<integration> MCP tool per connected integration, so the integration namespaces reach the model as tool names it can see without calling anything. Each call routes through the same flow as tools.search({ namespace }) inside execute, and the tool list comes from the same inventory the execute description shows. Off by default; a clean endpoint URL is unchanged.

  • #1749 d4afe0c Thanks @RhysSullivan! - Slim the per-integration search_<integration> tool definitions to under half their size: one shared one-line description (the tool name already carries the namespace) and a single bare query parameter, dropping the limit/offset knobs. A session pays for these definitions once per connected integration, so the surface now costs ~2k tokens instead of ~5k at 30 integrations; paging through a namespace belongs in execute.

  • Updated dependencies []:

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

@executor-js/vite-plugin@0.0.61

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.1

@executor-js/runtime-quickjs@1.6.1

Patch Changes

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

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

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.1

@executor-js/plugin-example@1.6.1

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.1

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

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.1

@executor-js/plugin-graphql@1.6.1

Patch Changes

  • Updated dependencies []:
    • @executor-js/api@1.4.64
    • @executor-js/react@1.4.64
    • @executor-js/sdk@1.6.1
    • @executor-js/config@1.6.1

@executor-js/plugin-keychain@1.6.1

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.1

@executor-js/plugin-mcp@1.6.1

Patch Changes

  • #1747 91062c2 Thanks @RhysSullivan! - Load the MCP client SDK lazily on first outbound connection instead of at module evaluation. Runtimes that bundle the plugin (notably Cloudflare Workers) no longer pay the client package's module-eval memory and CPU on startup or on code paths that never dial an MCP server.

  • Updated dependencies []:

    • @executor-js/api@1.4.64
    • @executor-js/react@1.4.64
    • @executor-js/sdk@1.6.1
    • @executor-js/config@1.6.1

@executor-js/plugin-onepassword@1.6.1

Patch Changes

  • Updated dependencies []:
    • @executor-js/api@1.4.64
    • @executor-js/react@1.4.64
    • @executor-js/sdk@1.6.1

@executor-js/plugin-openapi@1.6.1

Patch Changes

  • #1755 7c12aee Thanks @RhysSullivan! - Make Microsoft Graph slice URLs first-class spec sources instead of a hidden substitution. Catalog tiles now point directly at the slice release assets, the stored specUrl is exactly what gets fetched, and selection narrowing travels visibly in the URL fragment; requesting the upstream monolith URL fetches the monolith, never a silently swapped slice.

  • #1753 ddbf0fe Thanks @RhysSullivan! - Serve Microsoft Graph preset selections from precomputed slice release assets instead of the 43MB upstream monolith. The monolith fetch almost never survives a 128MB Workers isolate (production traces show one completion in 30 days), so covered selections — every catalog preset, plus any combination within the default bundle — now read a 4–19MB filtered document built offline by the graph-slices workflow, with the monolith path kept only as a fallback and for full-graph/custom-scope selections.

  • #1751 0007474 Thanks @RhysSullivan! - Preview OpenAPI spec-format selections (Microsoft Graph) through the streaming structural-split path instead of a whole-document parse, and guard generic whole-document parses by parsed-tree size (line count for block YAML, text size for JSON). Previewing a Graph preset URL previously parsed the 43MB source whole and killed the 128MB Workers isolate mid-request, surfacing as an empty 503; it now streams within budget, and oversized generic specs fail with an actionable error instead of taking down the isolate.

  • Updated dependencies []:

    • @executor-js/api@1.4.64
    • @executor-js/react@1.4.64
    • @executor-js/sdk@1.6.1
    • @executor-js/config@1.6.1

@executor-js/plugin-toolkits@1.5.36

Patch Changes

  • Updated dependencies []:
    • @executor-js/api@1.4.64
    • @executor-js/react@1.4.64
    • @executor-js/sdk@1.6.1

@executor-js/sdk@1.6.1

@executor-js/codemode-core@1.6.1

executor@1.6.1

Patch Changes

  • #1741 62748e8 Thanks @RhysSullivan! - Opt-in per-integration search tools on the MCP surface

    Connecting with ?search_tools=true (stdio: executor mcp --search-tools) adds one minimally-described search_<integration> MCP tool per connected integration, so the integration namespaces reach the model as tool names it can see without calling anything. Each call routes through the same flow as tools.search({ namespace }) inside execute, and the tool list comes from the same inventory the execute description shows. Off by default; a clean endpoint URL is unchanged.

  • #1749 d4afe0c Thanks @RhysSullivan! - Slim the per-integration search_<integration> tool definitions to under half their size: one shared one-line description (the tool name already carries the namespace) and a single bare query parameter, dropping the limit/offset knobs. A session pays for these definitions once per connected integration, so the surface now costs ~2k tokens instead of ~5k at 30 integrations; paging through a namespace belongs in execute.

  • Updated dependencies []:

    • @executor-js/local@1.6.1
    • @executor-js/api@1.4.64
    • @executor-js/sdk@1.6.1
    • @executor-js/runtime-quickjs@1.6.1

@executor-js/cloud@1.4.62

Patch Changes

  • Updated dependencies [7c12aee, ddbf0fe, 91062c2, 62748e8, 0007474, d4afe0c]:
    • @executor-js/plugin-openapi@1.6.1
    • @executor-js/plugin-mcp@1.6.1
    • @executor-js/execution@1.6.1
    • @executor-js/runtime-dynamic-worker@1.4.4
    • @executor-js/api@1.4.64
    • @executor-js/cloudflare@0.0.43
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.12
    • @executor-js/plugin-graphql@1.6.1
    • @executor-js/plugin-toolkits@1.5.36
    • @executor-js/react@1.4.64
    • @executor-js/plugin-workos-vault@0.0.2
    • @executor-js/sdk@1.6.1
    • @executor-js/runtime-quickjs@1.6.1
    • @executor-js/vite-plugin@0.0.61

@executor-js/host-selfhost@0.0.43

Patch Changes

  • Updated dependencies [7c12aee, ddbf0fe, 91062c2, 62748e8, 0007474, d4afe0c]:
    • @executor-js/plugin-openapi@1.6.1
    • @executor-js/plugin-mcp@1.6.1
    • @executor-js/execution@1.6.1
    • @executor-js/plugin-provider-service-split@0.0.15
    • @executor-js/analytics@0.1.8
    • @executor-js/api@1.4.64
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.12
    • @executor-js/plugin-graphql@1.6.1
    • @executor-js/plugin-toolkits@1.5.36
    • @executor-js/react@1.4.64
    • @executor-js/app@1.4.4
    • @executor-js/sdk@1.6.1
    • @executor-js/runtime-quickjs@1.6.1
    • @executor-js/plugin-encrypted-secrets@0.0.43

@executor-js/local@1.6.1

Patch Changes

  • Updated dependencies [7c12aee, ddbf0fe, 91062c2, 62748e8, 0007474, d4afe0c]:
    • @executor-js/plugin-openapi@1.6.1
    • @executor-js/plugin-mcp@1.6.1
    • @executor-js/execution@1.6.1
    • @executor-js/plugin-provider-service-split@0.0.15
    • @executor-js/analytics@0.1.8
    • @executor-js/api@1.4.64
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.12
    • @executor-js/plugin-graphql@1.6.1
    • @executor-js/plugin-onepassword@1.6.1
    • @executor-js/plugin-toolkits@1.5.36
    • @executor-js/react@1.4.64
    • @executor-js/app@1.4.4
    • @executor-js/sdk@1.6.1
    • @executor-js/runtime-quickjs@1.6.1
    • @executor-js/config@1.6.1
    • @executor-js/plugin-file-secrets@1.6.1
    • @executor-js/plugin-keychain@1.6.1
    • @executor-js/plugin-example@1.6.1
    • @executor-js/plugin-desktop-settings@1.6.1
    • @executor-js/vite-plugin@0.0.61

@executor-js/e2e@0.0.41

Patch Changes

  • Updated dependencies [7c12aee, ddbf0fe, 91062c2, 0007474]:
    • @executor-js/plugin-openapi@1.6.1
    • @executor-js/plugin-mcp@1.6.1
    • @executor-js/api@1.4.64
    • @executor-js/plugin-graphql@1.6.1
    • @executor-js/plugin-toolkits@1.5.36
    • @executor-js/sdk@1.6.1

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

Patch Changes

  • Updated dependencies [7c12aee, ddbf0fe, 91062c2, 0007474]:
    • @executor-js/plugin-openapi@1.6.1
    • @executor-js/plugin-mcp@1.6.1
    • @executor-js/plugin-graphql@1.6.1
    • @executor-js/plugin-onepassword@1.6.1
    • @executor-js/plugin-workos-vault@0.0.2
    • @executor-js/sdk@1.6.1
    • @executor-js/plugin-file-secrets@1.6.1
    • @executor-js/plugin-keychain@1.6.1

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

Patch Changes

  • Updated dependencies [7c12aee, ddbf0fe, 0007474]:
    • @executor-js/plugin-openapi@1.6.1
    • @executor-js/sdk@1.6.1

@executor-js/analytics@0.1.8

Patch Changes

  • Updated dependencies [62748e8, d4afe0c]:
    • @executor-js/execution@1.6.1

@executor-js/api@1.4.64

Patch Changes

  • Updated dependencies [62748e8, d4afe0c]:
    • @executor-js/execution@1.6.1
    • @executor-js/host-mcp@1.4.4
    • @executor-js/sdk@1.6.1

@executor-js/cloudflare@0.0.43

Patch Changes

  • Updated dependencies [62748e8, d4afe0c]:
    • @executor-js/execution@1.6.1
    • @executor-js/api@1.4.64
    • @executor-js/host-mcp@1.4.4
    • @executor-js/sdk@1.6.1

@executor-js/mcp-apps-shell@1.4.12

Patch Changes

  • Updated dependencies []:
    • @executor-js/react@1.4.64
    • @executor-js/runtime-quickjs@1.6.1

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.1

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

Patch Changes

  • Updated dependencies [7c12aee, ddbf0fe, 0007474]:
    • @executor-js/plugin-openapi@1.6.1
    • @executor-js/sdk@1.6.1

@executor-js/react@1.4.64

Patch Changes

  • Updated dependencies []:
    • @executor-js/api@1.4.64
    • @executor-js/sdk@1.6.1

@executor-js/desktop@1.6.1

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 25, 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 5b7884a Aug 27 2026, 08:55 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 25, 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 5b7884a Commit Preview URL

Branch Preview URL
Aug 27 2026, 08:54 AM

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from aae3e4d to 7832eb0 Compare August 25, 2026 21:15
@github-actions

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Console https://executor-preview-pr-1743.executor-e2e.workers.dev
MCP https://executor-preview-pr-1743.executor-e2e.workers.dev/mcp
Deployed commit 5b7884a

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 25, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

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

@executor-js/config

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

@executor-js/execution

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

@executor-js/sdk

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

@executor-js/codemode-core

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

@executor-js/runtime-quickjs

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

@executor-js/plugin-file-secrets

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

@executor-js/plugin-graphql

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

@executor-js/plugin-keychain

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

@executor-js/plugin-mcp

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

@executor-js/plugin-onepassword

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

@executor-js/plugin-openapi

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

executor

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

commit: 5b7884a

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch 15 times, most recently from 106bfde to 94cbb68 Compare August 27, 2026 05:56
@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from 94cbb68 to 5b7884a Compare August 27, 2026 08:53
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