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/graph-slice-urls-first-class.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/graph-spec-slices.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-mcp-client-module.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mcp-namespace-search-tools.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openapi-streaming-preview.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slim-search-tools.md

This file was deleted.

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

## 1.6.1

### Patch Changes

- [#1741](https://github.com/UsefulSoftwareCo/executor/pull/1741) [`62748e8`](https://github.com/UsefulSoftwareCo/executor/commit/62748e86122b747226c76c2e112c5c4d2b4f7095) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Opt-in per-integration search tools on the MCP surface**

Connecting with `?search_tools=true` (stdio: `executor mcp --search-tools`) adds one minimally-described `search_<integration>` MCP tool per connected integration, so the integration namespaces reach the model as tool names it can see without calling anything. Each call routes through the same flow as `tools.search({ namespace })` inside `execute`, and the tool list comes from the same inventory the `execute` description shows. Off by default; a clean endpoint URL is unchanged.

- [#1749](https://github.com/UsefulSoftwareCo/executor/pull/1749) [`d4afe0c`](https://github.com/UsefulSoftwareCo/executor/commit/d4afe0c79f146dd169a00988a2d5d0469297be19) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Slim the per-integration `search_<integration>` tool definitions to under half their size: one shared one-line description (the tool name already carries the namespace) and a single bare `query` parameter, dropping the `limit`/`offset` knobs. A session pays for these definitions once per connected integration, so the surface now costs ~2k tokens instead of ~5k at 30 integrations; paging through a namespace belongs in `execute`.

- Updated dependencies []:
- @executor-js/local@1.6.1
- @executor-js/api@1.4.64
- @executor-js/sdk@1.6.1
- @executor-js/runtime-quickjs@1.6.1

## 1.6.0

### 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.0",
"version": "1.6.1",
"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.62

### Patch Changes

- Updated dependencies [[`7c12aee`](https://github.com/UsefulSoftwareCo/executor/commit/7c12aeea390225291ce4c97865b392237ee7934d), [`ddbf0fe`](https://github.com/UsefulSoftwareCo/executor/commit/ddbf0feba38c8502d78fa20c3081391b8ba3d112), [`91062c2`](https://github.com/UsefulSoftwareCo/executor/commit/91062c2b1d7b8edbc8470ca5eaa544045652afaa), [`62748e8`](https://github.com/UsefulSoftwareCo/executor/commit/62748e86122b747226c76c2e112c5c4d2b4f7095), [`0007474`](https://github.com/UsefulSoftwareCo/executor/commit/0007474602d8da3642648f216bfdb0f09eb0914f), [`d4afe0c`](https://github.com/UsefulSoftwareCo/executor/commit/d4afe0c79f146dd169a00988a2d5d0469297be19)]:
- @executor-js/plugin-openapi@1.6.1
- @executor-js/plugin-mcp@1.6.1
- @executor-js/execution@1.6.1
- @executor-js/runtime-dynamic-worker@1.4.4
- @executor-js/api@1.4.64
- @executor-js/cloudflare@0.0.43
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.12
- @executor-js/plugin-graphql@1.6.1
- @executor-js/plugin-toolkits@1.5.36
- @executor-js/react@1.4.64
- @executor-js/plugin-workos-vault@0.0.2
- @executor-js/sdk@1.6.1
- @executor-js/runtime-quickjs@1.6.1
- @executor-js/vite-plugin@0.0.61

## 1.4.61

### 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.61",
"version": "1.4.62",
"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.1

## 1.6.0

## 1.5.42
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.0",
"version": "1.6.1",
"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.43

### Patch Changes

- Updated dependencies [[`7c12aee`](https://github.com/UsefulSoftwareCo/executor/commit/7c12aeea390225291ce4c97865b392237ee7934d), [`ddbf0fe`](https://github.com/UsefulSoftwareCo/executor/commit/ddbf0feba38c8502d78fa20c3081391b8ba3d112), [`91062c2`](https://github.com/UsefulSoftwareCo/executor/commit/91062c2b1d7b8edbc8470ca5eaa544045652afaa), [`62748e8`](https://github.com/UsefulSoftwareCo/executor/commit/62748e86122b747226c76c2e112c5c4d2b4f7095), [`0007474`](https://github.com/UsefulSoftwareCo/executor/commit/0007474602d8da3642648f216bfdb0f09eb0914f), [`d4afe0c`](https://github.com/UsefulSoftwareCo/executor/commit/d4afe0c79f146dd169a00988a2d5d0469297be19)]:
- @executor-js/plugin-openapi@1.6.1
- @executor-js/plugin-mcp@1.6.1
- @executor-js/execution@1.6.1
- @executor-js/plugin-provider-service-split@0.0.15
- @executor-js/analytics@0.1.8
- @executor-js/api@1.4.64
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.12
- @executor-js/plugin-graphql@1.6.1
- @executor-js/plugin-toolkits@1.5.36
- @executor-js/react@1.4.64
- @executor-js/app@1.4.4
- @executor-js/sdk@1.6.1
- @executor-js/runtime-quickjs@1.6.1
- @executor-js/plugin-encrypted-secrets@0.0.43

## 0.0.42

### 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.42",
"version": "0.0.43",
"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.1

### Patch Changes

- Updated dependencies [[`7c12aee`](https://github.com/UsefulSoftwareCo/executor/commit/7c12aeea390225291ce4c97865b392237ee7934d), [`ddbf0fe`](https://github.com/UsefulSoftwareCo/executor/commit/ddbf0feba38c8502d78fa20c3081391b8ba3d112), [`91062c2`](https://github.com/UsefulSoftwareCo/executor/commit/91062c2b1d7b8edbc8470ca5eaa544045652afaa), [`62748e8`](https://github.com/UsefulSoftwareCo/executor/commit/62748e86122b747226c76c2e112c5c4d2b4f7095), [`0007474`](https://github.com/UsefulSoftwareCo/executor/commit/0007474602d8da3642648f216bfdb0f09eb0914f), [`d4afe0c`](https://github.com/UsefulSoftwareCo/executor/commit/d4afe0c79f146dd169a00988a2d5d0469297be19)]:
- @executor-js/plugin-openapi@1.6.1
- @executor-js/plugin-mcp@1.6.1
- @executor-js/execution@1.6.1
- @executor-js/plugin-provider-service-split@0.0.15
- @executor-js/analytics@0.1.8
- @executor-js/api@1.4.64
- @executor-js/host-mcp@1.4.4
- @executor-js/mcp-apps-shell@1.4.12
- @executor-js/plugin-graphql@1.6.1
- @executor-js/plugin-onepassword@1.6.1
- @executor-js/plugin-toolkits@1.5.36
- @executor-js/react@1.4.64
- @executor-js/app@1.4.4
- @executor-js/sdk@1.6.1
- @executor-js/runtime-quickjs@1.6.1
- @executor-js/config@1.6.1
- @executor-js/plugin-file-secrets@1.6.1
- @executor-js/plugin-keychain@1.6.1
- @executor-js/plugin-example@1.6.1
- @executor-js/plugin-desktop-settings@1.6.1
- @executor-js/vite-plugin@0.0.61

## 1.6.0

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