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
7 changes: 0 additions & 7 deletions .changeset/local-native-elicitation-streaming.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.41

### Patch Changes

- [#1556](https://github.com/UsefulSoftwareCo/executor/pull/1556) [`f674fb8`](https://github.com/UsefulSoftwareCo/executor/commit/f674fb80eebd597f922edd5ec21b8035ab195a78) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Fix: native MCP elicitation now reaches clients on the local HTTP endpoint instead of timing out**

The local daemon's Streamable HTTP transport ran with `enableJsonResponse: true`, which buffers a `tools/call` into a single JSON body and leaves no open stream for the server to write on. A server-to-client `elicitation/create` raised during that call was therefore never delivered, and approval-gated tools failed with a `-32001` request timeout even though the session had negotiated `elicitation_mode=native` and the client's `elicitation.form` capability. The transport now uses the spec-default SSE streaming, so the reverse request rides the originating tool call's stream — matching the Cloudflare host's behaviour.

- Updated dependencies []:
- @executor-js/sdk@1.5.41
- @executor-js/runtime-quickjs@1.5.41
- @executor-js/local@1.5.41
- @executor-js/api@1.4.61

## 1.5.40

### 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.40",
"version": "1.5.41",
"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.59

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.41
- @executor-js/runtime-quickjs@1.5.41
- @executor-js/execution@1.5.41
- @executor-js/plugin-graphql@1.5.41
- @executor-js/plugin-mcp@1.5.41
- @executor-js/plugin-openapi@1.5.41
- @executor-js/api@1.4.61
- @executor-js/vite-plugin@0.0.58
- @executor-js/cloudflare@0.0.40
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.9
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/plugin-toolkits@1.5.33
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/react@1.4.61

## 1.4.58

### 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.58",
"version": "1.4.59",
"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.41

## 1.5.40

## 1.5.39
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.40",
"version": "1.5.41",
"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.40

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.41
- @executor-js/runtime-quickjs@1.5.41
- @executor-js/execution@1.5.41
- @executor-js/plugin-graphql@1.5.41
- @executor-js/plugin-mcp@1.5.41
- @executor-js/plugin-openapi@1.5.41
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.5
- @executor-js/api@1.4.61
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.9
- @executor-js/plugin-encrypted-secrets@0.0.40
- @executor-js/plugin-provider-service-split@0.0.12
- @executor-js/plugin-toolkits@1.5.33
- @executor-js/react@1.4.61

## 0.0.39

### 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.39",
"version": "0.0.40",
"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.5.41

### Patch Changes

- Updated dependencies []:
- @executor-js/sdk@1.5.41
- @executor-js/runtime-quickjs@1.5.41
- @executor-js/execution@1.5.41
- @executor-js/config@1.5.41
- @executor-js/plugin-file-secrets@1.5.41
- @executor-js/plugin-graphql@1.5.41
- @executor-js/plugin-keychain@1.5.41
- @executor-js/plugin-mcp@1.5.41
- @executor-js/plugin-onepassword@1.5.41
- @executor-js/plugin-openapi@1.5.41
- @executor-js/plugin-example@1.5.41
- @executor-js/plugin-desktop-settings@1.5.41
- @executor-js/app@1.4.4
- @executor-js/analytics@0.1.5
- @executor-js/api@1.4.61
- @executor-js/vite-plugin@0.0.58
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.9
- @executor-js/plugin-provider-service-split@0.0.12
- @executor-js/plugin-toolkits@1.5.33
- @executor-js/react@1.4.61

## 1.5.40

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