Version Packages - #28
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 31, 2026 08:38
29a1c60 to
02b2278
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 31, 2026 10:07
02b2278 to
92a0a60
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
@upstash/agentkit-eve@0.8.0
Minor Changes
f426c7d: feat(eve/sandbox): implement the
delete()sandbox-handle method (eve 0.47)eve 0.47.0 added a required
delete(options?: SandboxDeleteOptions)toSandboxBackendHandle, so the Box-backed handle stopped satisfying the interface(
TS2741: Property 'delete' is missing …). It now implements it:delete()callsbox.delete()— Upstash Box's permanent teardown — instead of thebox.pause()that
stop()/shutdown()use to keep the box reattachable. Per eve's contract itdestroys only disposable state: the prewarmed template snapshot and its Redis
templateKey → snapshotIdregistry entry are left intact, so eve provisions thesession's replacement box from the same template. Provider errors reject (eve then
preserves the reconnect state for a retry),
options.abortSignalis honoured beforethe call, and a deleted handle turns further
delete/stop/shutdowncalls intono-ops (eve still pauses deleted handles at server shutdown).
The
evedevDependency ofpackages/evemoves to^0.47.3. Theevepeer rangestays
>=0.32.0: the builtdistnames no post-0.32 type and was re-verified againsteve 0.32.0 and 0.46.1.
@upstash/agentkit-eve-extension@0.8.0
Minor Changes
f426c7d: fix!: rebuild against eve 0.47.3 and raise the
evepeer floor to>=0.47.0The extension is now built with eve 0.47.3, whose
dist/extension/_manifest.jsonstamps formatVersion 2 and contractsextension 1 / tool 21 / dynamicTool 21 / hook 16 / instructions 2 /
config 1 — up from tool 17 / dynamicTool 18 / hook 14 in the published
0.7.0build (eve 0.44.3). This supersedes the unreleased intermediate rebuildson eve 0.45.0/0.45.2 (tool 18/19), which never shipped.
eve 0.47.0 is the first release whose
EXTENSION_CAPABILITY_CONTRACTSacceptthose contracts (0.46.1 tops out at tool 20 / hook 15; 0.45.1–0.46.0 at tool 19 /
hook 14; 0.45.0 at tool 18; 0.43.0–0.44.4 at tool 17), so the
evepeer movesfrom
">=0.43.0"to">=0.47.0". Verified by mounting the rebuilt extension ina real eve app: it builds on eve 0.47.0 and fails on 0.46.1. Contribution
contracts move in patch releases, so always re-derive the floor from the freshly
built manifest.
No extension source changed; all packages build, typecheck, lint and pass their
tests against eve 0.47.3.
eve-demo@0.0.9
Patch Changes
eve-extension-demo@0.0.7
Patch Changes