Skip to content

v0.24.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 16:53
· 253 commits to main since this release
9c6b85d

Fixed

  • Background-task status misclassification — a thread's outer turn finishing (and isRunning() flipping false) while a run_in_background: true Agent call or Workflow-tool task was still running server-side no longer causes the thread to be prematurely treated as done/reviewable. Threads now stay under Working until the background task actually finishes, across:
    • the Agent Dashboard
    • the Kanban board
    • the thread-switcher panel
    • MCP computeUiStatus (obsidian_list_threads / obsidian_get_current_thread)

See #360 for details.