Skip to content

Commit de70e92

Browse files
Version Packages
1 parent 1e8ce10 commit de70e92

72 files changed

Lines changed: 412 additions & 128 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/connection-create-conflict.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/dcr-reconnect-through-registration.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/fix-plugin-sdk-root-imports.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/health-verdict-revalidate.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/mcp-oauth-refresh-reauthorization.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/olive-moons-shake.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/onepassword-multiple-accounts.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# executor
22

3+
## 1.6.4
4+
5+
### Patch Changes
6+
7+
- [#1477](https://github.com/UsefulSoftwareCo/executor/pull/1477) [`c0c7a0d`](https://github.com/UsefulSoftwareCo/executor/commit/c0c7a0db41623077ba8b7d09de5ef8ee8e6a99e3) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Stop exporting credential-bearing URLs in telemetry. Every query parameter
8+
value, URL fragment, and userinfo component is stripped from exported span
9+
URLs — no parameter name is trusted — on every exporter path: the cloud span
10+
processors, the self-host OTLP exporter, the browser client's OTLP exporter,
11+
and the forwarded browser trace batches. User-supplied MCP endpoints are
12+
sanitized before being stamped onto spans.
13+
14+
- [#1841](https://github.com/UsefulSoftwareCo/executor/pull/1841) [`d13151a`](https://github.com/UsefulSoftwareCo/executor/commit/d13151ac19453f11b40c7f49303a10854c66e464) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - 1Password: multiple named accounts. The provider now holds any number of named accounts — a work account next to a personal one, or a service-account token next to desktop-app biometrics — each scoping its own set of vaults. The settings card lists every account with independent edit and disconnect, existing single-account configs upgrade in place, and `op://` refs keep their vault-first addressing: a vault name that exists in more than one account is an explicit ambiguity error, never a silent pick.
15+
16+
- Updated dependencies [[`10e16a5`](https://github.com/UsefulSoftwareCo/executor/commit/10e16a5baa2648657b70038e7d11429c58e4d242), [`515d6aa`](https://github.com/UsefulSoftwareCo/executor/commit/515d6aa391a04a3579a7b10f974ec316a563cf7a), [`06bf742`](https://github.com/UsefulSoftwareCo/executor/commit/06bf74254f3432e8d75fd8b493ef7a435ea4bc84)]:
17+
- @executor-js/sdk@1.6.4
18+
- @executor-js/local@1.6.4
19+
- @executor-js/api@1.4.67
20+
- @executor-js/runtime-quickjs@1.6.4
21+
322
## 1.6.3
423

524
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "executor",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @executor-js/cloud
22

3+
## 1.4.65
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`10e16a5`](https://github.com/UsefulSoftwareCo/executor/commit/10e16a5baa2648657b70038e7d11429c58e4d242), [`9dcfaa5`](https://github.com/UsefulSoftwareCo/executor/commit/9dcfaa5ee8ad2ebc17407caf94d8d4dcf55e3562), [`515d6aa`](https://github.com/UsefulSoftwareCo/executor/commit/515d6aa391a04a3579a7b10f974ec316a563cf7a), [`06bf742`](https://github.com/UsefulSoftwareCo/executor/commit/06bf74254f3432e8d75fd8b493ef7a435ea4bc84)]:
8+
- @executor-js/sdk@1.6.4
9+
- @executor-js/react@1.4.67
10+
- @executor-js/plugin-mcp@1.6.4
11+
- @executor-js/api@1.4.67
12+
- @executor-js/execution@1.6.4
13+
- @executor-js/vite-plugin@0.0.64
14+
- @executor-js/cloudflare@0.0.46
15+
- @executor-js/host-mcp@1.4.4
16+
- @executor-js/mcp-apps-shell@1.4.15
17+
- @executor-js/runtime-dynamic-worker@1.4.4
18+
- @executor-js/plugin-graphql@1.6.4
19+
- @executor-js/plugin-openapi@1.6.4
20+
- @executor-js/plugin-toolkits@1.5.39
21+
- @executor-js/plugin-workos-vault@0.0.2
22+
- @executor-js/runtime-quickjs@1.6.4
23+
324
## 1.4.64
425

526
### Patch Changes

0 commit comments

Comments
 (0)