Fixed
- Fixed
.pifolder being created unnecessarily when only reading settings. The folder is now only created when writing project-specific settings. - Fixed extension-driven runtime theme changes to persist in settings so
/settingsreflects the activecurrentThemeafterctx.ui.setTheme(...)(#1483 by @ferologics) - Fixed interactive mode freezes during large streaming
writetool calls by using incremental syntax highlighting while partial arguments stream, with a final full re-highlight after tool-call arguments complete.