Skip to content

Releases: CC19990113/dsh-plugin-codegraph

v0.1.4

Choose a tag to compare

@CC19990113 CC19990113 released this 18 Aug 09:32

Full Changelog: v0.1.3...v0.1.4

v0.1.3: Extract PHP classes/interfaces/traits/enums, methods, and heritage

Choose a tag to compare

@CC19990113 CC19990113 released this 18 Aug 09:09

v0.1.2

Choose a tag to compare

@CC19990113 CC19990113 released this 18 Aug 08:48

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@CC19990113 CC19990113 released this 18 Aug 05:55

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.db write as an in-scope change and rebuild itself forever. Fixed by adding .codegraph to 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

v0.1.0

Choose a tag to compare

@CC19990113 CC19990113 released this 18 Aug 03:25

Initial release