Skip to content

fix(eve-extension): rebuild on eve 0.25 dist extension format - #13

Merged
CahidArda merged 2 commits into
mainfrom
DX-2846-eve-bump
Jul 20, 2026
Merged

fix(eve-extension): rebuild on eve 0.25 dist extension format#13
CahidArda merged 2 commits into
mainfrom
DX-2846-eve-bump

Conversation

@CahidArda

Copy link
Copy Markdown
Collaborator

Re-scaffold the package with eve 0.25's extension packaging (npx eve extension init) and move the extension source over unchanged. eve 0.25 ships prebuilt dist/extension + a compatibility manifest instead of source the consumer recompiles, and rejects the old format at discovery ('must declare eve.extension.dist').

This fixes installing the extension from npm: the compiled dist resolves @upstash/agentkit-sdk from the extension's own package, so consumers no longer need to install the sdk themselves (verified end-to-end in a standalone pnpm consumer against the packed tarball: tools, dynamic search, chat capture). Consumers still declare @upstash/redis - their own mount file imports the s schema builder from it.

Also bumps eve to ^0.25.2 across the repo (single lockfile copy; the eve adapter's API is unchanged 0.24->0.25, peer range stays >=0.24.0) and keeps the eve peer of the extension as the scaffold's wildcard - the built manifest, not the range, is the compatibility tie.

Known upstream issue (not ours): eve dev fails to load extensions installed as real directories (npm/yarn hoisted layouts) - its dev-snapshot module-map uses a relative ../../node_modules path. pnpm symlink installs and production eve build both work.

Re-scaffold the package with eve 0.25's extension packaging (npx eve extension
init) and move the extension source over unchanged. eve 0.25 ships prebuilt
dist/extension + a compatibility manifest instead of source the consumer
recompiles, and rejects the old format at discovery ('must declare
eve.extension.dist').

This fixes installing the extension from npm: the compiled dist resolves
@upstash/agentkit-sdk from the extension's own package, so consumers no longer
need to install the sdk themselves (verified end-to-end in a standalone pnpm
consumer against the packed tarball: tools, dynamic search, chat capture).
Consumers still declare @upstash/redis - their own mount file imports the s
schema builder from it.

Also bumps eve to ^0.25.2 across the repo (single lockfile copy; the eve
adapter's API is unchanged 0.24->0.25, peer range stays >=0.24.0) and keeps
the eve peer of the extension as the scaffold's wildcard - the built manifest,
not the range, is the compatibility tie.

Known upstream issue (not ours): eve dev fails to load extensions installed
as real directories (npm/yarn hoisted layouts) - its dev-snapshot module-map
uses a relative ../../node_modules path. pnpm symlink installs and production
eve build both work.
@linear-code

linear-code Bot commented Jul 20, 2026

Copy link
Copy Markdown

DX-2846

…earch

A bare mount needs no extra installs; the redis package is required only when
the consumer's own mount file imports the s schema builder for search config.
@CahidArda
CahidArda merged commit c198499 into main Jul 20, 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