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