-
Notifications
You must be signed in to change notification settings - Fork 130
Pull requests: colbymchenry/codegraph
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
perf(db): split embeddings + in-memory similarity cache + drop redundant co_changes index
#123
opened Apr 28, 2026 by
andreinknv
Contributor
Loading…
5 tasks done
refactor: per-language registry — eliminate cross-PR conflict surface for language additions
#116
opened Apr 27, 2026 by
andreinknv
Contributor
Loading…
6 tasks done
feat(graph): sql_refs — SQL string-literal call sites (pairs with #95)
#115
opened Apr 27, 2026 by
andreinknv
Contributor
Loading…
6 tasks done
feat(graph): config_refs — env var read sites as queryable graph data
#114
opened Apr 27, 2026 by
andreinknv
Contributor
Loading…
5 tasks done
feat(graph): symbol-level issue history mined from
Fixes #N commits
#113
opened Apr 27, 2026 by
andreinknv
Contributor
Loading…
5 tasks done
feat(graph): PageRank centrality + per-file churn metrics
#112
opened Apr 27, 2026 by
andreinknv
Contributor
Loading…
5 of 6 tasks
feat: LLM symbol summaries, semantic search, RAG Q&A, dir/role/dead-code/naming + agent-as-LLM bridge
#111
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
6 tasks done
feat(mcp): codegraph_review_context — structured PR-review context from a diff
#110
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
test(watcher): fix fs.watch flake by adding settle delay
#109
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
perf(db): batch node lookups, fix insertNode cache, auto-ANALYZE after writes
#108
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
feat(search): per-file diversification so top-K isn't one class's methods
#107
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
4 tasks done
feat(graph): convention-based tests-as-edges (test file → subject file)
#106
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
4 tasks done
feat(cochange): file-level co-change graph mined from git history
#105
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
feat(search): subword tokens + Porter stemmer + stopword filter for FTS
#104
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
4 tasks done
fix(scan): honor .codegraphignore on the git fast path
#103
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
fix(db): enforce UNIQUE on edges so INSERT OR IGNORE actually dedupes
#102
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
fix: extraction/resolution accuracy (BOM, retry strip, framework regex)
#101
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
fix(sync): detect HEAD-moving git operations to prevent stale index
#100
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
fix: defense-in-depth hardening (path validation, atomicity, ReDoS, worker lifecycle)
#99
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
4 tasks done
fix: correctness bugs (Svelte off-by-one, watcher dropped changes, traversal defaults, context clamping)
#98
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
docs: cookbook for adding a new language extractor
#97
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 tasks done
docs: README setup for non-Claude MCP clients (opencode, Cursor, LangChain, Agent SDK)
#96
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
4 tasks done
feat: add SQL language support (Postgres / MySQL / SQLite / T-SQL)
#95
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
4 of 5 tasks
feat: add R language support
#94
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
4 of 5 tasks
feat: index files inside git submodules
#93
opened Apr 26, 2026 by
andreinknv
Contributor
Loading…
3 of 4 tasks
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.