diff --git a/.changeset/curated-directory-connection-presets.md b/.changeset/curated-directory-connection-presets.md deleted file mode 100644 index e2cac3d4d..000000000 --- a/.changeset/curated-directory-connection-presets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -The shared integrations catalog gains 33 curated MCP connections from the Vercel Connect preset directory (Airtable, Stripe, Sentry, Supabase, Zapier, and more) for the docs integrations gallery, and the connection scaffolder now skips gallery-only catalog entries, so the `eve connections add` picker is unchanged. diff --git a/.changeset/hide-extensions-nav.md b/.changeset/hide-extensions-nav.md deleted file mode 100644 index 4fcbe8d0f..000000000 --- a/.changeset/hide-extensions-nav.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Keep the mounted extensions guide out of the docs sidebar for now. The page stays at `/docs/extensions`, but the feature isn't surfaced in the nav while its API stabilizes. diff --git a/.changeset/named-next-agents.md b/.changeset/named-next-agents.md deleted file mode 100644 index 6a22efa99..000000000 --- a/.changeset/named-next-agents.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Add named multi-agent routing to `withEve` and `useEveAgent`. Next.js apps can now configure multiple eve roots with `agents`, then target one from the frontend with `useEveAgent({ agent: "name" })`. diff --git a/.changeset/remote-agent-runtime-url.md b/.changeset/remote-agent-runtime-url.md deleted file mode 100644 index 6b560eca1..000000000 --- a/.changeset/remote-agent-runtime-url.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -`defineRemoteAgent` now accepts a function for `url`, resolved at runtime instead of baked at compile time. Return a `string` (or `Promise`) from `() => process.env.MY_SERVICE_URL` to target an endpoint supplied by a runtime env var, known only once the deployment runs. diff --git a/packages/eve/CHANGELOG.md b/packages/eve/CHANGELOG.md index f70f84ce8..310d26442 100644 --- a/packages/eve/CHANGELOG.md +++ b/packages/eve/CHANGELOG.md @@ -1,5 +1,14 @@ # eve +## 0.22.4 + +### Patch Changes + +- b5aedaf: The shared integrations catalog gains 33 curated MCP connections from the Vercel Connect preset directory (Airtable, Stripe, Sentry, Supabase, Zapier, and more) for the docs integrations gallery, and the connection scaffolder now skips gallery-only catalog entries, so the `eve connections add` picker is unchanged. +- edc93cc: Keep the mounted extensions guide out of the docs sidebar for now. The page stays at `/docs/extensions`, but the feature isn't surfaced in the nav while its API stabilizes. +- f00f084: Add named multi-agent routing to `withEve` and `useEveAgent`. Next.js apps can now configure multiple eve roots with `agents`, then target one from the frontend with `useEveAgent({ agent: "name" })`. +- f83d47d: `defineRemoteAgent` now accepts a function for `url`, resolved at runtime instead of baked at compile time. Return a `string` (or `Promise`) from `() => process.env.MY_SERVICE_URL` to target an endpoint supplied by a runtime env var, known only once the deployment runs. + ## 0.22.3 ### Patch Changes diff --git a/packages/eve/package.json b/packages/eve/package.json index 96933ab20..715436a17 100644 --- a/packages/eve/package.json +++ b/packages/eve/package.json @@ -1,6 +1,6 @@ { "name": "eve", - "version": "0.22.3", + "version": "0.22.4", "private": false, "description": "Filesystem-first framework for durable backend AI agents that run anywhere.", "keywords": [