diff --git a/.changeset/modern-undici-dispatcher.md b/.changeset/modern-undici-dispatcher.md deleted file mode 100644 index 97de02718..000000000 --- a/.changeset/modern-undici-dispatcher.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Upgrade the runtime HTTP client to undici 8 while preserving Node fetch compatibility for SSRF-safe web requests. diff --git a/.changeset/update-workflow-beta-dependencies.md b/.changeset/update-workflow-beta-dependencies.md deleted file mode 100644 index 8f967b1f2..000000000 --- a/.changeset/update-workflow-beta-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Update the bundled Workflow runtime dependencies to their latest 5.0 beta releases. diff --git a/.changeset/wise-dev-prompts.md b/.changeset/wise-dev-prompts.md deleted file mode 100644 index 88ce4658d..000000000 --- a/.changeset/wise-dev-prompts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Invoke an agent without a TUI using `eve invoke`, which returns pretty JSON at terminal or blocking events. Durable session coordinates support follow-up turns, human input, authorization, interrupted waits, and machine discovery through `--json-schema`. diff --git a/packages/eve/CHANGELOG.md b/packages/eve/CHANGELOG.md index a757e518d..7972a2f29 100644 --- a/packages/eve/CHANGELOG.md +++ b/packages/eve/CHANGELOG.md @@ -1,5 +1,13 @@ # eve +## 0.27.12 + +### Patch Changes + +- 9df880e: Upgrade the runtime HTTP client to undici 8 while preserving Node fetch compatibility for SSRF-safe web requests. +- 9ddb890: Update the bundled Workflow runtime dependencies to their latest 5.0 beta releases. +- c27b44a: Invoke an agent without a TUI using `eve invoke`, which returns pretty JSON at terminal or blocking events. Durable session coordinates support follow-up turns, human input, authorization, interrupted waits, and machine discovery through `--json-schema`. + ## 0.27.11 ### Patch Changes diff --git a/packages/eve/package.json b/packages/eve/package.json index a77220b82..d90bde11a 100644 --- a/packages/eve/package.json +++ b/packages/eve/package.json @@ -1,6 +1,6 @@ { "name": "eve", - "version": "0.27.11", + "version": "0.27.12", "private": false, "description": "Filesystem-first framework for durable backend AI agents that run anywhere.", "keywords": [