Skip to content

Releases: andyfan1094/dsh-codebase-memory

dsh-codebase-memory-0.2.0

Choose a tag to compare

@andyfan1094 andyfan1094 released this 22 Aug 11:47

Highlights

  • New bundle dsh-codebase-memory-watcher: chokidar-based debounced file-system watcher that re-runs codebase-memory-mcp indexing when your projects change.
  • Auto-attach by default: every project codebase-memory-mcp already knows gets a watcher on boot.
  • New Host routes under /api/dsh-codebase-memory/watcher/* (list / status / start / stop / rebuild / restart / auto-attach / cli-info) so you can drive watchers without restarting DSH.
  • defaultDebounceMs: 5000, defaultMode: moderate, ignored globs and watched extensions are now declarative in cordis.patch.yml.
  • README documents both bundles and the watcher routes; package.json gains src/ + tests/ in files, chokidar@^3.6.0 in dependencies.

Breaking changes

  • package.json now declares "type": "module" and exposes the new src/index.mjs entry point; consumers importing the package by path must use the exports map.

dsh-codebase-memory-v0.1.0

Choose a tag to compare

@andyfan1094 andyfan1094 released this 21 Aug 04:50