Skip to content
kandown
GitHubnpm
98 releases

Changelog

2026-07-24

v0.33.5Sidebar 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 useEffect only ran once on mount. The fix compares the editor's current markdown (normalized) against the incoming value prop and only calls replaceBlocks when 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 verbose to full for more complete context generation.
  • Changed: UI Theme — updated default skin from kandown to linear for a more modern appearance.
  • Added: Stack Default State — new stackDefaultState: collapsed configuration option for the UI.