Changes
🚀 Features
- feat(config): add environment variable overrides for model and provider @tusharmath (#2003)
- feat(zsh): show icon only during active conversation @tusharmath (#2002)
- feat(zsh): highlight prompt model in cyan during active conversation @tusharmath (#1997)
- feat(zsh): add :agent command and power10k prompts @dariuszkowalski-com (#1994)
- feat(zsh): add
:editcommand for external editor integration @dariuszkowalski-com (#1990)
📝 Documentation
- docs(skills): add plan-first workflow to conflict resolver @tusharmath (#1998)
🐛 Bug Fixes
- feat(zsh): add :agent command and power10k prompts @dariuszkowalski-com (#1994)
🧰 Maintenance
- refactor(zsh): remove unused agent message helper function @tusharmath (#1999)
- refactor(provider): convert ProviderId enum to const-based struct @amitksingh1490 (#1992)
- refactor(commands): load built-in command list from
.jsonfile @tusharmath (#1993)