Changes
🚀 Features
- feat: Add
:clonecommand for intelligent conversation management @dariuszkowalski-com (#1962) - feat(auth): prefill authentication prompts with existing credentials @amitksingh1490 (#2020)
- feat(provider): add deepseek provider @amitksingh1490 (#2025)
- feat(vscode): add automatic extension installation on startup @tusharmath (#2009)
📝 Documentation
- docs(skills): prohibit code snippets in create-plan skill @tusharmath (#2012)
🐛 Bug Fixes
- fix: auto-refresh OAuth token for models API calls @amitksingh1490 (#2018)
- fix(login): copy device code to clipboard automatically @amitksingh1490 (#1940)
- fix(zsh): improve the ability to customize prompt @tusharmath (#2022)
- fix(metrics): make session metrics fields optional in serialization @ssddOnTop (#2027)
- fix(cli): handle piped input as prompt when no explicit prompt provided @tusharmath (#2016)
- fix(debug): use path-based configuration for debug requests @amitksingh1490 (#2006)
🧰 Maintenance
- chore(evals): add debug request file support for validations @amitksingh1490 (#2014)
- feat(skills): add plan validation scripts to create-plan skill @tusharmath (#2013)
- chore: add CWD + Shell based validations support for EVALS @tusharmath (#2010)