Files
gemini-cli/packages
Coco Sheng f5a916c38e refactor(config): remove readonly and use type-safe merging in reloadConfig
Addresses PR review feedback:
1. Removed 'readonly' modifier from Config properties that need to be reloaded mid-session.
2. Refactored reloadConfig to use type-safe property assignment instead of bypassing the type system.
3. Updated object updates to use spread-based merging instead of Object.assign.
2026-05-04 16:52:05 -04:00
..