chore: version packages - #113
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 28, 2026 18:04
0aaa6ca to
2c3e696
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 28, 2026 18:35
2c3e696 to
d26a088
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 28, 2026 19:04
d26a088 to
25d5eec
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.13.0
Minor Changes
d5ea800Thanks @HugoRCD! - Add five tools (84 total):getWorkflowJobLogsreads a workflow job's log output, returning the lastmaxLineslines (default 200, max 2000) with per-line timestamps stripped to keep token usage low.listPullRequestReviewThreadslists PR review threads via GraphQL with resolution state and the IDs needed to reply or resolve — unresolved threads only and truncated comment bodies by default (status: 'all',detail: 'full'to override).replyToReviewCommentandresolveReviewThreadanswer and close review threads, anddeleteBranchdeletes a branch — all three are write tools requiring approval by default. Presets updated:ci-ops,security-audit, andrepo-explorergain job logs;code-reviewandpr-authorgain the review-thread tools;pr-authoralso gainsdeleteBranch.Patch Changes
#114
09aeafbThanks @HugoRCD! - Object-shaped eveApprovalConfigurationvalues ({ request, response }) passed viarequireApprovaloroverrides.approvalare now honored instead of being silently replaced byalways(). Configurations pass through todefineToolunchanged so aresponseauthorizer survives. Also declares the tested eve peer range (>=0.44.0 <0.48.0instead of>=0.19.0) and deprecatesMISSING_EVE_MESSAGE, which has not been thrown since eve moved to static imports.#116
c38cb9bThanks @HugoRCD! - Internal refactor: introduceGITHUB_TOOL_CATALOGas the single source of truth for tool metadata.GITHUB_TOOL_NAMES,GITHUB_WRITE_TOOLS,TOOL_CONNECT_SCOPES, and the eve tool registry are now derived from it instead of being maintained as parallel hand-written registries. No public API changes.@github-tools/eve-extension@0.5.0
Minor Changes
d5ea800Thanks @HugoRCD! - Add five tools (84 total):getWorkflowJobLogsreads a workflow job's log output, returning the lastmaxLineslines (default 200, max 2000) with per-line timestamps stripped to keep token usage low.listPullRequestReviewThreadslists PR review threads via GraphQL with resolution state and the IDs needed to reply or resolve — unresolved threads only and truncated comment bodies by default (status: 'all',detail: 'full'to override).replyToReviewCommentandresolveReviewThreadanswer and close review threads, anddeleteBranchdeletes a branch — all three are write tools requiring approval by default. Presets updated:ci-ops,security-audit, andrepo-explorergain job logs;code-reviewandpr-authorgain the review-thread tools;pr-authoralso gainsdeleteBranch.Patch Changes
#112
790f68dThanks @HugoRCD! - Registerapprovalas a directdefineToolproperty so eve 0.44+ can stamp a durableapprovalRequestdescriptor. Write tools no longer cause the resolver to discard the whole GitHub toolset. Requireseve>=0.44.0.#114
09aeafbThanks @HugoRCD! - ValidaterequireApprovalandoverrideskeys against the GitHub tool catalog at mount time — a mistyped tool name now fails config validation instead of being silently ignored. The eve peer range is bounded to the tested versions (>=0.44.0 <0.48.0).Updated dependencies [
d5ea800,09aeafb,c38cb9b]: