apps/opik-documentation/documentation/fern/docs/changelog/2026-05-05.mdx
This is our biggest release yet! A fundamental rethink of how you build, debug, and improve AI agents with Opik. Three major new feature groups (Ollie, Test Suites, and the Agent Playground) work together to close the loop from observing a problem to shipping a fix, all without leaving the platform. Alongside them, we've reorganized everything around projects, redesigned the core trace experience, and rebuilt the navigation to match. Here's what's new:
Ollie is a powerful coding agent built into the Opik UI. It has full access to your project's traces and logs, and can analyze patterns across hundreds of interactions, diagnose issues, and take action to fix them, all without leaving the platform.
<Frame> </Frame>Highlights:
opik connect, with support for --workspace and --api-key flags๐ Ollie Agent Documentation
Test Suites bring structured regression testing to agent development. Each suite has global rules that every test case must pass, plus item-level assertions for specific scenarios. Define rules in plain English for what your agent should and shouldn't do, and get clear pass/fail results when you run them.
<Frame> </Frame>Highlights:
๐ Building Test Suites
The Agent Playground connects to your agent so you can run it directly from the Opik UI. Experiment with different prompts, models, and parameters to see how your whole agent responds, without touching your code. Agent Configurations track and version the full set of prompts, models, and variables as a single unit, so you always know what combination worked.
<Frame> </Frame>Highlights:
AgentConfigManager and TypeScript AgentConfig with Zod schema validation and blueprint caching๐ Agent Playground
Projects now map directly to your agents. Test suites, experiments, optimizations, prompts, datasets, alerts, and dashboards are all scoped to the project, giving you a focused view of everything related to a single agent, paired with a redesigned navigation and trace experience.
<Frame> </Frame>What's new:
project_name scoping for datasets, experiments, optimizations, prompts, alerts, and dashboardsAnd much more! ๐ See full commit log on GitHub
Releases: 1.10.24 through 2.0.21