chore: bump to eve 0.49.0, raise eve-extension peer floor to >=0.48.0 - #34
Merged
Conversation
eve's tool contribution contract moved twice since the repo's 0.47.6 pin (22->23 in 0.47.7, 23->24 in 0.48.0), so rebuilding @upstash/agentkit-eve-extension against eve 0.49.0 re-stamps tool 24 and makes the currently-declared >=0.47.5 peer floor stale: 0.47.5/0.47.6/0.47.7 all install cleanly and then fail 'eve build'. Raises the floor to >=0.48.0, the oldest eve verified to actually build the rebuilt manifest. @upstash/agentkit-eve's peer floor (>=0.32.0) is unchanged - its sandbox-backend.d.ts is byte-identical between 0.47.6 and 0.49.0. Folds the prior unreleased eve-extension-0476-rebuild changeset (never published, superseded by this bump) into a single changeset describing the final state from the last published 0.8.0 baseline.
CahidArda
approved these changes
Sep 2, 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.
eve's tool contribution contract moved twice since the repo's current 0.47.6 pin (22→23 in 0.47.7, 23→24 in 0.48.0). Rebuilding
@upstash/agentkit-eve-extensionagainst eve 0.49.0 re-stamps its manifest to tool 24, which makes the currently-declaredevepeer floor (>=0.47.5) stale: eve 0.47.5, 0.47.6 and 0.47.7 all install cleanly and then faileve buildwith "Selected module binding … has no compile or runtime usage." This raises the floor to>=0.48.0, the oldest eve verified end-to-end (packed dist into a real consumer app) to actually build the rebuilt manifest.@upstash/agentkit-eve's peer floor (>=0.32.0) needed no change — its sandbox-backend type surface is byte-identical between 0.47.6 and 0.49.0, soSandboxBackendHandlegained no new required member.Every
evepin in the repo (both packages' devDependency, both eve example apps) moves to^0.49.0; install/build/typecheck/lint/tests/example-builds/mocked-model-eval all pass. The prior unreleasedeve-extension-0476-rebuildchangeset (from PR #31/#32, never actually published) is folded into a single changeset describing the final state relative to the last version that was published (0.8.0, built with eve 0.47.3, floor>=0.47.0), rather than left as a second, now-inaccurate pending entry. CLAUDE.md, the extension's README and AGENTS.md are updated to match, plus a note on thepnpm@11.5.3manage-package-manager-versionssetup gotcha hit while verifying this.Built by upstash-tag · mission
6b4bdfb9-68c3-44cd-b235-bac3600b02a0·chore/eve-0.49.0-upgrade→main· $9.24