v0.2.1
🎉 DAIV v0.2.1 – Smarter Agents, Better Integration
We’re excited to release DAIV v0.2.1, featuring smarter agent behavior, improved workflows, and enhanced deployment capabilities.
🚀 What’s New
- OpenAI o3 model is now supported.
- Docker images are now built and pushed from the
mainbranch—making edge version testing easier than ever.
💡 Key Improvement
- More targeted reviews with
ReviewAddressorAgent:
It now only addresses merge requests that explicitly mention DAIV in the discussion thread—reducing noise and making automated reviews more relevant and intentional.
🔧 Enhancements
-
Default model for
CodebaseChatAgentset togpt-4.1. -
PlanAndExecuteAgentnow defaults to medium thinking level for more balanced execution. -
Enhanced
PipelineFixerAgent:- Ensures
complete_taskis called exactly once per run. - Includes richer troubleshooting context.
- Ensures
-
Deployment docs updated with MCP proxy setup details.
-
MCP server updated to
@sentry/mcp-server@0.12.0. -
Base Python image bumped to
3.13.5.
🐛 Fixes
- MCP proxy requests now properly include an
Authorization: Bearerheader when a token is configured (#419).
🔥 Removed
- Dropped support for Anthropic's
claude-3-7-sonnet.