chore: bump to eve 0.52.2, raise eve-extension peer floor to >=0.52.2 - #35
Merged
Conversation
CahidArda
approved these changes
Sep 8, 2026
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.
The published
@upstash/agentkit-eve-extension@0.9.0(built against eve 0.49.0) failseve buildon current eve@latest (0.52.2) — eve 0.50.0+ dropped the contract versions (tool 24, dynamicTool 21, hook 16) its manifest requires, so the extension mounts nothing and eve reports the misleading "has no compile or runtime usage" error.@upstash/agentkit-evewas unaffected.This bumps every
evepin in the repo to 0.52.2, rebuilds the extension so its manifest re-stamps the current contracts (tool 30, dynamicTool 29, hook 20), and raises its peer floor from>=0.48.0to>=0.52.2— confirmed by packing the rebuilt dist into a real eve app: 0.52.1 installs but failseve build, 0.52.2 builds and mounts all 7 tools plus the hook.@upstash/agentkit-eve's peer floor (>=0.32.0) is untouched: its rebuilt dist is byte-identical to the published 0.9.0 and typechecks clean across the whole version range. No source changed — build, typecheck, tests, example builds and the mocked-model eval are all green against 0.52.2 (the repo's 11 pre-existing test failures are a live-Redis index-count cap on the throwaway instance, reproduced identically on unmodifiedmain, unrelated to this bump). CLAUDE.md and the extension's README/AGENTS.md version references are updated to match, and one changeset covers the extension's published change.Built by upstash-tag · mission
4fb31071-7a11-4693-9ab0-1644cbac0de6·chore/eve-0.52.2→main· $7.04