Skip to content

Version Packages - #1557

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

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

Conversation

@RhysSullivan

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

Patch Changes

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

@executor-js/config@1.5.41

Patch Changes

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

@executor-js/execution@1.5.41

Patch Changes

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

@executor-js/sdk@1.5.41

Patch Changes

  • #1580 d572658 Thanks @RhysSullivan! - Fix: the admin joined user view no longer issues one connection query per subject

    admin.listSubjectsWithConnections read a page of subjects and then queried
    connections once per subject, sequentially. A default page therefore cost 100
    round trips inside a single request, which on a per-request socket dominated
    the response. It now reads the page and then batches every subject's
    connections into one query, so the cost is two queries regardless of page size.
    A subject with no connections still reports an empty array rather than dropping
    out of the page, and the batched read carries the same owner: "user" and
    tenant scoping the per-subject read did.

    The ?email= filter on the admin users endpoints is also applied before the
    read rather than after it: the address resolves to a principal id and that id is
    read directly, instead of paging the tenant and keeping the row that matched.
    Paging still applies to a filtered response, but to the selected row — one row
    at offset: 0, empty beyond it.

@executor-js/vite-plugin@0.0.58

Patch Changes

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

@executor-js/runtime-quickjs@1.5.41

Patch Changes

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

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

Patch Changes

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

@executor-js/plugin-example@1.5.41

Patch Changes

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

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

Patch Changes

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

@executor-js/plugin-graphql@1.5.41

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/config@1.5.41
    • @executor-js/react@1.4.61

@executor-js/plugin-keychain@1.5.41

Patch Changes

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

@executor-js/plugin-mcp@1.5.41

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/config@1.5.41
    • @executor-js/react@1.4.61

@executor-js/plugin-onepassword@1.5.41

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/react@1.4.61

@executor-js/plugin-openapi@1.5.41

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/config@1.5.41
    • @executor-js/react@1.4.61

@executor-js/plugin-toolkits@1.5.33

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/react@1.4.61

@executor-js/codemode-core@1.5.41

executor@1.5.41

Patch Changes

  • #1556 f674fb8 Thanks @RhysSullivan! - Fix: native MCP elicitation now reaches clients on the local HTTP endpoint instead of timing out

    The local daemon's Streamable HTTP transport ran with enableJsonResponse: true, which buffers a tools/call into a single JSON body and leaves no open stream for the server to write on. A server-to-client elicitation/create raised during that call was therefore never delivered, and approval-gated tools failed with a -32001 request timeout even though the session had negotiated elicitation_mode=native and the client's elicitation.form capability. The transport now uses the spec-default SSE streaming, so the reverse request rides the originating tool call's stream — matching the Cloudflare host's behaviour.

  • Updated dependencies [d572658]:

    • @executor-js/sdk@1.5.41
    • @executor-js/local@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/runtime-quickjs@1.5.41

@executor-js/cloud@1.4.59

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/execution@1.5.41
    • @executor-js/vite-plugin@0.0.58
    • @executor-js/cloudflare@0.0.40
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.9
    • @executor-js/runtime-dynamic-worker@1.4.4
    • @executor-js/plugin-graphql@1.5.41
    • @executor-js/plugin-mcp@1.5.41
    • @executor-js/plugin-openapi@1.5.41
    • @executor-js/plugin-toolkits@1.5.33
    • @executor-js/plugin-workos-vault@0.0.2
    • @executor-js/react@1.4.61
    • @executor-js/runtime-quickjs@1.5.41

@executor-js/host-selfhost@0.0.40

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/app@1.4.4
    • @executor-js/analytics@0.1.5
    • @executor-js/api@1.4.61
    • @executor-js/execution@1.5.41
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.9
    • @executor-js/plugin-encrypted-secrets@0.0.40
    • @executor-js/plugin-graphql@1.5.41
    • @executor-js/plugin-mcp@1.5.41
    • @executor-js/plugin-openapi@1.5.41
    • @executor-js/plugin-provider-service-split@0.0.12
    • @executor-js/plugin-toolkits@1.5.33
    • @executor-js/react@1.4.61
    • @executor-js/runtime-quickjs@1.5.41

@executor-js/local@1.5.41

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/app@1.4.4
    • @executor-js/analytics@0.1.5
    • @executor-js/api@1.4.61
    • @executor-js/config@1.5.41
    • @executor-js/execution@1.5.41
    • @executor-js/vite-plugin@0.0.58
    • @executor-js/host-mcp@1.4.4
    • @executor-js/mcp-apps-shell@1.4.9
    • @executor-js/plugin-desktop-settings@1.5.41
    • @executor-js/plugin-example@1.5.41
    • @executor-js/plugin-file-secrets@1.5.41
    • @executor-js/plugin-graphql@1.5.41
    • @executor-js/plugin-keychain@1.5.41
    • @executor-js/plugin-mcp@1.5.41
    • @executor-js/plugin-onepassword@1.5.41
    • @executor-js/plugin-openapi@1.5.41
    • @executor-js/plugin-provider-service-split@0.0.12
    • @executor-js/plugin-toolkits@1.5.33
    • @executor-js/react@1.4.61
    • @executor-js/runtime-quickjs@1.5.41

@executor-js/e2e@0.0.38

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/plugin-graphql@1.5.41
    • @executor-js/plugin-mcp@1.5.41
    • @executor-js/plugin-openapi@1.5.41
    • @executor-js/plugin-toolkits@1.5.33

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

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/plugin-file-secrets@1.5.41
    • @executor-js/plugin-graphql@1.5.41
    • @executor-js/plugin-keychain@1.5.41
    • @executor-js/plugin-mcp@1.5.41
    • @executor-js/plugin-onepassword@1.5.41
    • @executor-js/plugin-openapi@1.5.41
    • @executor-js/plugin-workos-vault@0.0.2

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

Patch Changes

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

@executor-js/analytics@0.1.5

Patch Changes

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

@executor-js/api@1.4.61

Patch Changes

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

@executor-js/cloudflare@0.0.40

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61
    • @executor-js/execution@1.5.41
    • @executor-js/host-mcp@1.4.4

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

Patch Changes

  • Updated dependencies []:
    • @executor-js/react@1.4.61
    • @executor-js/runtime-quickjs@1.5.41

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

@executor-js/react@1.4.61

Patch Changes

  • Updated dependencies [d572658]:
    • @executor-js/sdk@1.5.41
    • @executor-js/api@1.4.61

@executor-js/desktop@1.5.41

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from 6824817 to 21da38d Compare August 7, 2026 21:44
@cloudflare-workers-and-pages

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

Branch Preview URL
Aug 13 2026, 09:36 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 7, 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 6d61b6b Aug 13 2026, 09:37 AM

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Console https://executor-preview-pr-1557.executor-e2e.workers.dev
MCP https://executor-preview-pr-1557.executor-e2e.workers.dev/mcp
Deployed commit 6d61b6b

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

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

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

@executor-js/config

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

@executor-js/execution

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

@executor-js/sdk

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

@executor-js/codemode-core

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

@executor-js/runtime-quickjs

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

@executor-js/plugin-file-secrets

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

@executor-js/plugin-graphql

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

@executor-js/plugin-keychain

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

@executor-js/plugin-mcp

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

@executor-js/plugin-onepassword

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

@executor-js/plugin-openapi

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

executor

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

commit: 6d61b6b

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from 21da38d to 56bbba9 Compare August 13, 2026 07:10
@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from 56bbba9 to 6d61b6b Compare August 13, 2026 09:35
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