chore(repo): version packages - #2
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
March 24, 2026 02:31
df25707 to
95119b9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 4, 2026 02:44
95119b9 to
71c8940
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 12, 2026 02:58
71c8940 to
dab6cb0
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
April 23, 2026 02:59
1cdcf71 to
b8bc7b1
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 5, 2026 03:26
23be4b9 to
170cbb7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 11, 2026 03:56
df28792 to
fee8377
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 25, 2026 04:24
1f0ecde to
5f43aa5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 31, 2026 04:23
5da4d0a to
6be1aa1
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
June 14, 2026 04:29
58e2d01 to
4ae190f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 2, 2026 04:01
4ae190f to
605dde9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 13, 2026 03:26
90a5ce4 to
88881ac
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 28, 2026 02:54
cf47fb9 to
eb98bce
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
August 11, 2026 02:14
7dce89d to
e2a8b8a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 16, 2026 01:40
d3ba562 to
31bd68c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
August 19, 2026 01:36
628a34d to
8f9d3dd
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 20, 2026 01:28
8f9d3dd to
e16238a
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]: