Version Packages - #1557
Open
RhysSullivan wants to merge 1 commit into
Open
Conversation
RhysSullivan
force-pushed
the
changeset-release/main
branch
from
August 7, 2026 21:44
6824817 to
21da38d
Compare
Deploying with
|
| 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 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 6d61b6b | Aug 13 2026, 09:37 AM |
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/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@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
commit: |
RhysSullivan
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 07:10
21da38d to
56bbba9
Compare
RhysSullivan
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 09:35
56bbba9 to
6d61b6b
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.48
Patch Changes
d572658]:@executor-js/config@1.5.41
Patch Changes
d572658]:@executor-js/execution@1.5.41
Patch Changes
d572658]:@executor-js/sdk@1.5.41
Patch Changes
#1580
d572658Thanks @RhysSullivan! - Fix: the admin joined user view no longer issues one connection query per subjectadmin.listSubjectsWithConnectionsread a page of subjects and then queriedconnections 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"andtenant scoping the per-subject read did.
The
?email=filter on the admin users endpoints is also applied before theread 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
d572658]:@executor-js/runtime-quickjs@1.5.41
Patch Changes
@executor-js/plugin-desktop-settings@1.5.41
Patch Changes
d572658]:@executor-js/plugin-example@1.5.41
Patch Changes
d572658]:@executor-js/plugin-file-secrets@1.5.41
Patch Changes
d572658]:@executor-js/plugin-graphql@1.5.41
Patch Changes
d572658]:@executor-js/plugin-keychain@1.5.41
Patch Changes
d572658]:@executor-js/plugin-mcp@1.5.41
Patch Changes
d572658]:@executor-js/plugin-onepassword@1.5.41
Patch Changes
d572658]:@executor-js/plugin-openapi@1.5.41
Patch Changes
d572658]:@executor-js/plugin-toolkits@1.5.33
Patch Changes
d572658]:@executor-js/codemode-core@1.5.41
executor@1.5.41
Patch Changes
#1556
f674fb8Thanks @RhysSullivan! - Fix: native MCP elicitation now reaches clients on the local HTTP endpoint instead of timing outThe local daemon's Streamable HTTP transport ran with
enableJsonResponse: true, which buffers atools/callinto a single JSON body and leaves no open stream for the server to write on. A server-to-clientelicitation/createraised during that call was therefore never delivered, and approval-gated tools failed with a-32001request timeout even though the session had negotiatedelicitation_mode=nativeand the client'selicitation.formcapability. 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/cloud@1.4.59
Patch Changes
d572658]:@executor-js/host-selfhost@0.0.40
Patch Changes
d572658]:@executor-js/local@1.5.41
Patch Changes
d572658]:@executor-js/e2e@0.0.38
Patch Changes
d572658]:@executor-js/example-all-plugins@0.0.59
Patch Changes
d572658]:@executor-js/example-docs-sdk-quickstart@0.0.44
Patch Changes
d572658]:@executor-js/analytics@0.1.5
Patch Changes
@executor-js/api@1.4.61
Patch Changes
d572658]:@executor-js/cloudflare@0.0.40
Patch Changes
d572658]:@executor-js/mcp-apps-shell@1.4.9
Patch Changes
@executor-js/runtime-workerd-subprocess@0.0.13
Patch Changes
@executor-js/plugin-encrypted-secrets@0.0.40
Patch Changes
d572658]:@executor-js/plugin-provider-service-split@0.0.12
Patch Changes
d572658]:@executor-js/react@1.4.61
Patch Changes
d572658]:@executor-js/desktop@1.5.41