Skip to content

chore: bump to eve 0.52.3, raise eve-extension peer floor to >=0.52.3 - #39

Open
upstash-tag[bot] wants to merge 1 commit into
mainfrom
chore/eve-0.52.3
Open

chore: bump to eve 0.52.3, raise eve-extension peer floor to >=0.52.3#39
upstash-tag[bot] wants to merge 1 commit into
mainfrom
chore/eve-0.52.3

Conversation

@upstash-tag

@upstash-tag upstash-tag Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Note

upstash-tag is still working on this. The description and evidence below
are rewritten when the mission finishes — follow it live.

Moves every eve pin in the repo (packages/eve, packages/eve-extension, examples/eve-demo, examples/eve-extension-demo) from ^0.52.2 to ^0.52.3, the current npm latest. Rebuilding packages/eve-extension against 0.52.3 re-stamps its compatibility manifest (tool 30→32, dynamicTool 29→31, hook 20→22), so its eve peer floor moves >=0.52.2>=0.52.3 to match what the rebuilt dist actually requires — otherwise the next publish would silently claim support for 0.52.2 it no longer has.

packages/eve only moves its devDependency: its built dist is byte-identical before and after the bump (diffed directly), so it ships no changeset — only @upstash/agentkit-eve-extension gets one, worded against the last published version (0.10.0) per the repo's one-changeset-per-changed-package convention. CLAUDE.md, the extension's README and AGENTS.md are updated to match the new version/contract numbers.

Verified: a fresh npm consumer installing eve@latest + both packages @latest builds clean today (this bump doesn't fix a break — eve 0.52.3 kept accepting the old contract 30, it just added newer ones); the repo builds, typechecks and lints clean with these pins; and the rebuilt extension mounts correctly under 0.52.3 in a packed-tarball check. Redis-backed tests and the mocked eval could not be exercised in this sandbox (*.upstash.io egress is blocked here) but nothing in that path depends on the eve version.


Built by upstash-tag · mission bb023ce4-de82-43db-8931-828ecf139ff4 · chore/eve-0.52.3main

Rebuilds packages/eve-extension against eve 0.52.3, re-stamping its compatibility manifest (tool 30->32, dynamicTool 29->31, hook 20->22) and raising its eve peer floor to match. packages/eve's devDependency moves too but its published dist is byte-identical (verified by diffing dist/ built against 0.52.2 vs 0.52.3), so it gets no changeset. Docs (CLAUDE.md, eve-extension README/AGENTS.md) updated to match.
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.

0 participants