Bump to eve 0.45.2 and correct the extension's peer floor to >=0.45.1 - #29
Merged
Conversation
- devDependency on eve raised to ^0.45.2 across packages/eve, packages/eve-extension, examples/eve-demo, examples/eve-extension-demo - packages/eve-extension peer floor corrected from >=0.45.0 (stale: fails the tool-19 manifest contract) to >=0.45.1 (empirically the first eve release that satisfies it) - packages/eve peer floor left at >=0.32.0 (deliberate SandboxBackendHandle.stop() floor; nothing in this bump requires raising it) - corrected the still-unreleased eve-045-upgrade changeset's now-false version/contract claims, added a new changeset for this bump - updated README/AGENTS.md/CLAUDE.md version references
Two changeset files described the same version bump; folded eve-0452-upgrade.md into eve-045-upgrade.md and corrected the merged text to describe the change from the consumer's perspective (published 0.7.0's >=0.43.0 floor, tool 17 manifest) rather than the never-released intermediate. @upstash/agentkit-eve stays out of the changeset since only its devDependency moved, which never reaches its published tarball.
CahidArda
approved these changes
Aug 31, 2026
upstash-tag Bot
added a commit
that referenced
this pull request
Aug 31, 2026
…et into the 0.47.3 one `.changeset/eve-045-upgrade.md` (from #29) and the 0.47.3 changeset both bumped @upstash/agentkit-eve-extension minor with contradictory peer floors (`>=0.45.1` vs `>=0.47.0`), and 0.45.2 never shipped. Replace both with a single `eve-extension-047-rebuild.md` describing the final state relative to the last published build (0.7.0, eve 0.44.3, tool 17 / dynamicTool 18 / hook 14, peer `>=0.43.0`). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CahidArda
pushed a commit
that referenced
this pull request
Aug 31, 2026
…eve 0.47.3 (#30) * feat(eve/sandbox): implement the eve 0.47 `delete()` handle method eve 0.47.0 made `delete(options?: SandboxDeleteOptions)` a required member of `SandboxBackendHandle`, so the Box-backed handle no longer satisfied the interface (TS2741). Implement it with `box.delete()` — Box's permanent teardown — rather than the `box.pause()` that `stop`/`shutdown` use to keep the box reattachable. The prewarmed template snapshot and its Redis registry entry are deliberately left alone (reusable state eve re-provisions from); errors reject; `abortSignal` is honoured; a deleted handle no-ops further teardown calls. Bumps the `eve` devDependency of packages/eve to ^0.47.3; the peer stays `>=0.32.0` (dist re-verified against eve 0.32.0 and 0.46.1). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * chore!: move the whole repo to eve 0.47.3 and raise the extension peer floor to >=0.47.0 Bumps the remaining `eve` pins (packages/eve-extension, examples/eve-demo, examples/eve-extension-demo) from ^0.45.2 to ^0.47.3, matching packages/eve. Rebuilding packages/eve-extension on 0.47.3 re-stamps its compatibility manifest to tool 21 / dynamicTool 21 / hook 16 (instructions 2, config 1, extension 1, formatVersion 2), up from tool 19 / dynamicTool 19 / hook 14. eve 0.47.0 is the oldest release whose EXTENSION_CAPABILITY_CONTRACTS accept those, so the peer floor moves >=0.45.1 -> >=0.47.0; verified by mounting the rebuilt extension in examples/eve-extension-demo (builds on 0.47.0, fails on 0.46.1). packages/eve keeps its `eve` peer at >=0.32.0: its shipped dist names no post-0.32 type and still typechecks against eve 0.32.0, 0.46.1 and 0.47.3. Docs updated (root CLAUDE.md, eve-extension README + AGENTS.md) and a changeset added for the extension's peer-floor bump. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * chore(changeset): fold main's unreleased eve-0.45.2 extension changeset into the 0.47.3 one `.changeset/eve-045-upgrade.md` (from #29) and the 0.47.3 changeset both bumped @upstash/agentkit-eve-extension minor with contradictory peer floors (`>=0.45.1` vs `>=0.47.0`), and 0.45.2 never shipped. Replace both with a single `eve-extension-047-rebuild.md` describing the final state relative to the last published build (0.7.0, eve 0.44.3, tool 17 / dynamicTool 18 / hook 14, peer `>=0.43.0`). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * docs: record the one-changeset-per-package rule in CLAUDE.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: upstash-tag[bot] <313023939+upstash-tag[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Bumps the
evepin to 0.45.2 across the repo (packages, examples). Rebuilding the extension against it re-stamps its manifest's tool contract from 18 to 19, so the extension'sevepeer floor moves from>=0.45.0to>=0.45.1(0.45.0 cannot satisfy tool 19; 0.45.1 is the first patch that can) —packages/eve's peer floor needs no change. No source changes were required anywhere. Includes a single terse changeset for the extension's version bump, and a few corrected version/fact lines in CLAUDE.md — kept intentionally short, proportionate to a version bump rather than a narrative writeup.Built by upstash-tag · mission
a49a8452-8b90-4d4d-8148-bc7802a21249·eve/0.45.2-upgrade→main· $17.80