Skip to content

Commit 5d476a8

Browse files
Version Packages
1 parent 349b049 commit 5d476a8

72 files changed

Lines changed: 389 additions & 106 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/graph-slice-urls-first-class.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/graph-spec-slices.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-mcp-client-module.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mcp-namespace-search-tools.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/openapi-streaming-preview.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slim-search-tools.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/storage-error-shaping.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# executor
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#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**
8+
9+
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.
10+
11+
- [#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`.
12+
13+
- Updated dependencies [[`55180cb`](https://github.com/UsefulSoftwareCo/executor/commit/55180cb1487f9a3a28ddc0ee0bedfab8464c1f72)]:
14+
- @executor-js/sdk@1.6.1
15+
- @executor-js/api@1.4.64
16+
- @executor-js/local@1.6.1
17+
- @executor-js/runtime-quickjs@1.6.1
18+
319
## 1.6.0
420

521
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "executor",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @executor-js/cloud
22

3+
## 1.4.62
4+
5+
### Patch Changes
6+
7+
- 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), [`55180cb`](https://github.com/UsefulSoftwareCo/executor/commit/55180cb1487f9a3a28ddc0ee0bedfab8464c1f72)]:
8+
- @executor-js/plugin-openapi@1.6.1
9+
- @executor-js/plugin-mcp@1.6.1
10+
- @executor-js/execution@1.6.1
11+
- @executor-js/sdk@1.6.1
12+
- @executor-js/api@1.4.64
13+
- @executor-js/runtime-dynamic-worker@1.4.4
14+
- @executor-js/cloudflare@0.0.43
15+
- @executor-js/host-mcp@1.4.4
16+
- @executor-js/mcp-apps-shell@1.4.12
17+
- @executor-js/vite-plugin@0.0.61
18+
- @executor-js/plugin-graphql@1.6.1
19+
- @executor-js/plugin-toolkits@1.5.36
20+
- @executor-js/plugin-workos-vault@0.0.2
21+
- @executor-js/react@1.4.64
22+
- @executor-js/runtime-quickjs@1.6.1
23+
324
## 1.4.61
425

526
### Patch Changes

0 commit comments

Comments
 (0)