v0.3.0 (2026-04-06)
Single-Model Multi-Agent Mode — Run debates with duplicate model aliases for context-isolated independent evaluation.--panel claude,claude,claude now works, with each agent getting a unique identity (claude-1, claude-2, claude-3). Cross-vendor and single-model modes work side by side.
Web UI Rewrite — Replaced NiceGUI with Starlette + Jinja2 + DaisyUI. Chat-style debate interface with WebSocket streaming, settings page with provider/model configuration, and transcript dashboard.
- Agent identity tracked in transcripts with per-agent and per-model stats
agent_idfield added toModelResponsewithdisplay_labelproperty- NiceGUI dependency removed; starlette, jinja2, uvicorn added
- bump aiohttp to 3.13.5 (10 CVEs resolved)