Patch Changes
- 8c00b8e: Upload Slack responses longer than the native Markdown limit as Markdown snippets. Preserve upload errors for channel error logging instead of replacing them with a generic notice.
- 11320e1: Enable the built-in Vercel Agent Runs instrumentation for Preview deployments as well as Production deployments.
- 8c8888e: Normalize mixed provider-executed and local tool calls into replay-safe history so Gemini conversations can continue after the tool results are persisted.
- 09df32c: Adds
experimental.workflow.retentiontodefineAgent, which forwards a run's data-retention preference to the durable runtime. Set it to0to have a run's payloads, streams, and event log deleted as soon as the run finishes instead of kept for the world's default period. - 05d2047: Keep Vercel sandbox template records persistent and replace session sandboxes whose saved filesystem snapshot is no longer available. Ambiguous session creation failures no longer delete the shared template record.