2026 / wk 08-10 / v. 511-514

Released Mar 06, 2026.
  • NewGlobal Clipper for desktop - capture from anywhere with Cmd/Ctrl+Shift+Space (customizable). Quick modal overlay lets you paste content, apply supertags, set fields, and use @mentions without leaving your current app. Captures send to Today page automatically.
  • NewFixed PARENT.field search expressions only matching first value in multi-value fields. Search now correctly matches against all values in the field.
  • ImprovedAdded new move_node tool to local API/MCP to programmatically move a node to any parent. Includes option to leave a reference when moving.
    • Local API/MCP
  • ImprovedAdded user preference to collapse references section by default. Enable via command line to keep references collapsed when opening nodes instead of auto-expanding. Cmd/ctrl + K -> Collapse/expand references section by default.
  • FixedFixed Global Clipper not showing all available tags in autocomplete due to 200-supertag limit. Now displays all tags from your workspaces when typing.
  • FixedFixed keyboard shortcut recording issue on macOS where Option+Space wouldn't register properly as a shortcut for the Global Clipper.
  • FixedFixed Global Clipper supertag autocomplete not showing supertags from linked workspaces. Now includes tags from all workspaces you have content access to.
  • FixedFixed 'Sort children by name' command getting confused by formatting and inline references. Now sorts properly by visible text content.
  • FixedFixed local MCP issues with having to re-authenticate for several reasons.
    • Local API/MCP
  • FixedFixed local API/MCP bug with setting date values of date system fields.
    • Local API/MCP
  • FixedFixed MCP search_nodes failing when combining multiple conditions. Search queries with multiple criteria no longer require explicit 'and' wrapper for simple cases.
    • Local API/MCP
  • FixedFixed local API/MCP set_field_content creating fields not sourced from the supertag template field
    • Local API/MCP
  • FixedFixed MCP set_field_content not creating proper node references for instance fields. Node IDs now correctly convert to references instead of remaining as literal text.
    • Local API/MCP
  • FixedFixed MCP search_nodes query parameter schema causing Claude Desktop to serialize queries as strings instead of objects.
    • Local API/MCP