Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/connection-create-conflict.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/dcr-reconnect-through-registration.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-plugin-sdk-root-imports.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/health-verdict-revalidate.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/mcp-oauth-refresh-reauthorization.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/olive-moons-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/onepassword-multiple-accounts.md

This file was deleted.

19 changes: 19 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# executor

## 1.6.4

### Patch Changes

- [#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
value, URL fragment, and userinfo component is stripped from exported span
URLs — no parameter name is trusted — on every exporter path: the cloud span
processors, the self-host OTLP exporter, the browser client's OTLP exporter,
and the forwarded browser trace batches. User-supplied MCP endpoints are
sanitized before being stamped onto spans.

- [#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.

- 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)]:
- @executor-js/sdk@1.6.4
- @executor-js/local@1.6.4
- @executor-js/api@1.4.67
- @executor-js/runtime-quickjs@1.6.4

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "executor",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"bin": {
"executor": "./bin/executor.ts"
Expand Down
21 changes: 21 additions & 0 deletions apps/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @executor-js/cloud

## 1.4.65

### Patch Changes

- 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)]:
- @executor-js/sdk@1.6.4
- @executor-js/react@1.4.67
- @executor-js/plugin-mcp@1.6.4
- @executor-js/api@1.4.67
- @executor-js/execution@1.6.4
- @executor-js/vite-plugin@0.0.64
- @executor-js/cloudflare@0.0.46
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.15
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/plugin-graphql@1.6.4
- @executor-js/plugin-openapi@1.6.4
- @executor-js/plugin-toolkits@1.5.39
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/runtime-quickjs@1.6.4

## 1.4.64

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/cloud",
"version": "1.4.64",
"version": "1.4.65",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @executor-js/desktop

## 1.6.4

## 1.6.3

## 1.6.2
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/desktop",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"homepage": "https://github.com/UsefulSoftwareCo/executor",
"license": "MIT",
Expand Down
21 changes: 21 additions & 0 deletions apps/host-selfhost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @executor-js/host-selfhost

## 0.0.46

### Patch Changes

- 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)]:
- @executor-js/sdk@1.6.4
- @executor-js/react@1.4.67
- @executor-js/plugin-mcp@1.6.4
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.11
- @executor-js/api@1.4.67
- @executor-js/execution@1.6.4
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.15
- @executor-js/plugin-encrypted-secrets@0.0.46
- @executor-js/plugin-graphql@1.6.4
- @executor-js/plugin-openapi@1.6.4
- @executor-js/plugin-provider-service-split@0.0.18
- @executor-js/plugin-toolkits@1.5.39
- @executor-js/runtime-quickjs@1.6.4

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/host-selfhost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/host-selfhost",
"version": "0.0.45",
"version": "0.0.46",
"private": true,
"type": "module",
"exports": {
Expand Down
27 changes: 27 additions & 0 deletions apps/local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @executor-js/local

## 1.6.4

### Patch Changes

- Updated dependencies [[`10e16a5`](https://github.com/UsefulSoftwareCo/executor/commit/10e16a5baa2648657b70038e7d11429c58e4d242), [`9dcfaa5`](https://github.com/UsefulSoftwareCo/executor/commit/9dcfaa5ee8ad2ebc17407caf94d8d4dcf55e3562), [`939b96f`](https://github.com/UsefulSoftwareCo/executor/commit/939b96f694a420cd6151c4e402cff7f1ab4b327a), [`515d6aa`](https://github.com/UsefulSoftwareCo/executor/commit/515d6aa391a04a3579a7b10f974ec316a563cf7a), [`06bf742`](https://github.com/UsefulSoftwareCo/executor/commit/06bf74254f3432e8d75fd8b493ef7a435ea4bc84)]:
- @executor-js/sdk@1.6.4
- @executor-js/react@1.4.67
- @executor-js/plugin-file-secrets@1.6.4
- @executor-js/plugin-keychain@1.6.4
- @executor-js/plugin-mcp@1.6.4
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.11
- @executor-js/api@1.4.67
- @executor-js/config@1.6.4
- @executor-js/execution@1.6.4
- @executor-js/vite-plugin@0.0.64
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.15
- @executor-js/plugin-desktop-settings@1.6.4
- @executor-js/plugin-example@1.6.4
- @executor-js/plugin-graphql@1.6.4
- @executor-js/plugin-onepassword@1.6.4
- @executor-js/plugin-openapi@1.6.4
- @executor-js/plugin-provider-service-split@0.0.18
- @executor-js/plugin-toolkits@1.5.39
- @executor-js/runtime-quickjs@1.6.4

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@executor-js/local",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading
Loading