forked from colbymchenry/codegraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Pull requests: mschreib28/codegraph
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat: optionally use pgsql for faster similarity search
#47
opened May 6, 2026 by
mschreib28
Owner
Loading…
feat: add SQL language support (Postgres / MySQL / SQLite / T-SQL)
#41
opened May 6, 2026 by
mschreib28
Owner
Loading…
docs: README setup for non-Claude MCP clients (opencode, Cursor, LangChain, Agent SDK)
#40
opened May 6, 2026 by
mschreib28
Owner
Loading…
docs: cookbook for adding a new language extractor
#39
opened May 6, 2026 by
mschreib28
Owner
Loading…
fix: correctness bugs (Svelte off-by-one, watcher dropped changes, traversal defaults, context clamping)
#38
opened May 6, 2026 by
mschreib28
Owner
Loading…
fix: defense-in-depth hardening (path validation, atomicity, ReDoS, worker lifecycle)
#37
opened May 6, 2026 by
mschreib28
Owner
Loading…
fix(sync): detect HEAD-moving git operations to prevent stale index
#36
opened May 6, 2026 by
mschreib28
Owner
Loading…
fix: extraction/resolution accuracy (BOM, retry strip, framework regex)
#35
opened May 6, 2026 by
mschreib28
Owner
Loading…
fix(db): enforce UNIQUE on edges so INSERT OR IGNORE actually dedupes
#34
opened May 6, 2026 by
mschreib28
Owner
Loading…
fix(scan): honor .codegraphignore on the git fast path
#33
opened May 6, 2026 by
mschreib28
Owner
Loading…
feat(search): subword tokens + Porter stemmer + stopword filter for FTS
#32
opened May 6, 2026 by
mschreib28
Owner
Loading…
feat(cochange): file-level co-change graph mined from git history
#31
opened May 6, 2026 by
mschreib28
Owner
Loading…
feat(graph): convention-based tests-as-edges (test file → subject file)
#30
opened May 6, 2026 by
mschreib28
Owner
Loading…
feat(search): per-file diversification so top-K isn't one class's methods
#29
opened May 6, 2026 by
mschreib28
Owner
Loading…
perf(db): batch node lookups, fix insertNode cache, auto-ANALYZE after writes
#28
opened May 6, 2026 by
mschreib28
Owner
Loading…
test(watcher): fix fs.watch flake by adding settle delay
#27
opened May 6, 2026 by
mschreib28
Owner
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.