fix(eve): rebuild the extension against eve 0.63 - #150
Merged
Merged
Conversation
eve 0.63.0 drops tool contracts 44 to 52, so the 0.7.2 build (contract 52) no longer mounts on the newest eve. Rebuilding lands on tool 53 / dynamicTool 51 with no source change; build, durable schema verification, typecheck and tests pass.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Thank you for following the naming conventions! 🙏 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Merged
This branch was successfully deployed
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.
Summary
Rebuilds
@github-tools/eve-extensionagainst eve 0.63.0.eve 0.63.0 accepts tool contracts
[1..13, 29..32, 34, 35, 53]and dynamicTool[..., 51]. It dropped 44 through 52 in one release, and the published 0.7.2 build requires tool 52 / dynamicTool 50, so any agent on eve 0.63 failseve buildwith the extension rejected at discovery. This is the same shape as #146, one release later.evedevDependency (extension)eve(examples/eve,packages/github-toolsdev)requires.tool/dynamicToolNo source change was needed; the durable callback and schema shape from #146 still transforms cleanly on 0.63. Docs and the skill say "built against eve 0.63".
Validation (Node 24, same steps as
eve-canary)turbo run build --filter=@github-tools/eve: extension and example agent buildscripts/verify-eve-schema-transform.mjson the example bundle: pass@github-tools/sdkand@github-tools/eve-extension: 107 tests passAfter merge
Releasing 0.7.3 unblocks consumers on eve 0.63 (evloghq/evlog#704 is pinned to 0.62.0 for this reason). Given how often eve rotates the contract, each eve bump here is a rebuild plus a patch release; the canary will flag the next one.