Skip to content

v0.31.0

Choose a tag to compare

@richardbowman richardbowman released this 02 Sep 03:10
447cd85

What's New in v0.31.0

Features

  • Responsive Agents List — the former Agent Dashboard list now adapts from narrow sidebars to wide panes with clearer two-line rows, stable saved-layout compatibility, and no horizontal overflow. (#484)
  • Scoped Project updates for agents — the new threads_update_project tool lets authorized agents safely update a Project's name, description, or working-directory override without direct settings-file edits. (#485)
  • Direct thread navigation — the new threads_open tool lets an authorized agent bring a specific thread into the host UI while preserving the normal reviewed-state and active-selection behavior. (#488)

Bug Fixes

  • Claude refusal and queued-turn reliability — Claude's current refusal fallback/no-fallback events now render correctly, queued turns no longer create a false idle window, message correlation survives rate-limit replay, and nested PDF read results are handled correctly. (#480)
  • Archived Project Orchestrators stay archived — archiving now persists the disabled state and cancels queued or in-flight completion work so a delayed wakeup cannot recreate or message the orchestrator. (#483)
  • Message links open again — ordinary Markdown links now work in classic, conversation-first, and mobile views; agent-generated absolute paths inside the vault resolve correctly, including encoded spaces, headings, and block anchors. (#487)

Improvements

  • More readable wide conversations — wide panes center the complete timeline and composer in a shared readable-width column while narrow panes retain their full-width layout. (#486)
  • Release documentation — the README now explicitly documents the responsive conversation-width behavior and narrow-pane fallback. (#489)

Notes

  • No migration or configuration change is required.
  • Existing compatibility aliases remain available for the new Project-update and thread-navigation tools.
  • Claude Threads still requires Obsidian 1.0.0 or later.