Version Packages#410
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2aac330 to
e575050
Compare
e575050 to
6c1e419
Compare
6c1e419 to
ce5b886
Compare
ce5b886 to
b7ead47
Compare
106bffd to
e23a90c
Compare
e23a90c to
fbf1b01
Compare
fbf1b01 to
dc37ea4
Compare
1fa6bc0 to
e75a8c4
Compare
e75a8c4 to
790c7ea
Compare
790c7ea to
43b8019
Compare
43b8019 to
71d016e
Compare
71d016e to
7e93a93
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.17.2
Patch Changes
defineAgent({ limits: { maxSubagentDepth } }). At the limit, eve no longer advertises subagent tools and blocks stale delegated calls before starting another child session.Workfloworchestration tool root-only. Delegated subagent sessions can still call visible subagent tools directly until the configured depth cap, but eve no longer advertisesWorkflowfrom those child sessions.eveChannel()auth forGET /eve/v1/infoso remoteeve devcan authenticate with the same policy as the session routes.limits.maxInputTokensPerSessionandlimits.maxOutputTokensPerSessionto stop a durable session from starting more model calls after its accumulated provider-reported input or output token usage reaches the configured cap. Root sessions default to a 40M input-token budget, delegated subagent sessions default to 5M, and authored input limits override those defaults.dev:eve,build:eve, andstart:evescripts to generated Web Chat projects so users can run the embedded eve app directly when needed.