7.7.0 (2025-12-25)
Features
- api: add Minimax, DeepSeek, Qwen provider presets (e7066b9), closes #123
- kiro: add UI toggle and auth hint for --no-incognito option (083e674)
- kiro: improve auth UX with normal browser default and URL display (df0c947)
Bug Fixes
- cliproxy: preserve user API keys during config regeneration (2b4d21e), closes #200
- core: address all code review issues from PR #199 (f2a4200)
- kiro: add --no-incognito option for normal browser auth (13e4bac)
- profiles: prevent GLM auth regression from first-time install detection (cc2d62d), closes #195
- qwen: inherit stdin for Device Code flows to enable interactive prompts (c811fdf), closes #188
- ui: add gemini-3-flash-preview to model dropdowns (50653d1), closes #194
- ui: respect initialMode in profile create dialog (db3662b)
Code Refactoring
- paths: use expandPath() consistently for cross-platform path handling (adb6222)
Tests
- auth: add comprehensive tests for GLM auth persistence fix (92a79aa)