Skip to content

Commit a45ab7e

Browse files
Version Packages
1 parent f77aad3 commit a45ab7e

9 files changed

Lines changed: 16 additions & 36 deletions

.changeset/bright-owls-approve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-dragons-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clean-waves-workflow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fuzzy-lions-reason.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-agents-delegate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-pandas-connect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-sloths-attribute.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eve/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# eve
22

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- 78ef30a: Standardize authored tools and connections on an `approval` function that receives the active session context and returns AI SDK 7 approval statuses, with synchronous and asynchronous policies supported. Boolean results remain supported as aliases for user approval and no approval, schedules no longer accept approval configuration, and no AI SDK 6 `needsApproval` adapter remains.
8+
- 5c32eb0: Remove `defineAgent({ experimental: { codeMode } })` and the `EVE_EXPERIMENTAL_CODE_MODE` fallback. Tools are always exposed directly to the model; model-authored JavaScript orchestration remains available through the experimental `Workflow` tool for subagents and remote agents.
9+
10+
### Patch Changes
11+
12+
- 91e43ae: Upgrade eve to the stable AI SDK 7 release and copy vendored AI SDK declarations directly from the installed packages. Newly scaffolded pnpm workspaces now exempt the AI SDK, Vercel, and Workflow package families from minimum release age checks.
13+
- 89969b2: Add a top-level `defineAgent({ reasoning })` option that forwards provider-agnostic reasoning effort to the agent's turn model calls.
14+
- 5c32eb0: Strengthen the built-in `agent` tool guidance so models know when and how to split large tasks across a fixed batch of parallel recursive calls.
15+
- 7c532fe: MCP and OpenAPI connections can now resolve `auth` providers and headers from the active session context, enabling per-caller and per-tenant credentials.
16+
- 72b3d0e: Keep Slack sender ids attached to their message text and add an opt-in `threadContext` setting that injects ID-attributed thread replies since a configurable boundary. Workflow titles retain the original Slack text, while later turns and authorization prompts consistently use the current caller.
17+
318
## 0.13.8
419

520
### Patch Changes

packages/eve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eve",
3-
"version": "0.13.8",
3+
"version": "0.14.0",
44
"private": false,
55
"description": "Filesystem-first framework for durable backend AI agents that run anywhere.",
66
"keywords": [

0 commit comments

Comments
 (0)