Changelog
2026-07-24v0.33.5— Sidebar Task Switch Fix
- Fixed: BlockNote Editor Not Refreshing on Sidebar Task Switch — the BlockNote markdown editor now properly reloads when switching between tasks via the sidebar explorer. Previously, the editor body kept showing the previous task's content because the
useEffectonly ran once on mount. The fix compares the editor's current markdown (normalized) against the incomingvalueprop and only callsreplaceBlockswhen they differ. This makes the editor reactive to external value changes (task switch) while preserving cursor/focus during the user's own typing sessions. - Changed: Agent Work Rules Default Output Mode — the agent work output base rules mode changed from
verbosetofullfor more complete context generation. - Changed: UI Theme — updated default skin from
kandowntolinearfor a more modern appearance. - Added: Stack Default State — new
stackDefaultState: collapsedconfiguration option for the UI.