Skip to content

Version Packages - #1862

Merged
RhysSullivan merged 1 commit into
mainfrom
changeset-release/main
Aug 30, 2026
Merged

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

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Aug 30, 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.55

Patch Changes

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

@executor-js/config@1.6.5

Patch Changes

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

@executor-js/execution@1.6.5

Patch Changes

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

@executor-js/vite-plugin@0.0.65

Patch Changes

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

@executor-js/runtime-quickjs@1.6.5

Patch Changes

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

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

Patch Changes

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

@executor-js/plugin-example@1.6.5

Patch Changes

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

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

Patch Changes

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

@executor-js/plugin-graphql@1.6.5

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/config@1.6.5
    • @executor-js/api@1.4.68
    • @executor-js/react@1.4.68

@executor-js/plugin-keychain@1.6.5

Patch Changes

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

@executor-js/plugin-mcp@1.6.5

Patch Changes

  • #1863 00c2ab7 Thanks @RhysSullivan! - Adding a Codex plugin no longer asks for anything. CODEX_HOME is a path the
    scanner already resolved, but it was passed on the channel that makes an
    environment variable a credential — so the integration declared it as one, and
    a person who reached the connect step was shown a masked field for a value
    they should never have to know.

    Stdio integrations can now carry non-secret environment as static
    configuration, separate from declared secrets. The Codex plugins use it: they
    declare no auth, and their connection is created for them.

  • #1861 4d4ad7c Thanks @RhysSullivan! - Stdio MCP servers are kept alive between tool calls

    Every tool call on a stdio MCP integration used to spawn a fresh child process, run the full MCP handshake, call the one tool, and tear the child down — roughly a second of overhead per call for an npx-launched server, on every call. Remote and app-server connections already reused sessions through the connection pool; plain stdio now joins them, with the same five-minute idle window, the same hashed identity key (command, args, cwd, secret env, credential values, owner and connection all separate identities), and the same drop-on-transport-failure semantics. This matches how MCP clients drive stdio servers generally: one long-lived child per session, not one per call.

    A server that genuinely depends on fresh-process semantics can opt out with spawnPerCall: true in its stdio config (also accepted by the add-server API). The Codex app-server bridge ignores the opt-out — its approvals are session state, so it must pool.

  • Updated dependencies []:

    • @executor-js/sdk@1.6.5
    • @executor-js/config@1.6.5
    • @executor-js/api@1.4.68
    • @executor-js/react@1.4.68

@executor-js/plugin-onepassword@1.6.5

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/api@1.4.68
    • @executor-js/react@1.4.68

@executor-js/plugin-openapi@1.6.5

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/config@1.6.5
    • @executor-js/api@1.4.68
    • @executor-js/react@1.4.68

@executor-js/plugin-toolkits@1.5.40

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/api@1.4.68
    • @executor-js/react@1.4.68

@executor-js/sdk@1.6.5

@executor-js/codemode-core@1.6.5

executor@1.6.5

Patch Changes

  • #1863 00c2ab7 Thanks @RhysSullivan! - Adding a Codex plugin no longer asks for anything. CODEX_HOME is a path the
    scanner already resolved, but it was passed on the channel that makes an
    environment variable a credential — so the integration declared it as one, and
    a person who reached the connect step was shown a masked field for a value
    they should never have to know.

    Stdio integrations can now carry non-secret environment as static
    configuration, separate from declared secrets. The Codex plugins use it: they
    declare no auth, and their connection is created for them.

  • Updated dependencies []:

    • @executor-js/local@1.6.5
    • @executor-js/sdk@1.6.5
    • @executor-js/runtime-quickjs@1.6.5
    • @executor-js/api@1.4.68

@executor-js/cloud@1.4.66

Patch Changes

  • Updated dependencies [00c2ab7, 4d4ad7c]:
    • @executor-js/plugin-mcp@1.6.5
    • @executor-js/sdk@1.6.5
    • @executor-js/runtime-quickjs@1.6.5
    • @executor-js/execution@1.6.5
    • @executor-js/plugin-graphql@1.6.5
    • @executor-js/plugin-openapi@1.6.5
    • @executor-js/api@1.4.68
    • @executor-js/vite-plugin@0.0.65
    • @executor-js/cloudflare@0.0.47
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.16
    • @executor-js/runtime-dynamic-worker@1.4.4
    • @executor-js/plugin-toolkits@1.5.40
    • @executor-js/plugin-workos-vault@0.0.2
    • @executor-js/react@1.4.68

@executor-js/host-selfhost@0.0.47

