Skip to content

v0.1.2

Choose a tag to compare

@Rianico Rianico released this 15 Aug 15:39
· 29 commits to main since this release

Changed

  • 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.