You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hash store moved from $DSH_HOME/plugins/dsh-better-edit to a per-workspace location: <workspace>/.dsh_better_edit/hash-store.sqlite, carried per tool call via an AsyncLocalStorage workspace context (src/workspace.ts). Parallel sessions in different workspaces no longer share anchors or undo history. The shared home path remains the fallback for tests/previews.
Undo history from before 0.1.2 is not migrated to the new layout.