Skip to content

v0.2.1

Choose a tag to compare

@srtab srtab released this 17 Jun 10:24
· 163 commits to main since this release
1165ed2

🎉 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 main branch—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 CodebaseChatAgent set to gpt-4.1.

  • PlanAndExecuteAgent now defaults to medium thinking level for more balanced execution.

  • Enhanced PipelineFixerAgent:

    • Ensures complete_task is called exactly once per run.
    • Includes richer troubleshooting context.
  • 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: Bearer header when a token is configured (#419).

🔥 Removed

  • Dropped support for Anthropic's claude-3-7-sonnet.