Releases: UsefulSoftwareCo/executor
Release list
v1.5.34
v1.5.33
Patch Changes
-
#1404
5e0dd15Thanks @RhysSullivan! - The provider service split boot migration now skips an org whose Google or Microsoft integration cannot be migrated (for example a config without a stored specHash) instead of failing the whole migration and blocking server startup. A daemon that does fail during boot now exits with the underlying error message instead of hanging with a generic "Unknown error". -
Updated dependencies []:
- @executor-js/local@1.4.4
- @executor-js/sdk@1.5.33
- @executor-js/runtime-quickjs@1.5.33
- @executor-js/api@1.4.53
v1.5.32
Patch Changes
-
#1395
d90d8beThanks @RhysSullivan! - Policy create now defaults a new rule's position below any more-specific existing rule on the server, so a broad rule written without an explicit position (stale UI, API, agent tool) cannot shadow an existing narrower rule. -
#1394
1ca5111Thanks @RhysSullivan! - Ship the platform workerd binary in the self-host Docker runtime; without it custom app tools failed to sync or invoke with "workerd is unavailable on this platform". -
Updated dependencies []:
- @executor-js/sdk@1.5.32
- @executor-js/runtime-quickjs@1.5.32
- @executor-js/local@1.4.4
- @executor-js/api@1.4.52
v1.5.31
Patch Changes
-
#1390
d95e63cThanks @RhysSullivan! - Ship @cloudflare/worker-bundler in the self-host Docker runtime so the server starts; it was resolved at runtime since the dynamic Worker bundler change but never copied into the image. -
Updated dependencies []:
- @executor-js/local@1.4.4
- @executor-js/sdk@1.5.31
- @executor-js/runtime-quickjs@1.5.31
- @executor-js/api@1.4.51
v1.5.30
Patch Changes
-
#1371
262fc3eThanks @RhysSullivan! - Explain 401s from a hosted server as a sign-in problem with the exactexecutor logincommand to run, instead of surfacing a raw decode error.executor loginnow defaults to https://executor.sh when no server is specified, and profile plumbing stays out of messages unless you address servers by name. -
#1375
0f81165Thanks @RhysSullivan! - Run cloud custom tool bundling in a dynamically loaded Worker so dependency installation and bundling do not share the serving request isolate. -
#1349
a7e3091Thanks @RhysSullivan! - Back-stop code execution with a host-side timeout so a wedged sandbox delivers a descriptive error instead of hanging silently. -
#1351
93b000aThanks @RhysSullivan! - Let stock MCP clients auto-reconnect and recover a tool result when a POST stream drops mid-call. -
#1345
c46730bThanks @RhysSullivan! - Preserve MCP tool results across dropped streamable HTTP SSE connections. -
#1357
4c319eeThanks @RhysSullivan! - Throw a guidance error when sandbox code enumerates thetoolsproxy (Object.keys, spread,for...in) instead of returning an empty list, pointing agents attools.search(). -
#1352
8bdf315Thanks @RhysSullivan! - Treat a transient WorkOS outage during the MCP live-membership check as a retryable 503 instead of a Forbidden that destroys the session. -
Updated dependencies []:
- @executor-js/sdk@1.5.30
- @executor-js/runtime-quickjs@1.5.30
- @executor-js/local@1.4.4
- @executor-js/api@1.4.50
v1.5.29
Patch Changes
-
#1341
5656c3eThanks @RhysSullivan! - Fix 1Password desktop-app connections failing with "undefined is not a constructor (evaluating 'new n.DesktopAuth(...)')" in packaged builds. The compiled binary now bundles the 1Password SDK's wasm core correctly and falls back to a copy shipped next to the binary, so vault listing and secret resolution work without theopCLI installed. -
Updated dependencies []:
- @executor-js/sdk@1.5.29
- @executor-js/runtime-quickjs@1.5.29
- @executor-js/local@1.4.4
- @executor-js/api@1.4.49
v1.5.28
Patch Changes
- Updated dependencies [
1c48182]:- @executor-js/sdk@1.5.28
- @executor-js/local@1.4.4
- @executor-js/api@1.4.48
- @executor-js/runtime-quickjs@1.5.28
v1.5.27
Patch Changes
- Updated dependencies [
c7ab1e2]:- @executor-js/api@1.4.47
- @executor-js/local@1.4.4
- @executor-js/sdk@1.5.27
- @executor-js/runtime-quickjs@1.5.27
v1.5.26
Patch Changes
-
#1221
3606317Thanks @RhysSullivan! - Send correctCache-Controlheaders for the self-hosted web app. The SPA shell (index.html) and its client-route fallbacks are now served withno-cache, so a new deploy is picked up on the next visit instead of the browser rendering a stale UI from cache until a hard refresh. Content-hashed/assets/*are servedimmutableand cached long-term. -
Updated dependencies []:
- @executor-js/sdk@1.5.26
- @executor-js/runtime-quickjs@1.5.26
- @executor-js/local@1.4.4
- @executor-js/api@1.4.46
v1.5.25
Patch Changes
- Updated dependencies []:
- @executor-js/local@1.4.4
- @executor-js/sdk@1.5.25
- @executor-js/runtime-quickjs@1.5.25
- @executor-js/api@1.4.45