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 }}
codeaudit
/
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
tools
on
main
User selector
All users
All time
Commit history
Commits on Apr 5, 2026
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
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 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
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
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 #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
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
visualizer removed
Shashankss1205
committed
fbe8b9e
View commit details
Copy full SHA for fbe8b9e
View code at this point
Browse repository at this point
solves #739
Shashankss1205
committed
6f21b86
View commit details
Copy full SHA for 6f21b86
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
Merge pull request #741 from jannahopp/fix/security-quick-wins
Show description for dc7d6b7
Shashankss1205
authored
dc7d6b7
View commit details
Copy full SHA for dc7d6b7
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
fix: apply .cgcignore and ignore media files during indexing
hi0001234d
committed
0c52fa8
View commit details
Copy full SHA for 0c52fa8
View code at this point
Browse repository at this point
fix: address three security findings from third-party review
Show description for 745978a
jannahopp
and
claude
committed
745978a
View commit details
Copy full SHA for 745978a
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
feat(cpp): improve C++ parser for inheritance, methods, and calls
Show description for 4a7a939
jannahopp
and
claude
committed
4a7a939
View commit details
Copy full SHA for 4a7a939
View code at this point
Browse repository at this point
feat(graph): add cross-file Class-to-Function CONTAINS linking
Show description for 7cadc8a
jannahopp
and
claude
committed
7cadc8a
View commit details
Copy full SHA for 7cadc8a
View code at this point
Browse repository at this point
fix(cpp): fix NameError in _find_enums crashing enum parsing
Show description for e3793d9
jannahopp
and
claude
committed
e3793d9
View commit details
Copy full SHA for e3793d9
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
Fix #707: Include unsupported files as minimal File nodes in graph indexing 2
bhavnesh75
committed
275c07a
View commit details
Copy full SHA for 275c07a
View code at this point
Browse repository at this point
Fix #707: Include unsupported files as minimal File nodes in graph indexing
bhavnesh75
committed
8536097
View commit details
Copy full SHA for 8536097
View code at this point
Browse repository at this point
Commits on Mar 12, 2026
fix: remove duplicate WHERE clause in find_class_hierarchy repo filters
Show description for c0a1686
NellInc
and
claude
committed
c0a1686
View commit details
Copy full SHA for c0a1686
View code at this point
Browse repository at this point
fix: remove unused import, dead variable, and fix f-string/filter in find_function_overrides
Show description for 100052d
NellInc
and
claude
committed
100052d
View commit details
Copy full SHA for 100052d
View code at this point
Browse repository at this point
fix: pass repo_path through analyze_code_relationships and fix f-string interpolation in find_class_hierarchy
Show description for e4095e2
NellInc
and
claude
committed
e4095e2
View commit details
Copy full SHA for e4095e2
View code at this point
Browse repository at this point
Commits on Mar 10, 2026
solves #682
Shashankss1205
committed
dec35fb
View commit details
Copy full SHA for dec35fb
View code at this point
Browse repository at this point
repo-scoped search added
Shashankss1205
committed
69e2b19
View commit details
Copy full SHA for 69e2b19
View code at this point
Browse repository at this point
Merge pull request #681 from icyrainz/elixir-support
Show description for d5696ba
Shashankss1205
authored
d5696ba
View commit details
Copy full SHA for d5696ba
View code at this point
Browse repository at this point
addresses #649
Shashankss1205
committed
28080cf
View commit details
Copy full SHA for 28080cf
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
feat: add Elixir language support
Show description for 3573087
icyrainz
and
claude
committed
3573087
View commit details
Copy full SHA for 3573087
View code at this point
Browse repository at this point
Commits on Mar 8, 2026
handling falkordb error
Shashankss1205
committed
be553ff
View commit details
Copy full SHA for be553ff
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.