v2.0.0 — The agent release
This is the biggest architecture change since launch. Poesius moves from a single generation pipeline to a supervisor-orchestrated, multi-agent system, and ships two new ways to build on top of it.
New: multi-agent architecture
A supervisor agent now reads every request and routes it to the specialist built for the job:
- Generation agent — builds new decks from documents, notes, or a brief.
- Analysis agent — reads long source material and works out narrative and structure.
- Enhancement agent — upgrades an existing, messy deck to deliverable quality.
- Refinement agent — makes the one small fix you asked for, without touching anything else.
Practically, this means a two-sentence edit and a 40-slide rebuild both get expert-level handling, and asking for a single change no longer risks regenerating the whole deck.
New: Editor SDK (@poesius/editor)
Embed the Poesius editor directly in your product. Your backend mints a short-lived session token; the SDK mounts a hosted, sandboxed editor and bridges events back to your UI — you keep your auth, your users, and your product chrome.
PoesiusEditor— full chat + canvas experience.PoesiusCanvas— canvas only, for partners running their own AI or chat layer on top.
New: MCP tools for agents
Claude, ChatGPT, and custom agents can now call Poesius directly over MCP: generate_presentation_content, slide_from_content, refine_slide, and list_conversations. Same design system and native .pptx output as the web app and add-in — just agent-driven.
Also in this release
- 30+ native chart patterns (waterfalls, Mekkos, football fields) built as real OOXML — double-click to edit the underlying data.
- Stickers: leave plain-English instructions on any slide and batch-apply them across the deck.
- Deck Kit: lock in chrome, fonts, and branding so long decks stay consistent without a manual review pass.