Releases: andyfan1094/dsh-codebase-memory
Releases · andyfan1094/dsh-codebase-memory
Release list
dsh-codebase-memory-0.2.0
Highlights
- New bundle
dsh-codebase-memory-watcher: chokidar-based debounced file-system watcher that re-runscodebase-memory-mcpindexing when your projects change. - Auto-attach by default: every project
codebase-memory-mcpalready 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 incordis.patch.yml.- README documents both bundles and the watcher routes;
package.jsongainssrc/+tests/infiles,chokidar@^3.6.0in dependencies.
Breaking changes
package.jsonnow declares"type": "module"and exposes the newsrc/index.mjsentry point; consumers importing the package by path must use theexportsmap.