Version Packages#289
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ee8b7f9 to
6f8f0db
Compare
6f8f0db to
5d7be54
Compare
5d7be54 to
2caf2e1
Compare
b52424f to
0907e61
Compare
0907e61 to
062d1cf
Compare
062d1cf to
a8a0c94
Compare
a8a0c94 to
a45ab7e
Compare
a45ab7e to
bd98dac
Compare
bd98dac to
9543662
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
eve@0.14.0
Minor Changes
approvalfunction 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 6needsApprovaladapter remains.defineAgent({ experimental: { codeMode } })and theEVE_EXPERIMENTAL_CODE_MODEfallback. Tools are always exposed directly to the model; model-authored JavaScript orchestration remains available through the experimentalWorkflowtool for subagents and remote agents.Patch Changes
Workflowfan-out so concurrent subagent calls dispatch together, replay in deterministic program order, and resume reliably across runtime isolates. Generated pnpm workspaces now exempt the bundled code-mode package from release-age gating so fresh eve releases install immediately.defineAgent({ reasoning })option that forwards provider-agnostic reasoning effort to the agent's turn model calls.agenttool guidance so models know when and how to split large tasks across a fixed batch of parallel recursive calls.authproviders and headers from the active session context, enabling per-caller and per-tenant credentials.threadContextsetting 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.