Skip to content

Version Packages - #1875

Merged
RhysSullivan merged 1 commit into
mainfrom
changeset-release/main
Aug 30, 2026
Merged

Version Packages#1875
RhysSullivan merged 1 commit into
mainfrom
changeset-release/main

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Aug 30, 2026

Copy link
Copy Markdown
Collaborator

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.57

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7

@executor-js/config@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7

@executor-js/execution@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/codemode-core@1.6.7

@executor-js/sdk@1.6.7

Patch Changes

  • #1867 98d6c6a Thanks @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.

@executor-js/vite-plugin@0.0.67

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7

@executor-js/runtime-quickjs@1.6.7

Patch Changes

  • Updated dependencies []:
    • @executor-js/codemode-core@1.6.7

@executor-js/plugin-desktop-settings@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7

@executor-js/plugin-example@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7

@executor-js/plugin-file-secrets@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7

@executor-js/plugin-graphql@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/api@1.4.70
    • @executor-js/config@1.6.7
    • @executor-js/react@1.4.70

@executor-js/plugin-keychain@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7

@executor-js/plugin-mcp@1.6.7

Patch Changes

  • #1876 75b3674 Thanks @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]:

    • @executor-js/sdk@1.6.7
    • @executor-js/api@1.4.70
    • @executor-js/config@1.6.7
    • @executor-js/react@1.4.70

@executor-js/plugin-onepassword@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/api@1.4.70
    • @executor-js/react@1.4.70

@executor-js/plugin-openapi@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/api@1.4.70
    • @executor-js/config@1.6.7
    • @executor-js/react@1.4.70

@executor-js/plugin-toolkits@1.5.42

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/api@1.4.70
    • @executor-js/react@1.4.70

@executor-js/codemode-core@1.6.7

executor@1.6.7

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @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

@executor-js/cloud@1.4.68

Patch Changes

  • Updated dependencies [75b3674, 98d6c6a]:
    • @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

@executor-js/desktop@1.6.7

Patch Changes

  • #1876 75b3674 Thanks @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.

@executor-js/host-selfhost@0.0.49

Patch Changes

  • Updated dependencies [75b3674, 98d6c6a]:
    • @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

@executor-js/local@1.6.7

Patch Changes

  • Updated dependencies [75b3674, 98d6c6a]:
    • @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

@executor-js/e2e@0.0.47

Patch Changes

  • Updated dependencies [75b3674, 98d6c6a]:
    • @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

@executor-js/example-all-plugins@0.0.68

Patch Changes

  • Updated dependencies [75b3674, 98d6c6a]:
    • @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

@executor-js/example-docs-sdk-quickstart@0.0.53

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/plugin-openapi@1.6.7

@executor-js/analytics@0.1.14

Patch Changes

  • Updated dependencies []:
    • @executor-js/execution@1.6.7

@executor-js/api@1.4.70

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/execution@1.6.7
    • @executor-js/host-mcp@1.4.4

@executor-js/cloudflare@0.0.49

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @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

@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

@executor-js/runtime-workerd-subprocess@0.0.22

Patch Changes

  • Updated dependencies []:
    • @executor-js/codemode-core@1.6.7

@executor-js/onboarding-demo@0.0.2

Patch Changes

  • Updated dependencies [75b3674, 98d6c6a]:
    • @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

@executor-js/plugin-encrypted-secrets@0.0.49

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7

@executor-js/plugin-provider-service-split@0.0.21

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/plugin-openapi@1.6.7

@executor-js/react@1.4.70

Patch Changes

  • Updated dependencies [98d6c6a]:
    • @executor-js/sdk@1.6.7
    • @executor-js/api@1.4.70

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 30, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing f16bd42 Commit Preview URL

Branch Preview URL
Aug 30 2026, 05:33 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 30, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud f16bd42 Aug 30 2026, 05:34 AM

@github-actions

github-actions Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

@pkg-pr-new

pkg-pr-new Bot commented Aug 30, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1875

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1875

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1875

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1875

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1875

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1875

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1875

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1875

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1875

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1875

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1875

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1875

executor

npm i https://pkg.pr.new/executor@1875

commit: f16bd42

@RhysSullivan
RhysSullivan force-pushed the changeset-release/main branch from ba917b1 to f16bd42 Compare August 30, 2026 05:30
@RhysSullivan
RhysSullivan merged commit fff7ed6 into main Aug 30, 2026
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant