Skip to content

v0.1.1

Choose a tag to compare

@CC19990113 CC19990113 released this 18 Aug 05:55
· 10 commits to main since this release

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