Minor Changes
- 52e89ef: Add
delete()to the runtime sandbox handle for permanently deleting the current session sandbox and reprovisioning it on the next access. Docker handles stay bound to one physical container, and sandboxonSessioncallbacks now receive session metadata throughctxwhile usinguse()for sandbox access.
Patch Changes
- a3b23c0: Eval contexts and sessions now expose a formatted
transcriptof observed user and assistant messages, which can be passed directly to an LLM judge for multi-turn conversation grading. - 56514d9: Models with slug ending in
-thinkingare now resolved to the
correct model instead of failing withdoes not have known AI Gateway context window metadataerror or silently using the base model's context window. - 41c8286: Restore Bash process substitution in Vercel sandboxes by providing the standard
/dev/fdpath whenever eve creates or resumes a sandbox session. - bdb3973: Preserve schedule provenance when a handler starts a session with user credentials. Scheduled background-task launches now stay silent instead of sending a launch acknowledgement, and schedule-created workflow runs expose
$eve.schedulefor attribution. - fccbf2b: Fix a TypeScript error in the generated Web Chat
tool.tsxwheretrimEndwas called onstring | numbervalues returned by the tool output helper.