chore: version packages - #102
Merged
Merged
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 25, 2026 13:36
4f2baa3 to
249675b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 25, 2026 22:07
249675b to
940a62a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 06:06
940a62a to
07b759b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 06:20
07b759b to
7d06507
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 08:57
7d06507 to
daf649c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 09:00
daf649c to
c6847cc
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 09:39
c6847cc to
b4e07b1
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 09:42
b4e07b1 to
f9671f3
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 09:51
f9671f3 to
78f5800
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
@github-tools/sdk@1.12.0
Minor Changes
584817cThanks @HugoRCD! - Object-shaped tool results now includerateLimit(remaining,limit,reset,resource) from the last GitHub response. The field is stripped before the model sees the output. Array-shaped list tools are unchanged. 403/429 errors include remaining/reset in the message.Patch Changes
#107
2edd9eaThanks @HugoRCD! -connectGithubTokennow passesVERCEL_OIDC_TOKENto Connect asvercelTokenso local eve/workflow steps do not fail looking for a.vercelproject root.#100
0a9eae4Thanks @HugoRCD! - Apply built-in evetoModelOutputformatters through an inline callback that only closes over the tool name. On eve 0.44.x this keeps tools likegetFileContentfrom failing durable-descriptor validation and dropping the whole GitHub toolset.#108
5bbcab1Thanks @HugoRCD! - Eve GitHub tool execute now returns{ error }on failure instead of throwing, so the model always gets atool_resultand the turn does not die withMODEL_CALL_FAILED.#101
ade87daThanks @HugoRCD! - Skip the REST update whenupdatePullRequestis called with onlydraft. Octokit was sending an empty PATCH body (''), which GitHub rejects with 400 before the GraphQL draft mutation could run.@github-tools/eve-extension@0.4.0
Minor Changes
96059c2Thanks @ycarmel! - Accept an async token provider in the extension'stokenconfig (string | (() => Promise<string>)), matching the SDK'sGithubTokenInput. Agents authenticating with a GitHub App can pass their installation-token minter directly instead of falling back to the@github-tools/sdk/eve-runtimesubpath.Patch Changes
#100
0a9eae4Thanks @HugoRCD! - Apply built-in evetoModelOutputformatters through an inline callback that only closes over the tool name. On eve 0.44.x this keeps tools likegetFileContentfrom failing durable-descriptor validation and dropping the whole GitHub toolset.Updated dependencies [
2edd9ea,0a9eae4,5bbcab1,584817c,ade87da]: