Skip to content

Commit b029643

Browse files
Version Packages (#1536)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab61051 commit b029643

69 files changed

Lines changed: 373 additions & 87 deletions

Some content is hidden

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

.changeset/avoid-sandbox-file-decoding.md

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

.changeset/reconnect-health-refresh.md

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

.changeset/short-pandas-sniff.md

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

.changeset/tidy-donkeys-repeat.md

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

apps/cli/CHANGELOG.md

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

3+
## 1.5.40
4+
5+
### Patch Changes
6+
7+
- [#1528](https://github.com/UsefulSoftwareCo/executor/pull/1528) [`676af1a`](https://github.com/UsefulSoftwareCo/executor/commit/676af1a78301d83cdab52b0389b4c67ed07ae872) Thanks [@baggiiiie](https://github.com/baggiiiie)! - Prevent execute agents from attempting unsupported base64 decoding by directing file payloads through ToolFile emission and bodyBase64 forwarding.
8+
9+
- [#1545](https://github.com/UsefulSoftwareCo/executor/pull/1545) [`df62bb3`](https://github.com/UsefulSoftwareCo/executor/commit/df62bb3c8753edf2db32cb45961cf1723114ea2d) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Fix: reconnecting an OAuth connection now refreshes its health status in place — no page reload needed**
10+
11+
Completing a reconnect previously left the stale "Expired" verdict on the connection row (and the integrations-list summary) until a hard refresh. Re-minting now clears the persisted verdict, and the UI re-probes as soon as the refreshed connection arrives.
12+
13+
- [#1534](https://github.com/UsefulSoftwareCo/executor/pull/1534) [`80e5530`](https://github.com/UsefulSoftwareCo/executor/commit/80e553026278b1ecd7807f1ba99ba13b19d2c336) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Report the real product surface and version in the integrations.sh registry user-agent. The daemon previously sent `local` with a version frozen at 1.4.4; it now reports `cli` or `desktop` (matching analytics surfaces) and `@executor-js/local` is versioned with the release train.
14+
15+
- Updated dependencies [[`8ba64f6`](https://github.com/UsefulSoftwareCo/executor/commit/8ba64f675f6d6ab5302d4f68390c0b055d006f4a), [`80e5530`](https://github.com/UsefulSoftwareCo/executor/commit/80e553026278b1ecd7807f1ba99ba13b19d2c336)]:
16+
- @executor-js/sdk@1.5.40
17+
- @executor-js/local@1.5.40
18+
- @executor-js/api@1.4.60
19+
- @executor-js/runtime-quickjs@1.5.40
20+
321
## 1.5.39
422

523
### 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.5.39",
3+
"version": "1.5.40",
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.58
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8ba64f6`](https://github.com/UsefulSoftwareCo/executor/commit/8ba64f675f6d6ab5302d4f68390c0b055d006f4a)]:
8+
- @executor-js/sdk@1.5.40
9+
- @executor-js/api@1.4.60
10+
- @executor-js/execution@1.5.40
11+
- @executor-js/vite-plugin@0.0.57
12+
- @executor-js/cloudflare@0.0.39
13+
- @executor-js/host-mcp@1.4.4
14+
- @executor-js/mcp-apps-shell@1.4.8
15+
- @executor-js/runtime-dynamic-worker@1.4.4
16+
- @executor-js/plugin-graphql@1.5.40
17+
- @executor-js/plugin-mcp@1.5.40
18+
- @executor-js/plugin-openapi@1.5.40
19+
- @executor-js/plugin-toolkits@1.5.32
20+
- @executor-js/plugin-workos-vault@0.0.2
21+
- @executor-js/react@1.4.60
22+
- @executor-js/runtime-quickjs@1.5.40
23+
324
## 1.4.57
425

526
### Patch Changes

apps/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/cloud",
3-
"version": "1.4.57",
3+
"version": "1.4.58",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/desktop/CHANGELOG.md

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

3+
## 1.5.40
4+
35
## 1.5.39
46

57
## 1.5.38

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/desktop",
3-
"version": "1.5.39",
3+
"version": "1.5.40",
44
"private": true,
55
"homepage": "https://github.com/UsefulSoftwareCo/executor",
66
"license": "MIT",

0 commit comments

Comments
 (0)