7.9.0 (2025-12-27)
Features
- dashboard: add Import from Kiro IDE button (5f59d71)
- ui: add auth profile management to Dashboard (fa8830e)
Bug Fixes
- cliproxy: ensure version sync after binary update (29f1930)
- config: use safe inline logic in getSettingsPath() legacy fallback (a4a473a)
- dashboard: support unified config.yaml in web server routes (0c69740), closes #206
- improve type safety and error handling in config-manager (8a3c5a4), closes #215
- kiro: add fallback import from Kiro IDE when OAuth callback redirects (add4aa5), closes #212
- run RecoveryManager before early-exit commands and improve config handling (0be3977), closes #214
- test: remove redundant build from beforeAll hook (67a48a8)
- tests: update test files for renamed getCliproxyConfigPath function (ec2ee0a)
- wrap RecoveryManager in try-catch to prevent blocking CLI commands (2fff770), closes #215
Documentation
- update design principles and add feature interface requirements (c200334)