Skip to content
Merged
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
14 changes: 0 additions & 14 deletions .changeset/codex-plugins-no-credential.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/warm-stdio-mcp-pooling.md

This file was deleted.

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

## 1.6.5

### Patch Changes

- [#1863](https://github.com/UsefulSoftwareCo/executor/pull/1863) [`00c2ab7`](https://github.com/UsefulSoftwareCo/executor/commit/00c2ab789eef94efd9c05d389870566bba7111c2) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Adding a Codex plugin no longer asks for anything. `CODEX_HOME` is a path the
scanner already resolved, but it was passed on the channel that makes an
environment variable a credential — so the integration declared it as one, and
a person who reached the connect step was shown a masked field for a value
they should never have to know.

Stdio integrations can now carry non-secret environment as static
configuration, separate from declared secrets. The Codex plugins use it: they
declare no auth, and their connection is created for them.

- Updated dependencies []:
- @executor-js/local@1.6.5
- @executor-js/sdk@1.6.5
- @executor-js/runtime-quickjs@1.6.5
- @executor-js/api@1.4.68

## 1.6.4

### 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.4",
"version": "1.6.5",
"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.66

### Patch Changes

- Updated dependencies [[`00c2ab7`](https://github.com/UsefulSoftwareCo/executor/commit/00c2ab789eef94efd9c05d389870566bba7111c2), [`4d4ad7c`](https://github.com/UsefulSoftwareCo/executor/commit/4d4ad7c1d5690bc13ad37d9cdadf3775e464a3f5)]:
- @executor-js/plugin-mcp@1.6.5
- @executor-js/sdk@1.6.5
- @executor-js/runtime-quickjs@1.6.5
- @executor-js/execution@1.6.5
- @executor-js/plugin-graphql@1.6.5
- @executor-js/plugin-openapi@1.6.5
- @executor-js/api@1.4.68
- @executor-js/vite-plugin@0.0.65
- @executor-js/cloudflare@0.0.47
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.16
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/plugin-toolkits@1.5.40
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/react@1.4.68

## 1.4.65

### 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.65",
"version": "1.4.66",
"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.5

## 1.6.4

## 1.6.3
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.4",
"version": "1.6.5",
"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.47

### Patch Changes

- Updated dependencies [[`00c2ab7`](https://github.com/UsefulSoftwareCo/executor/commit/00c2ab789eef94efd9c05d389870566bba7111c2), [`4d4ad7c`](https://github.com/UsefulSoftwareCo/executor/commit/4d4ad7c1d5690bc13ad37d9cdadf3775e464a3f5)]:
- @executor-js/plugin-mcp@1.6.5
- @executor-js/sdk@1.6.5
- @executor-js/runtime-quickjs@1.6.5
- @executor-js/execution@1.6.5
- @executor-js/plugin-graphql@1.6.5
- @executor-js/plugin-openapi@1.6.5
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.12
- @executor-js/api@1.4.68
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.16
- @executor-js/plugin-encrypted-secrets@0.0.47
- @executor-js/plugin-provider-service-split@0.0.19
- @executor-js/plugin-toolkits@1.5.40
- @executor-js/react@1.4.68

## 0.0.46

### 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.46",
"version": "0.0.47",
"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.5

### Patch Changes

- Updated dependencies [[`00c2ab7`](https://github.com/UsefulSoftwareCo/executor/commit/00c2ab789eef94efd9c05d389870566bba7111c2), [`4d4ad7c`](https://github.com/UsefulSoftwareCo/executor/commit/4d4ad7c1d5690bc13ad37d9cdadf3775e464a3f5)]:
- @executor-js/plugin-mcp@1.6.5
- @executor-js/sdk@1.6.5
- @executor-js/runtime-quickjs@1.6.5
- @executor-js/execution@1.6.5
- @executor-js/config@1.6.5
- @executor-js/plugin-file-secrets@1.6.5
- @executor-js/plugin-graphql@1.6.5
- @executor-js/plugin-keychain@1.6.5
- @executor-js/plugin-onepassword@1.6.5
- @executor-js/plugin-openapi@1.6.5
- @executor-js/plugin-example@1.6.5
- @executor-js/plugin-desktop-settings@1.6.5
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.12
- @executor-js/api@1.4.68
- @executor-js/vite-plugin@0.0.65
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.16
- @executor-js/plugin-provider-service-split@0.0.19
- @executor-js/plugin-toolkits@1.5.40
- @executor-js/react@1.4.68

## 1.6.4

### 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.4",
"version": "1.6.5",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading
Loading