Patch Changes

  • Updated dependencies [00c2ab7, 4d4ad7c]:
    • @executor-js/plugin-mcp@1.6.5
    • @executor-js/sdk@1.6.5
    • @executor-js/runtime-quickjs@1.6.5
    • @executor-js/execution@1.6.5
    • @executor-js/plugin-graphql@1.6.5
    • @executor-js/plugin-openapi@1.6.5
    • @executor-js/app@1.4.4
    • @executor-js/analytics@0.1.12
    • @executor-js/api@1.4.68
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.16
    • @executor-js/plugin-encrypted-secrets@0.0.47
    • @executor-js/plugin-provider-service-split@0.0.19
    • @executor-js/plugin-toolkits@1.5.40
    • @executor-js/react@1.4.68

@executor-js/local@1.6.5

Patch Changes

  • Updated dependencies [00c2ab7, 4d4ad7c]:
    • @executor-js/plugin-mcp@1.6.5
    • @executor-js/sdk@1.6.5
    • @executor-js/runtime-quickjs@1.6.5
    • @executor-js/execution@1.6.5
    • @executor-js/config@1.6.5
    • @executor-js/plugin-file-secrets@1.6.5
    • @executor-js/plugin-graphql@1.6.5
    • @executor-js/plugin-keychain@1.6.5
    • @executor-js/plugin-onepassword@1.6.5
    • @executor-js/plugin-openapi@1.6.5
    • @executor-js/plugin-example@1.6.5
    • @executor-js/plugin-desktop-settings@1.6.5
    • @executor-js/app@1.4.4
    • @executor-js/analytics@0.1.12
    • @executor-js/api@1.4.68
    • @executor-js/vite-plugin@0.0.65
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.16
    • @executor-js/plugin-provider-service-split@0.0.19
    • @executor-js/plugin-toolkits@1.5.40
    • @executor-js/react@1.4.68

@executor-js/e2e@0.0.45

Patch Changes

  • Updated dependencies [00c2ab7, 4d4ad7c]:
    • @executor-js/plugin-mcp@1.6.5
    • @executor-js/sdk@1.6.5
    • @executor-js/plugin-graphql@1.6.5
    • @executor-js/plugin-openapi@1.6.5
    • @executor-js/api@1.4.68
    • @executor-js/plugin-toolkits@1.5.40

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

Patch Changes

  • Updated dependencies [00c2ab7, 4d4ad7c]:
    • @executor-js/plugin-mcp@1.6.5
    • @executor-js/sdk@1.6.5
    • @executor-js/plugin-file-secrets@1.6.5
    • @executor-js/plugin-graphql@1.6.5
    • @executor-js/plugin-keychain@1.6.5
    • @executor-js/plugin-onepassword@1.6.5
    • @executor-js/plugin-openapi@1.6.5
    • @executor-js/plugin-workos-vault@0.0.2

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

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/plugin-openapi@1.6.5

@executor-js/analytics@0.1.12

Patch Changes

  • Updated dependencies []:
    • @executor-js/execution@1.6.5

@executor-js/api@1.4.68

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/execution@1.6.5
    • @executor-js/host-mcp@1.4.4

@executor-js/cloudflare@0.0.47

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/execution@1.6.5
    • @executor-js/api@1.4.68
    • @executor-js/host-mcp@1.4.4

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

Patch Changes

  • Updated dependencies []:
    • @executor-js/runtime-quickjs@1.6.5
    • @executor-js/react@1.4.68

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/plugin-openapi@1.6.5

@executor-js/react@1.4.68

Patch Changes

  • Updated dependencies []:
    • @executor-js/sdk@1.6.5
    • @executor-js/api@1.4.68

@executor-js/desktop@1.6.5

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 30, 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 4625516 Aug 30 2026, 01:13 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 30, 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 4625516 Commit Preview URL

Branch Preview URL
Aug 30 2026, 01:12 AM

@github-actions

github-actions Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

@pkg-pr-new

pkg-pr-new Bot commented Aug 30, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

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

@executor-js/config

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

@executor-js/execution

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

@executor-js/sdk

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

@executor-js/codemode-core

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

@executor-js/runtime-quickjs

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

@executor-js/plugin-file-secrets

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

@executor-js/plugin-graphql

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

@executor-js/plugin-keychain

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

@executor-js/plugin-mcp

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

@executor-js/plugin-onepassword

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

@executor-js/plugin-openapi

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

executor

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

commit: 4625516

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from cbaaae4 to 4625516 Compare August 30, 2026 01:10
@RhysSullivan
RhysSullivan merged commit 48ab9fe into main Aug 30, 2026
43 of 44 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