chore(repo): version packages - #581
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.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 17:21
b4a0e43 to
ffda1fe
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 17:25
ffda1fe to
0732543
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 18:49
0732543 to
623bc65
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 21:38
623bc65 to
5e82a25
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 21:51
5e82a25 to
9bc51e8
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 15, 2026 08:51
4af7b0d to
03ee4c9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 15, 2026 09:15
03ee4c9 to
d4dd934
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 15, 2026 09:17
d4dd934 to
3a4ada5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 15, 2026 09:35
3a4ada5 to
7e262b0
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
evlog@2.27.0
Minor Changes
#622
1704339Thanks @evlogai! - Theevlog/evewide event now records which AI provider (deployment) served each turn. Theai.modelfield continues to carry the gateway slug (e.g.deepseek/deepseek-v4-flash), while the newai.providerfield reports the resolved provider (e.g.deepseek), extracted from the model id eve reports onsession.started. Cost-per-provider analysis no longer requires cross-referencing the rate card against the model catalogue.#580
c40e0fdThanks @evlogai! - Theevlog/eveintegration now records how much context each tool result added.ai.tools[]gains aninputTokensfield per tool, measured as the input-token delta between the step that called the tool and the step that consumed its result, so the tool that dominates a turn's context shows up without a manual before/after diff. Parallel tool results in one step share the delta evenly; a result whose delta crosses a compaction or context reset is left unset rather than mis-attributed.@evlog/cli@0.5.3
Patch Changes
1704339,c40e0fd]: