From 6ecfb442e7d48a927ced5185bbdcee45e7fde468 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:42:55 +0000 Subject: [PATCH] Version Packages --- .changeset/calm-tools-report-failures.md | 5 -- .changeset/emit-return-content.md | 5 -- .changeset/fix-google-photos-upload-path.md | 5 -- .changeset/handle-deno-stdin-failures.md | 5 -- .changeset/hosted-dns-guard-latency.md | 9 --- .changeset/native-select-dark-mode.md | 5 -- .changeset/oauth-dead-grant-classification.md | 5 -- .../openapi-query-object-serialization.md | 5 -- .../prevent-provider-migration-row-loss.md | 5 -- .changeset/selfhost-otlp-export.md | 5 -- .changeset/timeout-graphql-invocations.md | 5 -- apps/cli/CHANGELOG.md | 24 +++++++ apps/cli/package.json | 2 +- apps/cloud/CHANGELOG.md | 21 +++++++ apps/cloud/package.json | 2 +- apps/desktop/CHANGELOG.md | 2 + apps/desktop/package.json | 2 +- apps/host-selfhost/CHANGELOG.md | 23 +++++++ apps/host-selfhost/package.json | 2 +- bun.lock | 62 +++++++++---------- e2e/CHANGELOG.md | 12 ++++ e2e/package.json | 2 +- examples/all-plugins/CHANGELOG.md | 14 +++++ examples/all-plugins/package.json | 2 +- examples/docs-sdk-quickstart/CHANGELOG.md | 8 +++ examples/docs-sdk-quickstart/package.json | 2 +- packages/core/analytics/CHANGELOG.md | 7 +++ packages/core/analytics/package.json | 2 +- packages/core/api/CHANGELOG.md | 9 +++ packages/core/api/package.json | 2 +- packages/core/cli/CHANGELOG.md | 7 +++ packages/core/cli/package.json | 2 +- packages/core/config/CHANGELOG.md | 7 +++ packages/core/config/package.json | 2 +- packages/core/execution/CHANGELOG.md | 8 +++ packages/core/execution/package.json | 2 +- packages/core/sdk/CHANGELOG.md | 10 +++ packages/core/sdk/package.json | 2 +- packages/core/vite-plugin/CHANGELOG.md | 7 +++ packages/core/vite-plugin/package.json | 2 +- packages/hosts/cloudflare/CHANGELOG.md | 10 +++ packages/hosts/cloudflare/package.json | 2 +- packages/hosts/mcp-apps-shell/CHANGELOG.md | 8 +++ packages/hosts/mcp-apps-shell/package.json | 2 +- packages/kernel/core/CHANGELOG.md | 2 + packages/kernel/core/package.json | 2 +- packages/kernel/runtime-quickjs/CHANGELOG.md | 7 +++ packages/kernel/runtime-quickjs/package.json | 2 +- .../runtime-workerd-subprocess/CHANGELOG.md | 7 +++ .../runtime-workerd-subprocess/package.json | 2 +- .../plugins/desktop-settings/CHANGELOG.md | 7 +++ .../plugins/desktop-settings/package.json | 2 +- .../plugins/encrypted-secrets/CHANGELOG.md | 7 +++ .../plugins/encrypted-secrets/package.json | 2 +- packages/plugins/example/CHANGELOG.md | 7 +++ packages/plugins/example/package.json | 2 +- packages/plugins/file-secrets/CHANGELOG.md | 7 +++ packages/plugins/file-secrets/package.json | 2 +- packages/plugins/graphql/CHANGELOG.md | 10 +++ packages/plugins/graphql/package.json | 2 +- packages/plugins/keychain/CHANGELOG.md | 7 +++ packages/plugins/keychain/package.json | 2 +- packages/plugins/mcp/CHANGELOG.md | 10 +++ packages/plugins/mcp/package.json | 2 +- packages/plugins/onepassword/CHANGELOG.md | 9 +++ packages/plugins/onepassword/package.json | 2 +- packages/plugins/openapi/CHANGELOG.md | 12 ++++ packages/plugins/openapi/package.json | 2 +- .../provider-service-split/CHANGELOG.md | 8 +++ .../provider-service-split/package.json | 2 +- packages/plugins/toolkits/CHANGELOG.md | 9 +++ packages/plugins/toolkits/package.json | 2 +- packages/react/CHANGELOG.md | 10 +++ packages/react/package.json | 2 +- 74 files changed, 358 insertions(+), 121 deletions(-) delete mode 100644 .changeset/calm-tools-report-failures.md delete mode 100644 .changeset/emit-return-content.md delete mode 100644 .changeset/fix-google-photos-upload-path.md delete mode 100644 .changeset/handle-deno-stdin-failures.md delete mode 100644 .changeset/hosted-dns-guard-latency.md delete mode 100644 .changeset/native-select-dark-mode.md delete mode 100644 .changeset/oauth-dead-grant-classification.md delete mode 100644 .changeset/openapi-query-object-serialization.md delete mode 100644 .changeset/prevent-provider-migration-row-loss.md delete mode 100644 .changeset/selfhost-otlp-export.md delete mode 100644 .changeset/timeout-graphql-invocations.md diff --git a/.changeset/calm-tools-report-failures.md b/.changeset/calm-tools-report-failures.md deleted file mode 100644 index c153a99ce..000000000 --- a/.changeset/calm-tools-report-failures.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"executor": patch ---- - -Show policy and OAuth app removal failures in the UI, and keep success-only state unchanged when those writes fail. diff --git a/.changeset/emit-return-content.md b/.changeset/emit-return-content.md deleted file mode 100644 index bb7b3b2ee..000000000 --- a/.changeset/emit-return-content.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"executor": patch ---- - -**Fix: `execute` scripts that both `emit()` output and `return` a value no longer lose the returned value in MCP clients that ignore `structuredContent` — the return value is now appended to the tool-result content after the emitted items** diff --git a/.changeset/fix-google-photos-upload-path.md b/.changeset/fix-google-photos-upload-path.md deleted file mode 100644 index bb02c51c0..000000000 --- a/.changeset/fix-google-photos-upload-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@executor-js/plugin-openapi": patch ---- - -Use the versioned Google Photos raw upload endpoint so generated upload tools send media to `/v1/uploads` instead of the invalid `/uploads` path. diff --git a/.changeset/handle-deno-stdin-failures.md b/.changeset/handle-deno-stdin-failures.md deleted file mode 100644 index c5c366e12..000000000 --- a/.changeset/handle-deno-stdin-failures.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"executor": patch ---- - -Return an execution error when a Deno subprocess closes stdin instead of emitting an unhandled write failure. diff --git a/.changeset/hosted-dns-guard-latency.md b/.changeset/hosted-dns-guard-latency.md deleted file mode 100644 index 04b9bd9b9..000000000 --- a/.changeset/hosted-dns-guard-latency.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@executor-js/sdk": patch ---- - -Cache hosted outbound DNS guard resolutions, so a proxied request no longer pays a fresh lookup on every hop. `makeHostedHttp` builds the guarded fetch and the guarded HTTP client layer over one cache; building them separately still works but resolves each hostname twice. - -The outbound guard also honors the caller's `redirect` mode, which it previously ignored: `manual` now returns the unfollowed 3xx with its Location header, and `error` rejects, rather than both silently following the redirect. Redirect method semantics now match platform fetch — a `DELETE` or `PUT` meeting a 301/302, and a `HEAD` meeting a 303, keep their method instead of being rewritten to `GET`, so the request the caller made is the request that goes out. Exhausting the redirect budget rejects rather than handing back the raw 3xx as if it were a final response. - -Address classification is tightened too: the cloud metadata endpoint is now blocked by the address a hostname denotes rather than by one dotted-decimal spelling, so its IPv6 forms (`::ffff:169.254.169.254`, the 6to4 `2002:a9fe:a9fe::`, NAT64) are blocked under `allowLocalNetwork` as well, and a name that merely resolves to it is blocked in that mode too — the resolved-address check now runs whether or not the local network is allowed, with only the metadata rule applied to its answers when it is; IPv6 prefixes that carry an IPv4 destination (IPv4-translatable, 6to4, local-use NAT64) are classified by that destination; deprecated site-local addresses (`fec0::/10`) count as local; every address a hostname resolves to is checked rather than the first; subresource integrity survives a cross-origin redirect; and address forms the platform resolver reads differently from a decimal-only parser (octal octets, a dotted quad in the head of a compressed literal) no longer classify as public. diff --git a/.changeset/native-select-dark-mode.md b/.changeset/native-select-dark-mode.md deleted file mode 100644 index d2b9199b7..000000000 --- a/.changeset/native-select-dark-mode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@executor-js/react": patch ---- - -Keep native `` dropdown options readable in dark mode. The console themes through `prefers-color-scheme` and never sets a `.dark` class, so Tailwind `dark:` utilities never matched and the native option popup rendered with a light color scheme over dark text. `NativeSelect` now uses a solid themed surface (`bg-popover`) and pins `color-scheme` to the active theme, so the browser draws a matching, readable popup. + +- Updated dependencies [[`6a924dd`](https://github.com/UsefulSoftwareCo/executor/commit/6a924dd98de916d6ff8cea2329bf672f149b64f4)]: + - @executor-js/sdk@1.5.38 + - @executor-js/api@1.4.58 + ## 1.4.57 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index e208e5c3c..f522c8df8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/react", - "version": "1.4.57", + "version": "1.4.58", "private": true, "type": "module", "exports": {