New Features
- Keyword-based Thinking Mode - Thinking is now activated only when messages contain keywords like "think", "analyze", "考えて", etc. Reduces unnecessary thinking overhead and improves response speed
- Image Model Auto-Switch - Automatically switches to an image generation model (gemini-3-pro-image-preview) when keywords like "generate image" or "画像を生成" are detected, then restores the original model after responding
- Patch Mode for propose_edit - Added patch mode (search-and-replace) to the propose_edit tool. Enables partial edits with smaller diffs instead of sending entire file contents
- Rename Confirmation Flow - rename_note now shows a confirmation dialog with Apply/Discard, consistent with the safe editing pattern used by propose_edit
- Bulk Rename - New bulk_propose_rename tool for renaming multiple files at once with a checkbox-based confirmation dialog
- /compact Command - Added /compact command to summarize and compress chat history, with loading indicator and disabled input during processing
- Welcome Screen Tips - New chat screen now displays tips for thinking, image generation, /compact, and new chat guidance
Cleanup
- Removed edit history retention settings (maxAgeInDays, maxEntriesPerFile) — history is stored in memory only and cleared on restart, making these settings unnecessary