Skip to content

0.9.0 — Cleaner installs

Choose a tag to compare

@aamdmn aamdmn released this 08 Jun 14:21
· 5 commits to main since this release
26e4395

Install-correctness release. payload-agent now shares the host app's chat instead of bundling a conflicting copy.

  • chat is now a peer dependency — the plugin uses the single copy your @chat-adapter/* resolves, fixing the duplicate-chat type error (_subjectPromise) and removing the pnpm.overrides.chat workaround.
  • Inlined the in-memory state adapter — no @chat-adapter/* runtime dependency, so it can't introduce a second chat.
  • New payload-agent/next export — a serverExternalPackages list to spread into next.config, kept correct across upgrades.

Breaking: you install neither chat (your adapter brings it) nor zod (bundled). Keep all @chat-adapter/* on one release line and remove any pnpm.overrides.chat.