Changelog

What's new in Decision Memos.

v1.1.0February 13, 2026

SDK monetisation split

Free SDK

  • New MultiModelQuery class — query 4 models in parallel with typed responses
  • createMultiModelQuery() factory — reads API keys from env vars automatically
  • Individual model clients exported for direct use
  • Engine internals (synthesis, personas, briefing) excluded from public package

Pricing changes

  • Pro plan: doubled to 40 memos/month
  • Team plan: doubled to 200 memos/month
  • BYOK discount: 20% off per provider key (up to 80% with all 4)

Documentation

  • Docs reorganised into Free SDK / Paid API / Guides sections
  • SDK reference rewritten for MultiModelQuery
  • BYOK guide updated with discount tiers and cost comparison
  • For Developers section shows both free and paid code snippets
v1.0.0February 13, 2026

Launch

Core SDK

  • Multi-model parallel query engine (OpenAI, Anthropic, xAI, Google)
  • Persona layer — four advisor archetypes with customisation support
  • Transparent mode — toggle between personas and real model names
  • Decision Memo schema — structured JSON output with full TypeScript types
  • Dynamic briefing generator — AI-powered contextual follow-up questions
  • Consensus scoring — strong, moderate, and weak agreement levels

Hosted API

  • POST /v1/deliberate — full panel deliberation via REST
  • SSE streaming — real-time events during deliberation
  • Bearer token authentication with dm_live_ and dm_test_ keys
  • Rate limiting, quota enforcement, and usage metering
  • BYOK support — bring your own provider API keys
  • POST /v1/briefing — dynamic follow-up question generation

Web Application

  • Guided memo flow: question → briefing → live deliberation → memo
  • Decision library with consensus badges and search
  • Tabbed memo viewer: verdict, perspectives, consensus, risks, next steps
  • Share via link and export as PDF
  • Settings: plan management, API keys, BYOK, transparent mode
  • 14-page documentation site with SDK reference, API reference, and guides