Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dkzdev
/
CodeGraphContext
Public
forked from
CodeGraphContext/CodeGraphContext
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
CodeGraphContext
src
codegraphcontext
on
main
User selector
All users
All time
Commit history
Commits on Apr 5, 2026
Merge branch 'main' into feature/perf-watcher-improvements
Shashankss1205
authored
54b30b4
View commit details
Copy full SHA for 54b30b4
View code at this point
Browse repository at this point
fixes small bugs in cgc
Shashankss1205
committed
9700dbf
View commit details
Copy full SHA for 9700dbf
View code at this point
Browse repository at this point
fixes #785
Shashankss1205
committed
de9c63e
View commit details
Copy full SHA for de9c63e
View code at this point
Browse repository at this point
context management, fixes #801
Shashankss1205
committed
356b24f
View commit details
Copy full SHA for 356b24f
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
docs: update CHANGES.md with changes 8-11; commit watch_helper fallback indexed check
kbhaskarla
authored and
k282
committed
d7018ce
View commit details
Copy full SHA for d7018ce
View code at this point
Browse repository at this point
fix: batched delete_repository_from_graph to avoid OPTIONAL MATCH cartesian explosion
kbhaskarla
authored and
k282
committed
da78227
View commit details
Copy full SHA for da78227
View code at this point
Browse repository at this point
fix: avoid OOM in orphan delete — delete rels first then nodes
Show description for 96335bb
kbhaskarla
authored and
k282
committed
96335bb
View commit details
Copy full SHA for 96335bb
View code at this point
Browse repository at this point
fix: purge orphaned nodes by path prefix in delete_repository_from_graph
Show description for b837e50
kbhaskarla
authored and
k282
committed
b837e50
View commit details
Copy full SHA for b837e50
View code at this point
Browse repository at this point
perf: apply sleep(0)/50 optimization to SCIP index path too
kbhaskarla
authored and
k282
committed
85e7213
View commit details
Copy full SHA for 85e7213
View code at this point
Browse repository at this point
perf: batch all node writes in add_file_to_graph — O(1) round-trips per file
Show description for 38cfe61
k282
committed
38cfe61
View commit details
Copy full SHA for 38cfe61
View code at this point
Browse repository at this point
perf: incremental CALLS/INHERITS rebuild on file changes — O(k) instead of O(n)
Show description for 13d88af
k282
committed
13d88af
View commit details
Copy full SHA for 13d88af
View code at this point
Browse repository at this point
fix: delete CALLS/INHERITS before re-linking to prevent duplicate accumulation on watch events
k282
committed
86e1140
View commit details
Copy full SHA for 86e1140
View code at this point
Browse repository at this point
fix: clear all_file_data after linking pass to prevent memory exhaustion on large repos
k282
committed
9e5184c
View commit details
Copy full SHA for 9e5184c
View code at this point
Browse repository at this point
fix: use variable-length CONTAINS path in index_helper to support directory hierarchy
Show description for 745ec39
k282
committed
745ec39
View commit details
Copy full SHA for 745ec39
View code at this point
Browse repository at this point
V3 performance: MERGE->CREATE, UNWIND batch, label-specific CALLS, source indexing
Show description for 66ec9e6
k282
committed
66ec9e6
View commit details
Copy full SHA for 66ec9e6
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
fixes #756
Shashankss1205
committed
cf74f30
View commit details
Copy full SHA for cf74f30
View code at this point
Browse repository at this point
fixes #762
Shashankss1205
committed
ac18416
View commit details
Copy full SHA for ac18416
View code at this point
Browse repository at this point
fixes #763
Shashankss1205
committed
bddff13
View commit details
Copy full SHA for bddff13
View code at this point
Browse repository at this point
Merge pull request #749 from bchrao/fix/c-sharp-tree-sitter-fallback
Show description for 88e247b
Shashankss1205
authored
88e247b
View commit details
Copy full SHA for 88e247b
View code at this point
Browse repository at this point
fixes #755
Shashankss1205
committed
8a8eb90
View commit details
Copy full SHA for 8a8eb90
View code at this point
Browse repository at this point
fix: Keep rel_props as dict for FalkorDB SET r += operator
Show description for b11102e
bchrao
and
claude
committed
b11102e
View commit details
Copy full SHA for b11102e
View code at this point
Browse repository at this point
fix: Make _sanitize_props robust and sanitize call_params
Show description for 92c905f
bchrao
and
claude
committed
92c905f
View commit details
Copy full SHA for 92c905f
View code at this point
Browse repository at this point
fix: Sanitize import params before passing to FalkorDB
Show description for 2d8cddb
bchrao
and
claude
committed
2d8cddb
View commit details
Copy full SHA for 2d8cddb
View code at this point
Browse repository at this point
fix: Sanitize graph props and strip /workspace/ paths for remote MCP use
Show description for 3cd2669
bchrao
and
claude
committed
3cd2669
View commit details
Copy full SHA for 3cd2669
View code at this point
Browse repository at this point
fix: Use language-pack directly for C# instead of tree_sitter_c_sharp
Show description for 1437da5
bchrao
and
claude
committed
1437da5
View commit details
Copy full SHA for 1437da5
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
Merge pull request #734 from jannahopp/feat/cpp-parser-improvements
Show description for a088ec0
Shashankss1205
authored
a088ec0
View commit details
Copy full SHA for a088ec0
View code at this point
Browse repository at this point
Merge pull request #735 from jannahopp/feat/cross-file-class-method-linking
Show description for 0553a0c
Shashankss1205
authored
0553a0c
View commit details
Copy full SHA for 0553a0c
View code at this point
Browse repository at this point
Merge pull request #733 from jannahopp/fix/cpp-find-enums-nameerror
Show description for e020fd9
Shashankss1205
authored
e020fd9
View commit details
Copy full SHA for e020fd9
View code at this point
Browse repository at this point
fixes #764
Shashankss1205
committed
1cb183e
View commit details
Copy full SHA for 1cb183e
View code at this point
Browse repository at this point
fixes #721
Shashankss1205
committed
05bea67
View commit details
Copy full SHA for 05bea67
View code at this point
Browse repository at this point
kuzudb fixed
Shashankss1205
committed
0e99ea8
View commit details
Copy full SHA for 0e99ea8
View code at this point
Browse repository at this point
node size slider
Shashankss1205
committed
9be0f07
View commit details
Copy full SHA for 9be0f07
View code at this point
Browse repository at this point
visualization corrected
Shashankss1205
committed
313e030
View commit details
Copy full SHA for 313e030
View code at this point
Browse repository at this point
cgc visualize cmd
Shashankss1205
committed
e6a9b07
View commit details
Copy full SHA for e6a9b07
View code at this point
Browse repository at this point
solves #765
Shashankss1205
committed
142f9fe
View commit details
Copy full SHA for 142f9fe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.