Version Packages - #1497
Open
RhysSullivan wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
executor-cloud | 1c1157d | Jul 30 2026, 04:36 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 1c1157d | Commit Preview URL Branch Preview URL |
Jul 30 2026, 04:36 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
8 times, most recently
from
July 30, 2026 01:58
11f3138 to
c684cc3
Compare
RhysSullivan
force-pushed
the
changeset-release/main
branch
from
July 30, 2026 04:33
c684cc3 to
1c1157d
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.44
Patch Changes
657b913]:@executor-js/config@1.5.37
Patch Changes
657b913]:@executor-js/execution@1.5.37
Patch Changes
657b913]:@executor-js/sdk@1.5.37
Patch Changes
657b913Thanks @RhysSullivan! - Add anonymous product analytics to the local daemon (CLI + desktop) and self-host: execution counts split by MCP/API plane, toolkit usage, integration add/remove, and artifact usage (created/viewed/updated/deleted, attributed to agent tools vs the console UI), filed under a persisted per-install anonymous id. Opt out with DO_NOT_TRACK or EXECUTOR_DISABLE_ANALYTICS.@executor-js/vite-plugin@0.0.54
Patch Changes
657b913]:@executor-js/runtime-quickjs@1.5.37
Patch Changes
@executor-js/plugin-desktop-settings@1.5.37
Patch Changes
657b913]:@executor-js/plugin-example@1.5.37
Patch Changes
657b913]:@executor-js/plugin-file-secrets@1.5.37
Patch Changes
657b913]:@executor-js/plugin-graphql@1.5.37
Patch Changes
657b913]:@executor-js/plugin-keychain@1.5.37
Patch Changes
657b913]:@executor-js/plugin-mcp@1.5.37
Patch Changes
657b913]:@executor-js/plugin-onepassword@1.5.37
Patch Changes
657b913]:@executor-js/plugin-openapi@1.5.37
Patch Changes
657b913]:@executor-js/plugin-toolkits@1.5.29
Patch Changes
657b913]:@executor-js/codemode-core@1.5.37
executor@1.5.37
Patch Changes
#1498
657b913Thanks @RhysSullivan! - Add anonymous product analytics to the local daemon (CLI + desktop) and self-host: execution counts split by MCP/API plane, toolkit usage, integration add/remove, and artifact usage (created/viewed/updated/deleted, attributed to agent tools vs the console UI), filed under a persisted per-install anonymous id. Opt out with DO_NOT_TRACK or EXECUTOR_DISABLE_ANALYTICS.#1500
5eb2ca3Thanks @RhysSullivan! - Fix: the artifact migration no longer narrowsdefinition.nameto varchar(255), which failed on existing long definition names#1472
1178e3bThanks @RhysSullivan! - Add an Artifacts tab. Interactive components an agent generates withrender-uiare saved and listed in the console, and each one has its own page that renders it live — the page an MCP client without MCP Apps support deep-links to. Artifacts can be renamed and deleted from the console, and agents find them again by title.#1483
54df2e3Thanks @davidwrossiter! - Fix: GraphQL connections now reject credentials when schema introspection fails and show actionable tool sync diagnostics#1499
010ea98Thanks @RhysSullivan! - Fix: the add-connection wizard no longer wipes a pasted credential when the key check saves a health check mid-flow#1503
a7c4689Thanks @RhysSullivan! - Fix: MCP responses larger than Durable Object storage's 128 KiB per-value cap hung the client instead of being deliveredThe DO transport persisted every outbound message for reconnect replay before writing the live SSE frame, and
storage.putof an oversize value throws — so a large response (theui://executor/shell.htmlresource is ~5 MB) was neither stored nor sent, and the client waited on keepalives forever. The transport now delivers the live frame first and treats persistence as best-effort: an oversize message skips the event store with a logged warning and arrives without a replay id, which only costs replayability if the connection drops mid-delivery.#1502
25270b1Thanks @RhysSullivan! - Fix: MCP clients of the cloud host got a "Shell not built" placeholder as theui://executor/shell.htmlresource, so every artifact rendered as a widget that never finished loadingThe deployed Worker has no filesystem, and the shell loader silently fell back to an inert placeholder document when its
fs.readFilefailed. Workers hosts now fetch the built shell through the static-assets binding (the app build emits a stable-named copy alongside the hashed one), the self-host image reads the same emitted asset from its SPA dist, and a host that cannot produce the shell now fails the resource read with an actionable error instead of serving a document that hangs the client. App builds fail if the shell asset was not emitted.Updated dependencies [
657b913]:@executor-js/cloud@1.4.55
Patch Changes
657b913]:@executor-js/host-selfhost@0.0.36
Patch Changes
#1498
657b913Thanks @RhysSullivan! - Add anonymous product analytics to the local daemon (CLI + desktop) and self-host: execution counts split by MCP/API plane, toolkit usage, integration add/remove, and artifact usage (created/viewed/updated/deleted, attributed to agent tools vs the console UI), filed under a persisted per-install anonymous id. Opt out with DO_NOT_TRACK or EXECUTOR_DISABLE_ANALYTICS.Updated dependencies [
657b913]:@executor-js/e2e@0.0.34
Patch Changes
657b913]:@executor-js/example-all-plugins@0.0.55
Patch Changes
657b913]:@executor-js/example-docs-sdk-quickstart@0.0.40
Patch Changes
657b913]:@executor-js/analytics@0.1.1
Patch Changes
#1498
657b913Thanks @RhysSullivan! - Add anonymous product analytics to the local daemon (CLI + desktop) and self-host: execution counts split by MCP/API plane, toolkit usage, integration add/remove, and artifact usage (created/viewed/updated/deleted, attributed to agent tools vs the console UI), filed under a persisted per-install anonymous id. Opt out with DO_NOT_TRACK or EXECUTOR_DISABLE_ANALYTICS.Updated dependencies []:
@executor-js/api@1.4.57
Patch Changes
#1498
657b913Thanks @RhysSullivan! - Add anonymous product analytics to the local daemon (CLI + desktop) and self-host: execution counts split by MCP/API plane, toolkit usage, integration add/remove, and artifact usage (created/viewed/updated/deleted, attributed to agent tools vs the console UI), filed under a persisted per-install anonymous id. Opt out with DO_NOT_TRACK or EXECUTOR_DISABLE_ANALYTICS.Updated dependencies [
657b913]:@executor-js/cloudflare@0.0.36
Patch Changes
657b913]:@executor-js/mcp-apps-shell@1.4.5
Patch Changes
@executor-js/runtime-workerd-subprocess@0.0.9
Patch Changes
@executor-js/plugin-encrypted-secrets@0.0.36
Patch Changes
657b913]:@executor-js/plugin-provider-service-split@0.0.8
Patch Changes
657b913]:@executor-js/react@1.4.57
Patch Changes
657b913]:@executor-js/desktop@1.5.37