mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-01 06:32:48 -07:00
61a46fb933
- Move topic tracking from global TopicManager to a session-scoped TopicState within Config. - Implement sanitization to strip newlines and carriage returns from topic titles. - Reject empty or whitespace-only topic titles for improved robustness. - Update CreateNewTopicTool and PromptProvider to use the session-scoped state. - Disable topicUpdateNarration by default in .gemini/settings.json. - Enhance test coverage for state independence and sanitization.