Skip to main content
Most of the near-term roadmap has shipped — see the Changelog for full detail. The remaining in-flight work is below; reach out if something specific is load-bearing for your team.

What’s next

Order and dates are aspirational, not contractual — if something is load-bearing for your team, reach out and we’ll prioritize accordingly.
The core behavioral signal — model-swap call-replay — shipped (preview). What remains on the roadmap is extending it across providers and to the full agent.
Shipped (preview). Model-swap call-replay is live. For the traces a model change affects, DecimalAI re-issues each recorded model call against the candidate model and diffs the new output against the original, so you see which traces actually change instead of “all N may differ.” It replays a single recorded call, not your agent, so it runs without access to your code. It defaults to mock (no token spend); mode=real re-issues the call for real and is same-provider only (OpenAI↔OpenAI, Gemini↔Gemini). See post-deploy bisect for the complementary deploy-time confirmation.On the roadmap. Two extensions remain: cross-provider swaps (e.g. OpenAI→Gemini), which need prompt/format normalization to diff fairly, and full end-to-end agent replay, which re-runs your whole agent — multi-step, tool-calling, sub-agents — rather than a single recorded model call.

GDPR per-user data deletion

A dedicated per-user data-deletion endpoint + SDK opt-out for PII scrubbing. Today this is handled manually — email support@decimal.ai with the user IDs to purge.
Track shipped updates in the Changelog, and help shape what’s next: