Releases: CC19990113/dsh-plugin-codegraph
Releases · CC19990113/dsh-plugin-codegraph
Release list
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3: Extract PHP classes/interfaces/traits/enums, methods, and heritage
v0.1.2
v0.1.1
What's changed
codegraph-tree-sitter's watch config now defaults to true instead of false — a fresh install auto-refreshes its index after edits without hand-writing watch: true.
Two pre-existing bugs were caught by adversarial review before this default flip shipped, and fixed:
- A watch-triggered rebuild could see its own
.codegraph/codegraph.dbwrite as an in-scope change and rebuild itself forever. Fixed by adding.codegraphto the
default exclude list. - The macOS/Windows recursive watch never respected
.gitignore, so watch scope silently diverged from index scope on those platforms. Fixed.
Also adds README docs on why this plugin implements its own indexer/store in-process rather than wrapping the codegraph CLI as a subprocess.
Full Changelog: v0.1.0...v0.1.1