Skip to content

Memorizer 2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Mar 17:30
587072d

2.1.0 March 4th 2026

Features

  • Add move-project-to-workspace and workspace reparenting - Move projects between workspaces and reparent workspaces in the hierarchy
    • MoveProjectToWorkspaceAsync atomically moves a project and all its descendants to a target workspace
    • Workspace reparenting with circular-reference guard to prevent invalid hierarchies
    • Full support across REST API, MCP tools, and Web UI with modal dialogs
  • Add canonical URL support to MCP tool responses - MCP tool responses now include clickable URLs to the web UI for memories, workspaces, and projects
    • Configure via Server:CanonicalUrl setting to enable links in MCP responses
    • URLs included in Store, Get, SearchMemories, GetMany, CreateWorkspace, CreateProject, GetWorkspace, and GetProjectContext responses

Bug Fixes