Minor Changes
- 1f85922: Replace the
ExperimentalWorkflowmarker withexperimental_workflow(options)and move the per-programmaxSubagentssetting fromdefineAgent({ limits })to that Workflow tool definition.
Patch Changes
- ce5c06d:
ToolContextnow exposestoolName, the final runtime tool name, so executors can share routing, authorization, and observability logic without duplicating path-derived or qualified names. - e0f09b4: The
eve devschedule dispatch route now reuses the module loader path resolved when the server is built, preventing module resolution failures in the bundled Windows dev server. - d194243: Fix Microsoft Teams HITL cards to show tool arguments, resume the recorded channel thread for message and invoke submissions, and authorize submissions as the Teams user who clicked the card.
- 4649f70: Local
vercel buildruns now select the hosted Workflow runtime and prewarm sandbox templates, so their output can be deployed withvercel deploy --prebuilt. Builds that require templates fail with setup guidance when Vercel OIDC credentials are unavailable instead of emitting broken prebuilt output.