What's Changed
Bug Fixes
- fix: prevent settings.json race that drops MLflow env vars (#153) β read-merge-write instead of overwrite. MLflow tracing env vars no longer clobbered.
- fix: add retry logic to npm CLI installs β setup_codex/gemini/opencode retry 3x with 5s delay, full error output on failure.
- fix: remove duplicate skills copy in setup_gemini.py β eliminates Skill conflict detected warnings on Gemini startup.
- fix: test isolation for session limit and detach tests
- fix(ui): enable paste on initial PAT token prompt (#152)
Model Updates
- Default Claude Opus model updated to
databricks-claude-opus-4-7(#150) - Default Codex model updated to
databricks-gpt-5-5
Testing
- 216/216 tests passing
- Deployed and verified on multiple workspaces
Contributors
Thanks to all the contributors who made this release possible!
- @datasciencemonkey (Sathish Gangichetty) β settings.json race fix, npm retry logic, Gemini skill dedup, test isolation
- @KabeerThockchom (Kabeer Singh Thockchom) β PAT paste fix on initial prompt (#152)
- @mpkrass7 (Marshall Krassenstein) β Opus 4-7 model name update (#150)
- @dgokeeffe (David O'Keeffe) β prior performance improvements that landed in this cycle