0.9.0 — Cleaner installs
Install-correctness release. payload-agent now shares the host app's chat instead of bundling a conflicting copy.
chatis now a peer dependency — the plugin uses the single copy your@chat-adapter/*resolves, fixing the duplicate-chattype error (_subjectPromise) and removing thepnpm.overrides.chatworkaround.- Inlined the in-memory state adapter — no
@chat-adapter/*runtime dependency, so it can't introduce a secondchat. - New
payload-agent/nextexport — aserverExternalPackageslist to spread intonext.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.