Skip to content

Version Packages - #28

Merged
CahidArda merged 1 commit into
mainfrom
changeset-release/main
Aug 31, 2026
Merged

Version Packages#28
CahidArda merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

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) to
    SandboxBackendHandle, so the Box-backed handle stopped satisfying the interface
    (TS2741: Property 'delete' is missing …). It now implements it: delete() calls
    box.delete() — Upstash Box's permanent teardown — instead of the box.pause()
    that stop()/shutdown() use to keep the box reattachable. Per eve's contract it
    destroys only disposable state: the prewarmed template snapshot and its Redis
    templateKey → snapshotId registry entry are left intact, so eve provisions the
    session's replacement box from the same template. Provider errors reject (eve then
    preserves the reconnect state for a retry), options.abortSignal is honoured before
    the call, and a deleted handle turns further delete/stop/shutdown calls into
    no-ops (eve still pauses deleted handles at server shutdown).

    The eve devDependency of packages/eve moves to ^0.47.3. The eve peer range
    stays >=0.32.0: the built dist names no post-0.32 type and was re-verified against
    eve 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 eve peer floor to >=0.47.0

    The extension is now built with eve 0.47.3, whose
    dist/extension/_manifest.json stamps formatVersion 2 and contracts
    extension 1 / tool 21 / dynamicTool 21 / hook 16 / instructions 2 /
    config 1 — up from tool 17 / dynamicTool 18 / hook 14 in the published
    0.7.0 build (eve 0.44.3). This supersedes the unreleased intermediate rebuilds
    on eve 0.45.0/0.45.2 (tool 18/19), which never shipped.

    eve 0.47.0 is the first release whose EXTENSION_CAPABILITY_CONTRACTS accept
    those 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 eve peer moves
    from ">=0.43.0" to ">=0.47.0". Verified by mounting the rebuilt extension in
    a 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

  • Updated dependencies [f426c7d]
    • @upstash/agentkit-eve@0.8.0

eve-extension-demo@0.0.7

Patch Changes

  • Updated dependencies [f426c7d]
    • @upstash/agentkit-eve-extension@0.8.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 29a1c60 to 02b2278 Compare August 31, 2026 08:38
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 02b2278 to 92a0a60 Compare August 31, 2026 10:07
@CahidArda
CahidArda merged commit 0e26aff into main Aug 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant