diff --git a/.changeset/expose-tool-context-name.md b/.changeset/expose-tool-context-name.md deleted file mode 100644 index ba693dfe7..000000000 --- a/.changeset/expose-tool-context-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -`ToolContext` now exposes `toolName`, the final runtime tool name, so executors can share routing, authorization, and observability logic without duplicating path-derived or qualified names. diff --git a/.changeset/fix-windows-dev-schedule-dispatch.md b/.changeset/fix-windows-dev-schedule-dispatch.md deleted file mode 100644 index 0b79985ff..000000000 --- a/.changeset/fix-windows-dev-schedule-dispatch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -The `eve dev` schedule dispatch route now reuses the module loader path resolved when the server is built, preventing module resolution failures in the bundled Windows dev server. diff --git a/.changeset/tame-teams-hitl.md b/.changeset/tame-teams-hitl.md deleted file mode 100644 index c9104a8e8..000000000 --- a/.changeset/tame-teams-hitl.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -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. diff --git a/.changeset/tidy-workflow-config.md b/.changeset/tidy-workflow-config.md deleted file mode 100644 index 6cc02679e..000000000 --- a/.changeset/tidy-workflow-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": minor ---- - -Replace the `ExperimentalWorkflow` marker with `experimental_workflow(options)` and move the per-program `maxSubagents` setting from `defineAgent({ limits })` to that Workflow tool definition. diff --git a/.changeset/warm-prebuilt-builds.md b/.changeset/warm-prebuilt-builds.md deleted file mode 100644 index ec31fba12..000000000 --- a/.changeset/warm-prebuilt-builds.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Local `vercel build` runs now select the hosted Workflow runtime and prewarm sandbox templates, so their output can be deployed with `vercel deploy --prebuilt`. Builds that require templates fail with setup guidance when Vercel OIDC credentials are unavailable instead of emitting broken prebuilt output. diff --git a/packages/eve/CHANGELOG.md b/packages/eve/CHANGELOG.md index 0ff5ba935..d9184d296 100644 --- a/packages/eve/CHANGELOG.md +++ b/packages/eve/CHANGELOG.md @@ -1,5 +1,18 @@ # eve +## 0.24.0 + +### Minor Changes + +- 1f85922: Replace the `ExperimentalWorkflow` marker with `experimental_workflow(options)` and move the per-program `maxSubagents` setting from `defineAgent({ limits })` to that Workflow tool definition. + +### Patch Changes + +- ce5c06d: `ToolContext` now exposes `toolName`, the final runtime tool name, so executors can share routing, authorization, and observability logic without duplicating path-derived or qualified names. +- e0f09b4: The `eve dev` schedule 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 build` runs now select the hosted Workflow runtime and prewarm sandbox templates, so their output can be deployed with `vercel deploy --prebuilt`. Builds that require templates fail with setup guidance when Vercel OIDC credentials are unavailable instead of emitting broken prebuilt output. + ## 0.23.0 ### Minor Changes diff --git a/packages/eve/package.json b/packages/eve/package.json index 84ca84f0f..952e17b31 100644 --- a/packages/eve/package.json +++ b/packages/eve/package.json @@ -1,6 +1,6 @@ { "name": "eve", - "version": "0.23.0", + "version": "0.24.0", "private": false, "description": "Filesystem-first framework for durable backend AI agents that run anywhere.", "keywords": [