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
5 changes: 0 additions & 5 deletions .changeset/emit-return-content.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/oauth-dead-grant-classification.md

This file was deleted.

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

## 1.5.38

### Patch Changes

- [#1511](https://github.com/UsefulSoftwareCo/executor/pull/1511) [`7eb795d`](https://github.com/UsefulSoftwareCo/executor/commit/7eb795dda19c6177ad3bd590005eca1e326f760c) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Fix: `execute` scripts that both `emit()` output and `return` a value no longer lose the returned value in MCP clients that ignore `structuredContent` — the return value is now appended to the tool-result content after the emitted items**

- [#1507](https://github.com/UsefulSoftwareCo/executor/pull/1507) [`541549a`](https://github.com/UsefulSoftwareCo/executor/commit/541549a5dd8806f45b1a01ea6f4fa18ac41f53b1) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Fix: OAuth refresh rejections with non-spec error bodies (e.g. Datadog) now surface as expired connections with a reconnect path, and definitively dead refresh tokens are no longer retried against the authorization server**

- Updated dependencies []:
- @executor-js/sdk@1.5.38
- @executor-js/runtime-quickjs@1.5.38
- @executor-js/local@1.4.4
- @executor-js/api@1.4.58

## 1.5.37

### 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.5.37",
"version": "1.5.38",
"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.56

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.38
- @executor-js/runtime-quickjs@1.5.38
- @executor-js/execution@1.5.38
- @executor-js/plugin-graphql@1.5.38
- @executor-js/plugin-mcp@1.5.38
- @executor-js/plugin-openapi@1.5.38
- @executor-js/api@1.4.58
- @executor-js/vite-plugin@0.0.55
- @executor-js/cloudflare@0.0.37
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.6
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/plugin-toolkits@1.5.30
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/react@1.4.58

## 1.4.55

### 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.55",
"version": "1.4.56",
"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.5.38

## 1.5.37

## 1.5.36
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.5.37",
"version": "1.5.38",
"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.37

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.38
- @executor-js/runtime-quickjs@1.5.38
- @executor-js/execution@1.5.38
- @executor-js/plugin-graphql@1.5.38
- @executor-js/plugin-mcp@1.5.38
- @executor-js/plugin-openapi@1.5.38
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.2
- @executor-js/api@1.4.58
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.6
- @executor-js/plugin-encrypted-secrets@0.0.37
- @executor-js/plugin-provider-service-split@0.0.9
- @executor-js/plugin-toolkits@1.5.30
- @executor-js/react@1.4.58

## 0.0.36

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