diff --git a/.changeset/desktop-apple-events.md b/.changeset/desktop-apple-events.md deleted file mode 100644 index 56dd32c39..000000000 --- a/.changeset/desktop-apple-events.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"@executor-js/desktop": patch -"@executor-js/plugin-mcp": patch ---- - -Let macOS ask before denying Codex plugins Automation access. The desktop app -and its bundled daemon are hardened-runtime signed without the Apple Events -entitlement, so tccd refused to even show the consent prompt: every Messages -call was denied silently, no Automation row was ever created in System -Settings, and the access check sat on "Checking…" for a full minute before -misreporting the hang as a failed start. The app and daemon are now signed -with `com.apple.security.automation.apple-events` and carry a usage -description, so the first call raises the real consent prompt and the grant -becomes visible in Privacy & Security → Automation. - -The access check also stops waiting after 25 seconds and says what a hang -means — answer the permission prompt on screen, then check again — instead of -blaming the Codex install. diff --git a/.changeset/toolcall-parallel-reads.md b/.changeset/toolcall-parallel-reads.md deleted file mode 100644 index b4769f2ce..000000000 --- a/.changeset/toolcall-parallel-reads.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@executor-js/sdk": patch ---- - -**Faster dynamic tool calls: independent storage reads run concurrently** - -Every dynamic tool call paid for its bookkeeping reads one at a time: first the tool row, then the active policy rules, then the connection row, and later the credential resolution followed by the integration row. Each read is a separate storage round-trip, so the serial chain added tens of milliseconds per call locally and more against a remote database. The reads are mutually independent, so they now run concurrently: the tool, policy, and connection reads overlap before approval, and credential resolution overlaps the integration read after approval. Approval enforcement still completes before credential resolution starts — a declined call never triggers a token refresh — and each read's failure still surfaces at the same point with the same error as before. diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 8e118ff82..331d918d9 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # executor +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/local@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/runtime-quickjs@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 9519ee978..860507a26 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "executor", - "version": "1.6.6", + "version": "1.6.7", "private": true, "bin": { "executor": "./bin/executor.ts" diff --git a/apps/cloud/CHANGELOG.md b/apps/cloud/CHANGELOG.md index 66e71342d..037c50c93 100644 --- a/apps/cloud/CHANGELOG.md +++ b/apps/cloud/CHANGELOG.md @@ -1,5 +1,26 @@ # @executor-js/cloud +## 1.4.68 + +### Patch Changes + +- Updated dependencies [[`75b3674`](https://github.com/UsefulSoftwareCo/executor/commit/75b3674136b44a2e43fb23eb7a058e7e51528527), [`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/plugin-mcp@1.6.7 + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/execution@1.6.7 + - @executor-js/vite-plugin@0.0.67 + - @executor-js/cloudflare@0.0.49 + - @executor-js/host-mcp@1.4.4 + - @executor-js/mcp-apps-shell@1.4.18 + - @executor-js/runtime-dynamic-worker@1.4.4 + - @executor-js/plugin-graphql@1.6.7 + - @executor-js/plugin-openapi@1.6.7 + - @executor-js/plugin-toolkits@1.5.42 + - @executor-js/plugin-workos-vault@0.0.2 + - @executor-js/react@1.4.70 + - @executor-js/runtime-quickjs@1.6.7 + ## 1.4.67 ### Patch Changes diff --git a/apps/cloud/package.json b/apps/cloud/package.json index 1c962d2b0..75fd2c7d7 100644 --- a/apps/cloud/package.json +++ b/apps/cloud/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/cloud", - "version": "1.4.67", + "version": "1.4.68", "private": true, "type": "module", "scripts": { diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index fc1f6c374..49ac57e36 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,23 @@ # @executor-js/desktop +## 1.6.7 + +### Patch Changes + +- [#1876](https://github.com/UsefulSoftwareCo/executor/pull/1876) [`75b3674`](https://github.com/UsefulSoftwareCo/executor/commit/75b3674136b44a2e43fb23eb7a058e7e51528527) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Let macOS ask before denying Codex plugins Automation access. The desktop app + and its bundled daemon are hardened-runtime signed without the Apple Events + entitlement, so tccd refused to even show the consent prompt: every Messages + call was denied silently, no Automation row was ever created in System + Settings, and the access check sat on "Checking…" for a full minute before + misreporting the hang as a failed start. The app and daemon are now signed + with `com.apple.security.automation.apple-events` and carry a usage + description, so the first call raises the real consent prompt and the grant + becomes visible in Privacy & Security → Automation. + + The access check also stops waiting after 25 seconds and says what a hang + means — answer the permission prompt on screen, then check again — instead of + blaming the Codex install. + ## 1.6.6 ## 1.6.5 diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 4c11656ed..af7491b2b 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/desktop", - "version": "1.6.6", + "version": "1.6.7", "private": true, "homepage": "https://github.com/UsefulSoftwareCo/executor", "license": "MIT", diff --git a/apps/host-selfhost/CHANGELOG.md b/apps/host-selfhost/CHANGELOG.md index eddbb0d1e..ad348e72c 100644 --- a/apps/host-selfhost/CHANGELOG.md +++ b/apps/host-selfhost/CHANGELOG.md @@ -1,5 +1,26 @@ # @executor-js/host-selfhost +## 0.0.49 + +### Patch Changes + +- Updated dependencies [[`75b3674`](https://github.com/UsefulSoftwareCo/executor/commit/75b3674136b44a2e43fb23eb7a058e7e51528527), [`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/plugin-mcp@1.6.7 + - @executor-js/sdk@1.6.7 + - @executor-js/app@1.4.4 + - @executor-js/analytics@0.1.14 + - @executor-js/api@1.4.70 + - @executor-js/execution@1.6.7 + - @executor-js/host-mcp@1.4.4 + - @executor-js/mcp-apps-shell@1.4.18 + - @executor-js/plugin-encrypted-secrets@0.0.49 + - @executor-js/plugin-graphql@1.6.7 + - @executor-js/plugin-openapi@1.6.7 + - @executor-js/plugin-provider-service-split@0.0.21 + - @executor-js/plugin-toolkits@1.5.42 + - @executor-js/react@1.4.70 + - @executor-js/runtime-quickjs@1.6.7 + ## 0.0.48 ### Patch Changes diff --git a/apps/host-selfhost/package.json b/apps/host-selfhost/package.json index e998bd4dd..8cc733003 100644 --- a/apps/host-selfhost/package.json +++ b/apps/host-selfhost/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/host-selfhost", - "version": "0.0.48", + "version": "0.0.49", "private": true, "type": "module", "exports": { diff --git a/apps/local/CHANGELOG.md b/apps/local/CHANGELOG.md index c77278cef..dc730e6ff 100644 --- a/apps/local/CHANGELOG.md +++ b/apps/local/CHANGELOG.md @@ -1,5 +1,32 @@ # @executor-js/local +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`75b3674`](https://github.com/UsefulSoftwareCo/executor/commit/75b3674136b44a2e43fb23eb7a058e7e51528527), [`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/plugin-mcp@1.6.7 + - @executor-js/sdk@1.6.7 + - @executor-js/app@1.4.4 + - @executor-js/analytics@0.1.14 + - @executor-js/api@1.4.70 + - @executor-js/config@1.6.7 + - @executor-js/execution@1.6.7 + - @executor-js/vite-plugin@0.0.67 + - @executor-js/host-mcp@1.4.4 + - @executor-js/mcp-apps-shell@1.4.18 + - @executor-js/plugin-desktop-settings@1.6.7 + - @executor-js/plugin-example@1.6.7 + - @executor-js/plugin-file-secrets@1.6.7 + - @executor-js/plugin-graphql@1.6.7 + - @executor-js/plugin-keychain@1.6.7 + - @executor-js/plugin-onepassword@1.6.7 + - @executor-js/plugin-openapi@1.6.7 + - @executor-js/plugin-provider-service-split@0.0.21 + - @executor-js/plugin-toolkits@1.5.42 + - @executor-js/react@1.4.70 + - @executor-js/runtime-quickjs@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/apps/local/package.json b/apps/local/package.json index e00df7674..ae2b4bb12 100644 --- a/apps/local/package.json +++ b/apps/local/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/local", - "version": "1.6.6", + "version": "1.6.7", "private": true, "type": "module", "exports": { diff --git a/bun.lock b/bun.lock index d27d08dc9..bdbd0a8ae 100644 --- a/bun.lock +++ b/bun.lock @@ -31,7 +31,7 @@ }, "apps/cli": { "name": "executor", - "version": "1.6.6", + "version": "1.6.7", "bin": { "executor": "./bin/executor.ts", }, @@ -60,7 +60,7 @@ }, "apps/cloud": { "name": "@executor-js/cloud", - "version": "1.4.67", + "version": "1.4.68", "dependencies": { "@cloudflare/vite-plugin": "^1.31.1", "@effect/atom-react": "catalog:", @@ -133,7 +133,7 @@ }, "apps/desktop": { "name": "@executor-js/desktop", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@sentry/bun": "^10.57.0", "@sentry/electron": "^7.13.0", @@ -220,7 +220,7 @@ }, "apps/host-selfhost": { "name": "@executor-js/host-selfhost", - "version": "0.0.48", + "version": "0.0.49", "dependencies": { "@better-auth/api-key": "^1.6.11", "@cloudflare/worker-bundler": "0.2.1", @@ -272,7 +272,7 @@ }, "apps/local": { "name": "@executor-js/local", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@effect/atom-react": "catalog:", "@effect/platform-node": "catalog:", @@ -352,7 +352,7 @@ }, "e2e": { "name": "@executor-js/e2e", - "version": "0.0.46", + "version": "0.0.47", "dependencies": { "@executor-js/api": "workspace:*", "@executor-js/emulate": "^0.14.1", @@ -387,7 +387,7 @@ }, "examples/all-plugins": { "name": "@executor-js/example-all-plugins", - "version": "0.0.67", + "version": "0.0.68", "dependencies": { "@executor-js/plugin-file-secrets": "workspace:*", "@executor-js/plugin-graphql": "workspace:*", @@ -406,7 +406,7 @@ }, "examples/docs-sdk-quickstart": { "name": "@executor-js/example-docs-sdk-quickstart", - "version": "0.0.52", + "version": "0.0.53", "dependencies": { "@executor-js/plugin-openapi": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -463,7 +463,7 @@ }, "packages/core/analytics": { "name": "@executor-js/analytics", - "version": "0.1.13", + "version": "0.1.14", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/execution": "workspace:*", @@ -479,7 +479,7 @@ }, "packages/core/api": { "name": "@executor-js/api", - "version": "1.4.69", + "version": "1.4.70", "dependencies": { "@executor-js/execution": "workspace:*", "@executor-js/host-mcp": "workspace:*", @@ -496,7 +496,7 @@ }, "packages/core/cli": { "name": "@executor-js/cli", - "version": "0.2.56", + "version": "0.2.57", "bin": { "executor-sdk": "./dist/index.js", }, @@ -517,7 +517,7 @@ }, "packages/core/config": { "name": "@executor-js/config", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@executor-js/sdk": "workspace:*", "jiti": "^2.6.1", @@ -538,7 +538,7 @@ }, "packages/core/execution": { "name": "@executor-js/execution", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@executor-js/codemode-core": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -604,7 +604,7 @@ }, "packages/core/sdk": { "name": "@executor-js/sdk", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@executor-js/fumadb": "workspace:*", "@standard-schema/spec": "^1.1.0", @@ -657,7 +657,7 @@ }, "packages/core/vite-plugin": { "name": "@executor-js/vite-plugin", - "version": "0.0.66", + "version": "0.0.67", "dependencies": { "@executor-js/sdk": "workspace:*", "jiti": "^2.6.1", @@ -677,7 +677,7 @@ }, "packages/hosts/cloudflare": { "name": "@executor-js/cloudflare", - "version": "0.0.48", + "version": "0.0.49", "dependencies": { "@executor-js/api": "workspace:*", "@executor-js/execution": "workspace:*", @@ -718,7 +718,7 @@ }, "packages/hosts/mcp-apps-shell": { "name": "@executor-js/mcp-apps-shell", - "version": "1.4.17", + "version": "1.4.18", "dependencies": { "@executor-js/react": "workspace:*", "@executor-js/runtime-quickjs": "workspace:*", @@ -756,7 +756,7 @@ }, "packages/kernel/core": { "name": "@executor-js/codemode-core", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@babel/parser": "^7.29.2", "@standard-schema/spec": "^1.0.0", @@ -829,7 +829,7 @@ }, "packages/kernel/runtime-quickjs": { "name": "@executor-js/runtime-quickjs", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@executor-js/codemode-core": "workspace:*", "quickjs-emscripten": "catalog:", @@ -849,7 +849,7 @@ }, "packages/kernel/runtime-workerd-subprocess": { "name": "@executor-js/runtime-workerd-subprocess", - "version": "0.0.21", + "version": "0.0.22", "dependencies": { "@executor-js/codemode-core": "workspace:*", "effect": "catalog:", @@ -864,7 +864,7 @@ }, "packages/onboarding-demo": { "name": "@executor-js/onboarding-demo", - "version": "0.0.1", + "version": "0.0.2", "dependencies": { "@executor-js/plugin-mcp": "workspace:*", "@executor-js/plugin-openapi": "workspace:*", @@ -888,7 +888,7 @@ }, "packages/plugins/desktop-settings": { "name": "@executor-js/plugin-desktop-settings", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@executor-js/sdk": "workspace:*", "react": "catalog:", @@ -901,7 +901,7 @@ }, "packages/plugins/encrypted-secrets": { "name": "@executor-js/plugin-encrypted-secrets", - "version": "0.0.48", + "version": "0.0.49", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -916,7 +916,7 @@ }, "packages/plugins/example": { "name": "@executor-js/plugin-example", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@executor-js/sdk": "workspace:*", }, @@ -939,7 +939,7 @@ }, "packages/plugins/file-secrets": { "name": "@executor-js/plugin-file-secrets", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@executor-js/sdk": "workspace:*", }, @@ -956,7 +956,7 @@ }, "packages/plugins/graphql": { "name": "@executor-js/plugin-graphql", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/config": "workspace:*", @@ -995,7 +995,7 @@ }, "packages/plugins/keychain": { "name": "@executor-js/plugin-keychain", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@executor-js/sdk": "workspace:*", "@napi-rs/keyring": "^1.2.0", @@ -1014,7 +1014,7 @@ }, "packages/plugins/mcp": { "name": "@executor-js/plugin-mcp", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@cfworker/json-schema": "^4.1.1", "@effect/platform-node": "catalog:", @@ -1058,7 +1058,7 @@ }, "packages/plugins/onepassword": { "name": "@executor-js/plugin-onepassword", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@1password/sdk": "^0.4.1-beta.1", "@effect/atom-react": "catalog:", @@ -1091,7 +1091,7 @@ }, "packages/plugins/openapi": { "name": "@executor-js/plugin-openapi", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/config": "workspace:*", @@ -1132,7 +1132,7 @@ }, "packages/plugins/provider-service-split": { "name": "@executor-js/plugin-provider-service-split", - "version": "0.0.20", + "version": "0.0.21", "dependencies": { "@executor-js/plugin-openapi": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -1149,7 +1149,7 @@ }, "packages/plugins/toolkits": { "name": "@executor-js/plugin-toolkits", - "version": "1.5.41", + "version": "1.5.42", "dependencies": { "@executor-js/sdk": "workspace:*", }, @@ -1218,7 +1218,7 @@ }, "packages/react": { "name": "@executor-js/react", - "version": "1.4.69", + "version": "1.4.70", "dependencies": { "@base-ui/react": "^1.3.0", "@effect/atom-react": "catalog:", diff --git a/e2e/CHANGELOG.md b/e2e/CHANGELOG.md index b2e22bc80..a361a6dc8 100644 --- a/e2e/CHANGELOG.md +++ b/e2e/CHANGELOG.md @@ -1,5 +1,17 @@ # @executor-js/e2e +## 0.0.47 + +### Patch Changes + +- Updated dependencies [[`75b3674`](https://github.com/UsefulSoftwareCo/executor/commit/75b3674136b44a2e43fb23eb7a058e7e51528527), [`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/plugin-mcp@1.6.7 + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/plugin-graphql@1.6.7 + - @executor-js/plugin-openapi@1.6.7 + - @executor-js/plugin-toolkits@1.5.42 + ## 0.0.46 ### Patch Changes diff --git a/e2e/package.json b/e2e/package.json index c0ecbcc4c..5a8666f5e 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/e2e", - "version": "0.0.46", + "version": "0.0.47", "private": true, "type": "module", "scripts": { diff --git a/examples/all-plugins/CHANGELOG.md b/examples/all-plugins/CHANGELOG.md index 2d654c0fb..07878fe6f 100644 --- a/examples/all-plugins/CHANGELOG.md +++ b/examples/all-plugins/CHANGELOG.md @@ -1,5 +1,19 @@ # @executor-js/example-all-plugins +## 0.0.68 + +### Patch Changes + +- Updated dependencies [[`75b3674`](https://github.com/UsefulSoftwareCo/executor/commit/75b3674136b44a2e43fb23eb7a058e7e51528527), [`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/plugin-mcp@1.6.7 + - @executor-js/sdk@1.6.7 + - @executor-js/plugin-file-secrets@1.6.7 + - @executor-js/plugin-graphql@1.6.7 + - @executor-js/plugin-keychain@1.6.7 + - @executor-js/plugin-onepassword@1.6.7 + - @executor-js/plugin-openapi@1.6.7 + - @executor-js/plugin-workos-vault@0.0.2 + ## 0.0.67 ### Patch Changes diff --git a/examples/all-plugins/package.json b/examples/all-plugins/package.json index 9bdfe36e9..85d3e49fa 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.67", + "version": "0.0.68", "private": true, "type": "module", "scripts": { diff --git a/examples/docs-sdk-quickstart/CHANGELOG.md b/examples/docs-sdk-quickstart/CHANGELOG.md index 0378e1c98..e1c12df2a 100644 --- a/examples/docs-sdk-quickstart/CHANGELOG.md +++ b/examples/docs-sdk-quickstart/CHANGELOG.md @@ -1,5 +1,13 @@ # @executor-js/example-docs-sdk-quickstart +## 0.0.53 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/plugin-openapi@1.6.7 + ## 0.0.52 ### Patch Changes diff --git a/examples/docs-sdk-quickstart/package.json b/examples/docs-sdk-quickstart/package.json index 167c65bca..aed10bcfa 100644 --- a/examples/docs-sdk-quickstart/package.json +++ b/examples/docs-sdk-quickstart/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/example-docs-sdk-quickstart", - "version": "0.0.52", + "version": "0.0.53", "private": true, "type": "module", "scripts": { diff --git a/packages/core/analytics/CHANGELOG.md b/packages/core/analytics/CHANGELOG.md index 5fdaff9dc..581273698 100644 --- a/packages/core/analytics/CHANGELOG.md +++ b/packages/core/analytics/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/analytics +## 0.1.14 + +### Patch Changes + +- Updated dependencies []: + - @executor-js/execution@1.6.7 + ## 0.1.13 ### Patch Changes diff --git a/packages/core/analytics/package.json b/packages/core/analytics/package.json index 79fe4e032..47da131d8 100644 --- a/packages/core/analytics/package.json +++ b/packages/core/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/analytics", - "version": "0.1.13", + "version": "0.1.14", "private": true, "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/core/analytics", "bugs": { diff --git a/packages/core/api/CHANGELOG.md b/packages/core/api/CHANGELOG.md index e5dee5bde..ef1eec98d 100644 --- a/packages/core/api/CHANGELOG.md +++ b/packages/core/api/CHANGELOG.md @@ -1,5 +1,14 @@ # @executor-js/api +## 1.4.70 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/execution@1.6.7 + - @executor-js/host-mcp@1.4.4 + ## 1.4.69 ### Patch Changes diff --git a/packages/core/api/package.json b/packages/core/api/package.json index e768ec809..5035661de 100644 --- a/packages/core/api/package.json +++ b/packages/core/api/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/api", - "version": "1.4.69", + "version": "1.4.70", "private": true, "type": "module", "exports": { diff --git a/packages/core/cli/CHANGELOG.md b/packages/core/cli/CHANGELOG.md index d4154b656..6e44d7a52 100644 --- a/packages/core/cli/CHANGELOG.md +++ b/packages/core/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/cli +## 0.2.57 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + ## 0.2.56 ### Patch Changes diff --git a/packages/core/cli/package.json b/packages/core/cli/package.json index 710702539..d91e55627 100644 --- a/packages/core/cli/package.json +++ b/packages/core/cli/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/cli", - "version": "0.2.56", + "version": "0.2.57", "description": "CLI for the executor SDK — schema generation, migrations", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/core/cli", "bugs": { diff --git a/packages/core/config/CHANGELOG.md b/packages/core/config/CHANGELOG.md index bfbb8e881..f049e62e6 100644 --- a/packages/core/config/CHANGELOG.md +++ b/packages/core/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/config +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/packages/core/config/package.json b/packages/core/config/package.json index c5660fa61..7afad86a2 100644 --- a/packages/core/config/package.json +++ b/packages/core/config/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/config", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/core/config", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/core/execution/CHANGELOG.md b/packages/core/execution/CHANGELOG.md index a22045cb1..e0c20504e 100644 --- a/packages/core/execution/CHANGELOG.md +++ b/packages/core/execution/CHANGELOG.md @@ -1,5 +1,13 @@ # @executor-js/execution +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/codemode-core@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/packages/core/execution/package.json b/packages/core/execution/package.json index 7054b8c8b..77bb8de17 100644 --- a/packages/core/execution/package.json +++ b/packages/core/execution/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/execution", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/core/execution", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/core/sdk/CHANGELOG.md b/packages/core/sdk/CHANGELOG.md index 06de2ecdb..e95639ce4 100644 --- a/packages/core/sdk/CHANGELOG.md +++ b/packages/core/sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @executor-js/sdk +## 1.6.7 + +### Patch Changes + +- [#1867](https://github.com/UsefulSoftwareCo/executor/pull/1867) [`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Faster dynamic tool calls: independent storage reads run concurrently** + + Every dynamic tool call paid for its bookkeeping reads one at a time: first the tool row, then the active policy rules, then the connection row, and later the credential resolution followed by the integration row. Each read is a separate storage round-trip, so the serial chain added tens of milliseconds per call locally and more against a remote database. The reads are mutually independent, so they now run concurrently: the tool, policy, and connection reads overlap before approval, and credential resolution overlaps the integration read after approval. Approval enforcement still completes before credential resolution starts — a declined call never triggers a token refresh — and each read's failure still surfaces at the same point with the same error as before. + ## 1.6.6 ## 1.6.5 diff --git a/packages/core/sdk/package.json b/packages/core/sdk/package.json index 727fabece..8d3f9354b 100644 --- a/packages/core/sdk/package.json +++ b/packages/core/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/sdk", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/core/sdk", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/core/vite-plugin/CHANGELOG.md b/packages/core/vite-plugin/CHANGELOG.md index e7453c5f6..e57dea08e 100644 --- a/packages/core/vite-plugin/CHANGELOG.md +++ b/packages/core/vite-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/vite-plugin +## 0.0.67 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + ## 0.0.66 ### Patch Changes diff --git a/packages/core/vite-plugin/package.json b/packages/core/vite-plugin/package.json index 68aae81bd..de7d6d85c 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.66", + "version": "0.0.67", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/core/vite-plugin", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/hosts/cloudflare/CHANGELOG.md b/packages/hosts/cloudflare/CHANGELOG.md index 7038d836c..9bec56ea3 100644 --- a/packages/hosts/cloudflare/CHANGELOG.md +++ b/packages/hosts/cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # @executor-js/cloudflare +## 0.0.49 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/execution@1.6.7 + - @executor-js/host-mcp@1.4.4 + ## 0.0.48 ### Patch Changes diff --git a/packages/hosts/cloudflare/package.json b/packages/hosts/cloudflare/package.json index 0f798fb76..32d568315 100644 --- a/packages/hosts/cloudflare/package.json +++ b/packages/hosts/cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/cloudflare", - "version": "0.0.48", + "version": "0.0.49", "private": true, "type": "module", "exports": { diff --git a/packages/hosts/mcp-apps-shell/CHANGELOG.md b/packages/hosts/mcp-apps-shell/CHANGELOG.md index fb20259d3..a01fcab7b 100644 --- a/packages/hosts/mcp-apps-shell/CHANGELOG.md +++ b/packages/hosts/mcp-apps-shell/CHANGELOG.md @@ -1,5 +1,13 @@ # @executor-js/mcp-apps-shell +## 1.4.18 + +### Patch Changes + +- Updated dependencies []: + - @executor-js/react@1.4.70 + - @executor-js/runtime-quickjs@1.6.7 + ## 1.4.17 ### Patch Changes diff --git a/packages/hosts/mcp-apps-shell/package.json b/packages/hosts/mcp-apps-shell/package.json index 7808f04a4..ab6a24d7c 100644 --- a/packages/hosts/mcp-apps-shell/package.json +++ b/packages/hosts/mcp-apps-shell/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/mcp-apps-shell", - "version": "1.4.17", + "version": "1.4.18", "private": true, "type": "module", "exports": { diff --git a/packages/kernel/core/CHANGELOG.md b/packages/kernel/core/CHANGELOG.md index 4c315aa17..6befae065 100644 --- a/packages/kernel/core/CHANGELOG.md +++ b/packages/kernel/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @executor-js/codemode-core +## 1.6.7 + ## 1.6.6 ## 1.6.5 diff --git a/packages/kernel/core/package.json b/packages/kernel/core/package.json index 3e5e42e1e..fe943e434 100644 --- a/packages/kernel/core/package.json +++ b/packages/kernel/core/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/codemode-core", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/kernel/core", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/kernel/runtime-quickjs/CHANGELOG.md b/packages/kernel/runtime-quickjs/CHANGELOG.md index b81918b95..1b4e823a4 100644 --- a/packages/kernel/runtime-quickjs/CHANGELOG.md +++ b/packages/kernel/runtime-quickjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/runtime-quickjs +## 1.6.7 + +### Patch Changes + +- Updated dependencies []: + - @executor-js/codemode-core@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/packages/kernel/runtime-quickjs/package.json b/packages/kernel/runtime-quickjs/package.json index 9105e827a..0733acacd 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.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/kernel/runtime-quickjs", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/kernel/runtime-workerd-subprocess/CHANGELOG.md b/packages/kernel/runtime-workerd-subprocess/CHANGELOG.md index 23fc8a140..d003fbe55 100644 --- a/packages/kernel/runtime-workerd-subprocess/CHANGELOG.md +++ b/packages/kernel/runtime-workerd-subprocess/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/runtime-workerd-subprocess +## 0.0.22 + +### Patch Changes + +- Updated dependencies []: + - @executor-js/codemode-core@1.6.7 + ## 0.0.21 ### Patch Changes diff --git a/packages/kernel/runtime-workerd-subprocess/package.json b/packages/kernel/runtime-workerd-subprocess/package.json index 578c6ee0d..648824e4c 100644 --- a/packages/kernel/runtime-workerd-subprocess/package.json +++ b/packages/kernel/runtime-workerd-subprocess/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/runtime-workerd-subprocess", - "version": "0.0.21", + "version": "0.0.22", "private": true, "type": "module", "exports": { diff --git a/packages/onboarding-demo/CHANGELOG.md b/packages/onboarding-demo/CHANGELOG.md index 70c23dbd5..d048f72d5 100644 --- a/packages/onboarding-demo/CHANGELOG.md +++ b/packages/onboarding-demo/CHANGELOG.md @@ -1,5 +1,15 @@ # @executor-js/onboarding-demo +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`75b3674`](https://github.com/UsefulSoftwareCo/executor/commit/75b3674136b44a2e43fb23eb7a058e7e51528527), [`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/plugin-mcp@1.6.7 + - @executor-js/sdk@1.6.7 + - @executor-js/plugin-openapi@1.6.7 + - @executor-js/react@1.4.70 + ## 0.0.1 ### Patch Changes diff --git a/packages/onboarding-demo/package.json b/packages/onboarding-demo/package.json index 18b86c2c1..317ad1959 100644 --- a/packages/onboarding-demo/package.json +++ b/packages/onboarding-demo/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/onboarding-demo", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "scripts": { diff --git a/packages/plugins/desktop-settings/CHANGELOG.md b/packages/plugins/desktop-settings/CHANGELOG.md index 29c119c04..17b48cb13 100644 --- a/packages/plugins/desktop-settings/CHANGELOG.md +++ b/packages/plugins/desktop-settings/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/plugin-desktop-settings +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/packages/plugins/desktop-settings/package.json b/packages/plugins/desktop-settings/package.json index 79860f79c..6a9e82220 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.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/desktop-settings", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/plugins/encrypted-secrets/CHANGELOG.md b/packages/plugins/encrypted-secrets/CHANGELOG.md index b296426fd..d37f68076 100644 --- a/packages/plugins/encrypted-secrets/CHANGELOG.md +++ b/packages/plugins/encrypted-secrets/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/plugin-encrypted-secrets +## 0.0.49 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + ## 0.0.48 ### Patch Changes diff --git a/packages/plugins/encrypted-secrets/package.json b/packages/plugins/encrypted-secrets/package.json index d59679c8f..203369c9f 100644 --- a/packages/plugins/encrypted-secrets/package.json +++ b/packages/plugins/encrypted-secrets/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-encrypted-secrets", - "version": "0.0.48", + "version": "0.0.49", "private": true, "type": "module", "exports": { diff --git a/packages/plugins/example/CHANGELOG.md b/packages/plugins/example/CHANGELOG.md index d4fd879e7..5df3a8d7d 100644 --- a/packages/plugins/example/CHANGELOG.md +++ b/packages/plugins/example/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/plugin-example +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/packages/plugins/example/package.json b/packages/plugins/example/package.json index b7b415b5d..01c9e7582 100644 --- a/packages/plugins/example/package.json +++ b/packages/plugins/example/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-example", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/example", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/plugins/file-secrets/CHANGELOG.md b/packages/plugins/file-secrets/CHANGELOG.md index 384b1fc91..44ac373d5 100644 --- a/packages/plugins/file-secrets/CHANGELOG.md +++ b/packages/plugins/file-secrets/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/plugin-file-secrets +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/packages/plugins/file-secrets/package.json b/packages/plugins/file-secrets/package.json index a3f75b161..ed4d1ae56 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.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/file-secrets", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/plugins/graphql/CHANGELOG.md b/packages/plugins/graphql/CHANGELOG.md index 247942b42..5688b8316 100644 --- a/packages/plugins/graphql/CHANGELOG.md +++ b/packages/plugins/graphql/CHANGELOG.md @@ -1,5 +1,15 @@ # @executor-js/plugin-graphql +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/config@1.6.7 + - @executor-js/react@1.4.70 + ## 1.6.6 ### Patch Changes diff --git a/packages/plugins/graphql/package.json b/packages/plugins/graphql/package.json index 5b27a1b14..3771e79ac 100644 --- a/packages/plugins/graphql/package.json +++ b/packages/plugins/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-graphql", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/graphql", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/plugins/keychain/CHANGELOG.md b/packages/plugins/keychain/CHANGELOG.md index 90a8a6878..667de9f70 100644 --- a/packages/plugins/keychain/CHANGELOG.md +++ b/packages/plugins/keychain/CHANGELOG.md @@ -1,5 +1,12 @@ # @executor-js/plugin-keychain +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + ## 1.6.6 ### Patch Changes diff --git a/packages/plugins/keychain/package.json b/packages/plugins/keychain/package.json index 2be8461a9..57b720efd 100644 --- a/packages/plugins/keychain/package.json +++ b/packages/plugins/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-keychain", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/keychain", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/plugins/mcp/CHANGELOG.md b/packages/plugins/mcp/CHANGELOG.md index 96518f30d..51ee3dbf3 100644 --- a/packages/plugins/mcp/CHANGELOG.md +++ b/packages/plugins/mcp/CHANGELOG.md @@ -1,5 +1,29 @@ # @executor-js/plugin-mcp +## 1.6.7 + +### Patch Changes + +- [#1876](https://github.com/UsefulSoftwareCo/executor/pull/1876) [`75b3674`](https://github.com/UsefulSoftwareCo/executor/commit/75b3674136b44a2e43fb23eb7a058e7e51528527) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Let macOS ask before denying Codex plugins Automation access. The desktop app + and its bundled daemon are hardened-runtime signed without the Apple Events + entitlement, so tccd refused to even show the consent prompt: every Messages + call was denied silently, no Automation row was ever created in System + Settings, and the access check sat on "Checking…" for a full minute before + misreporting the hang as a failed start. The app and daemon are now signed + with `com.apple.security.automation.apple-events` and carry a usage + description, so the first call raises the real consent prompt and the grant + becomes visible in Privacy & Security → Automation. + + The access check also stops waiting after 25 seconds and says what a hang + means — answer the permission prompt on screen, then check again — instead of + blaming the Codex install. + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/config@1.6.7 + - @executor-js/react@1.4.70 + ## 1.6.6 ### Patch Changes diff --git a/packages/plugins/mcp/package.json b/packages/plugins/mcp/package.json index 5b5b165c7..3032b3a1e 100644 --- a/packages/plugins/mcp/package.json +++ b/packages/plugins/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-mcp", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/mcp", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/plugins/onepassword/CHANGELOG.md b/packages/plugins/onepassword/CHANGELOG.md index f0b19e411..7509df15c 100644 --- a/packages/plugins/onepassword/CHANGELOG.md +++ b/packages/plugins/onepassword/CHANGELOG.md @@ -1,5 +1,14 @@ # @executor-js/plugin-onepassword +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/react@1.4.70 + ## 1.6.6 ### Patch Changes diff --git a/packages/plugins/onepassword/package.json b/packages/plugins/onepassword/package.json index b53633a26..91e904363 100644 --- a/packages/plugins/onepassword/package.json +++ b/packages/plugins/onepassword/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-onepassword", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/onepassword", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/plugins/openapi/CHANGELOG.md b/packages/plugins/openapi/CHANGELOG.md index 320f8bbd1..6ad7f1424 100644 --- a/packages/plugins/openapi/CHANGELOG.md +++ b/packages/plugins/openapi/CHANGELOG.md @@ -1,5 +1,15 @@ # @executor-js/plugin-openapi +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/config@1.6.7 + - @executor-js/react@1.4.70 + ## 1.6.6 ### Patch Changes diff --git a/packages/plugins/openapi/package.json b/packages/plugins/openapi/package.json index 8c539447f..5a1a417b9 100644 --- a/packages/plugins/openapi/package.json +++ b/packages/plugins/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-openapi", - "version": "1.6.6", + "version": "1.6.7", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/openapi", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/plugins/provider-service-split/CHANGELOG.md b/packages/plugins/provider-service-split/CHANGELOG.md index 323f4361d..cb6202b62 100644 --- a/packages/plugins/provider-service-split/CHANGELOG.md +++ b/packages/plugins/provider-service-split/CHANGELOG.md @@ -1,5 +1,13 @@ # @executor-js/plugin-provider-service-split +## 0.0.21 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/plugin-openapi@1.6.7 + ## 0.0.20 ### Patch Changes diff --git a/packages/plugins/provider-service-split/package.json b/packages/plugins/provider-service-split/package.json index c6fe407d6..3c3a143c5 100644 --- a/packages/plugins/provider-service-split/package.json +++ b/packages/plugins/provider-service-split/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-provider-service-split", - "version": "0.0.20", + "version": "0.0.21", "private": true, "type": "module", "exports": { diff --git a/packages/plugins/toolkits/CHANGELOG.md b/packages/plugins/toolkits/CHANGELOG.md index c9128b98e..b486df493 100644 --- a/packages/plugins/toolkits/CHANGELOG.md +++ b/packages/plugins/toolkits/CHANGELOG.md @@ -1,5 +1,14 @@ # @executor-js/plugin-toolkits +## 1.5.42 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + - @executor-js/react@1.4.70 + ## 1.5.41 ### Patch Changes diff --git a/packages/plugins/toolkits/package.json b/packages/plugins/toolkits/package.json index 19c29c895..deb994e08 100644 --- a/packages/plugins/toolkits/package.json +++ b/packages/plugins/toolkits/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-toolkits", - "version": "1.5.41", + "version": "1.5.42", "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/plugins/toolkits", "bugs": { "url": "https://github.com/UsefulSoftwareCo/executor/issues" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 210ad70b1..4da9750ca 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @executor-js/react +## 1.4.70 + +### Patch Changes + +- Updated dependencies [[`98d6c6a`](https://github.com/UsefulSoftwareCo/executor/commit/98d6c6ad3272fca371fc2d8b14b2e332100d8322)]: + - @executor-js/sdk@1.6.7 + - @executor-js/api@1.4.70 + ## 1.4.69 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 1069a6641..7d79ac8c2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/react", - "version": "1.4.69", + "version": "1.4.70", "private": true, "type": "module", "exports": {