From c3891f026e7a9ba4e95fa8d9b9543367317d6fb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:00:28 +0000 Subject: [PATCH] Version Packages --- .changeset/desktop-oauth-system-browser.md | 22 --------- .changeset/desktop-update-dialog.md | 5 -- apps/cli/package.json | 2 +- apps/cloud/package.json | 2 +- apps/desktop/package.json | 2 +- bun.lock | 46 +++++++++---------- examples/all-plugins/package.json | 2 +- packages/core/api/package.json | 2 +- packages/core/config/package.json | 2 +- packages/core/execution/package.json | 2 +- packages/core/sdk/package.json | 2 +- packages/core/storage-core/package.json | 2 +- packages/core/storage-drizzle/package.json | 2 +- packages/core/vite-plugin/package.json | 2 +- packages/kernel/core/package.json | 2 +- packages/kernel/runtime-quickjs/package.json | 2 +- .../plugins/desktop-settings/package.json | 2 +- packages/plugins/example/package.json | 2 +- packages/plugins/file-secrets/package.json | 2 +- .../plugins/google-discovery/package.json | 2 +- packages/plugins/graphql/package.json | 2 +- packages/plugins/keychain/package.json | 2 +- packages/plugins/mcp/package.json | 2 +- packages/plugins/onepassword/package.json | 2 +- packages/plugins/openapi/package.json | 2 +- packages/react/package.json | 2 +- 26 files changed, 46 insertions(+), 73 deletions(-) delete mode 100644 .changeset/desktop-oauth-system-browser.md delete mode 100644 .changeset/desktop-update-dialog.md diff --git a/.changeset/desktop-oauth-system-browser.md b/.changeset/desktop-oauth-system-browser.md deleted file mode 100644 index 77a7f93b2..000000000 --- a/.changeset/desktop-oauth-system-browser.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"executor": patch -"@executor-js/desktop": patch ---- - -Desktop OAuth flows now open in the user's default browser instead of an -Electron child window. The renderer skips the in-page popup, calls -`window.executor.openExternal(authorizationUrl)`, and polls -`/api/oauth/await/:sessionId` for the completed result. Provider sessions -the user is already signed into (Google, GitHub, etc.) are picked up -without re-authenticating inside an isolated Electron cookie jar. - -The completion side channel is local-only: `setOAuthCompletionListener` -is a noop hook in `@executor-js/api`, and the in-memory result store + -HTTP polling route are registered by the local server. Stateless -deployments (Cloudflare Workers) carry no footprint and continue to use -the existing `postMessage`/`BroadcastChannel` handoff. - -Also hides the stdio MCP install command in the desktop renderer — that -path required the `executor` CLI on PATH, which the desktop app does not -provide. Desktop users see only the HTTP install command, which routes -through the running sidecar. diff --git a/.changeset/desktop-update-dialog.md b/.changeset/desktop-update-dialog.md deleted file mode 100644 index c1c453ce6..000000000 --- a/.changeset/desktop-update-dialog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"executor": patch ---- - -Desktop: surface available updates with a native dialog instead of swapping silently on quit. When a new version finishes downloading in the background, a "Restart now / Later" dialog fires so users actually know there's an update ready. Adds a `Check for Updates…` item to the app menu for manual checks. `electron-updater`'s `autoInstallOnAppQuit` is now off — the only way the new version applies is when the user chooses Restart now. diff --git a/apps/cli/package.json b/apps/cli/package.json index 873fae76f..a89850c24 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "executor", - "version": "1.4.22", + "version": "1.4.23", "private": true, "bin": { "executor": "./bin/executor.ts" diff --git a/apps/cloud/package.json b/apps/cloud/package.json index 51e7f25f3..c1f5a1887 100644 --- a/apps/cloud/package.json +++ b/apps/cloud/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/cloud", - "version": "1.4.8", + "version": "1.4.9", "private": true, "type": "module", "scripts": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 602dcdfcc..5e1d5c1c9 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/desktop", - "version": "1.4.22", + "version": "1.4.23", "private": true, "homepage": "https://github.com/RhysSullivan/executor", "license": "MIT", diff --git a/bun.lock b/bun.lock index b69ce87ec..58488afe9 100644 --- a/bun.lock +++ b/bun.lock @@ -29,7 +29,7 @@ }, "apps/cli": { "name": "executor", - "version": "1.4.22", + "version": "1.4.23", "bin": { "executor": "./bin/executor.ts", }, @@ -50,7 +50,7 @@ }, "apps/cloud": { "name": "@executor-js/cloud", - "version": "1.4.8", + "version": "1.4.9", "dependencies": { "@cloudflare/vite-plugin": "^1.31.1", "@effect/atom-react": "catalog:", @@ -118,7 +118,7 @@ }, "apps/desktop": { "name": "@executor-js/desktop", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "electron-log": "^5", "electron-store": "^10", @@ -228,7 +228,7 @@ }, "examples/all-plugins": { "name": "@executor-js/example-all-plugins", - "version": "0.0.8", + "version": "0.0.9", "dependencies": { "@executor-js/plugin-file-secrets": "workspace:*", "@executor-js/plugin-google-discovery": "workspace:*", @@ -287,7 +287,7 @@ }, "packages/core/api": { "name": "@executor-js/api", - "version": "1.4.10", + "version": "1.4.11", "dependencies": { "@executor-js/execution": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -324,7 +324,7 @@ }, "packages/core/config": { "name": "@executor-js/config", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -342,7 +342,7 @@ }, "packages/core/execution": { "name": "@executor-js/execution", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/codemode-core": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -374,7 +374,7 @@ }, "packages/core/sdk": { "name": "@executor-js/sdk", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/storage-core": "workspace:*", "@standard-schema/spec": "^1.1.0", @@ -406,7 +406,7 @@ }, "packages/core/storage-core": { "name": "@executor-js/storage-core", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@standard-schema/spec": "^1.0.0", "effect": "catalog:", @@ -428,7 +428,7 @@ }, "packages/core/storage-drizzle": { "name": "@executor-js/storage-drizzle", - "version": "0.0.7", + "version": "0.0.8", "dependencies": { "@executor-js/storage-core": "workspace:*", "drizzle-orm": "catalog:", @@ -482,7 +482,7 @@ }, "packages/core/vite-plugin": { "name": "@executor-js/vite-plugin", - "version": "0.0.7", + "version": "0.0.8", "dependencies": { "@executor-js/sdk": "workspace:*", "jiti": "^2.6.1", @@ -520,7 +520,7 @@ }, "packages/kernel/core": { "name": "@executor-js/codemode-core", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@babel/parser": "^7.29.2", "@standard-schema/spec": "^1.0.0", @@ -585,7 +585,7 @@ }, "packages/kernel/runtime-quickjs": { "name": "@executor-js/runtime-quickjs", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/codemode-core": "workspace:*", "effect": "catalog:", @@ -602,7 +602,7 @@ }, "packages/plugins/desktop-settings": { "name": "@executor-js/plugin-desktop-settings", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/sdk": "workspace:*", "react": "catalog:", @@ -615,7 +615,7 @@ }, "packages/plugins/example": { "name": "@executor-js/plugin-example", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/sdk": "workspace:*", }, @@ -638,7 +638,7 @@ }, "packages/plugins/file-secrets": { "name": "@executor-js/plugin-file-secrets", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -652,7 +652,7 @@ }, "packages/plugins/google-discovery": { "name": "@executor-js/plugin-google-discovery", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -687,7 +687,7 @@ }, "packages/plugins/graphql": { "name": "@executor-js/plugin-graphql", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/config": "workspace:*", @@ -725,7 +725,7 @@ }, "packages/plugins/keychain": { "name": "@executor-js/plugin-keychain", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@executor-js/sdk": "workspace:*", "@napi-rs/keyring": "^1.2.0", @@ -741,7 +741,7 @@ }, "packages/plugins/mcp": { "name": "@executor-js/plugin-mcp", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@cfworker/json-schema": "^4.1.1", "@effect/platform-node": "catalog:", @@ -781,7 +781,7 @@ }, "packages/plugins/onepassword": { "name": "@executor-js/plugin-onepassword", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@1password/op-js": "^0.1.13", "@1password/sdk": "^0.4.1-beta.1", @@ -814,7 +814,7 @@ }, "packages/plugins/openapi": { "name": "@executor-js/plugin-openapi", - "version": "1.4.22", + "version": "1.4.23", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/config": "workspace:*", @@ -878,7 +878,7 @@ }, "packages/react": { "name": "@executor-js/react", - "version": "1.4.10", + "version": "1.4.11", "dependencies": { "@base-ui/react": "^1.3.0", "@effect/atom-react": "catalog:", diff --git a/examples/all-plugins/package.json b/examples/all-plugins/package.json index c1762445c..111b48010 100644 --- a/examples/all-plugins/package.json +++ b/examples/all-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/example-all-plugins", - "version": "0.0.8", + "version": "0.0.9", "private": true, "type": "module", "scripts": { diff --git a/packages/core/api/package.json b/packages/core/api/package.json index d06500900..a557be78d 100644 --- a/packages/core/api/package.json +++ b/packages/core/api/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/api", - "version": "1.4.10", + "version": "1.4.11", "private": true, "type": "module", "exports": { diff --git a/packages/core/config/package.json b/packages/core/config/package.json index c8a709dfb..05de0cd9c 100644 --- a/packages/core/config/package.json +++ b/packages/core/config/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/config", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/config", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/core/execution/package.json b/packages/core/execution/package.json index 041ce89ff..c9ca7d718 100644 --- a/packages/core/execution/package.json +++ b/packages/core/execution/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/execution", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/execution", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/core/sdk/package.json b/packages/core/sdk/package.json index 49b53b74a..8fddf5b6e 100644 --- a/packages/core/sdk/package.json +++ b/packages/core/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/sdk", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/sdk", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/core/storage-core/package.json b/packages/core/storage-core/package.json index 7e049d781..ed24c66d4 100644 --- a/packages/core/storage-core/package.json +++ b/packages/core/storage-core/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/storage-core", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/storage-core", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/core/storage-drizzle/package.json b/packages/core/storage-drizzle/package.json index 09126d2e9..9533ce790 100644 --- a/packages/core/storage-drizzle/package.json +++ b/packages/core/storage-drizzle/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/storage-drizzle", - "version": "0.0.7", + "version": "0.0.8", "private": true, "type": "module", "exports": { diff --git a/packages/core/vite-plugin/package.json b/packages/core/vite-plugin/package.json index e9ad6800f..275cb2bf6 100644 --- a/packages/core/vite-plugin/package.json +++ b/packages/core/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/vite-plugin", - "version": "0.0.7", + "version": "0.0.8", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/vite-plugin", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/kernel/core/package.json b/packages/kernel/core/package.json index c571c947b..a4117544c 100644 --- a/packages/kernel/core/package.json +++ b/packages/kernel/core/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/codemode-core", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/kernel/core", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/kernel/runtime-quickjs/package.json b/packages/kernel/runtime-quickjs/package.json index ac3bc4a1f..b562f384a 100644 --- a/packages/kernel/runtime-quickjs/package.json +++ b/packages/kernel/runtime-quickjs/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/runtime-quickjs", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/kernel/runtime-quickjs", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/desktop-settings/package.json b/packages/plugins/desktop-settings/package.json index b5ad39f20..138987e55 100644 --- a/packages/plugins/desktop-settings/package.json +++ b/packages/plugins/desktop-settings/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-desktop-settings", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/desktop-settings", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/example/package.json b/packages/plugins/example/package.json index 6a228ff67..db9e9b92b 100644 --- a/packages/plugins/example/package.json +++ b/packages/plugins/example/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-example", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/example", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/file-secrets/package.json b/packages/plugins/file-secrets/package.json index c65bf4998..557f757f0 100644 --- a/packages/plugins/file-secrets/package.json +++ b/packages/plugins/file-secrets/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-file-secrets", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/file-secrets", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/google-discovery/package.json b/packages/plugins/google-discovery/package.json index d24299f19..e1ee0379c 100644 --- a/packages/plugins/google-discovery/package.json +++ b/packages/plugins/google-discovery/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-google-discovery", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/google-discovery", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/graphql/package.json b/packages/plugins/graphql/package.json index f855ff391..fb0de3755 100644 --- a/packages/plugins/graphql/package.json +++ b/packages/plugins/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-graphql", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/graphql", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/keychain/package.json b/packages/plugins/keychain/package.json index 60431c354..27af80ab8 100644 --- a/packages/plugins/keychain/package.json +++ b/packages/plugins/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-keychain", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/keychain", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/mcp/package.json b/packages/plugins/mcp/package.json index 5b0e076a5..2e229d466 100644 --- a/packages/plugins/mcp/package.json +++ b/packages/plugins/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-mcp", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/mcp", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/onepassword/package.json b/packages/plugins/onepassword/package.json index 7c4c7b42f..fef8281df 100644 --- a/packages/plugins/onepassword/package.json +++ b/packages/plugins/onepassword/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-onepassword", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/onepassword", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/openapi/package.json b/packages/plugins/openapi/package.json index d9e35d66e..20d27bc30 100644 --- a/packages/plugins/openapi/package.json +++ b/packages/plugins/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-openapi", - "version": "1.4.22", + "version": "1.4.23", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/openapi", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/react/package.json b/packages/react/package.json index 4e012ed48..a55eac577 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/react", - "version": "1.4.10", + "version": "1.4.11", "private": true, "type": "module", "exports": {