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 }}
skatsubo
/
CodeGraphContext-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-CodeGraphContext
src
codegraphcontext
on
main
User selector
All users
All time
Commit history
Commits on Mar 12, 2026
visualization UI updated
Shashankss1205
committed
538fa9e
View commit details
Copy full SHA for 538fa9e
View code at this point
Browse repository at this point
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
progress bar in cgc index cli cmd added #555
Shashankss1205
committed
5bd43b6
View commit details
Copy full SHA for 5bd43b6
View code at this point
Browse repository at this point
addresses failing tests
Shashankss1205
committed
39cc723
View commit details
Copy full SHA for 39cc723
View code at this point
Browse repository at this point
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
default db switched back to falkordb for unix systems
Shashankss1205
committed
9cf47c4
View commit details
Copy full SHA for 9cf47c4
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
chore: release v0.2.14 with bulletproof FalkorDB worker and hardened KùzuDB fallback
Shashankss1205
committed
bfa08b9
View commit details
Copy full SHA for bfa08b9
View code at this point
Browse repository at this point
chore: release v0.2.13 with tiered database resilience and aggressive bundling
Shashankss1205
committed
3641e5d
View commit details
Copy full SHA for 3641e5d
View code at this point
Browse repository at this point
falkordb resolution
Shashankss1205
committed
b3fe950
View commit details
Copy full SHA for b3fe950
View code at this point
Browse repository at this point
cgc spec
Shashankss1205
committed
114aced
View commit details
Copy full SHA for 114aced
View code at this point
Browse repository at this point
Fix FalkorDB Linux priority and module loading in frozen binary
Shashankss1205
committed
8b12d15
View commit details
Copy full SHA for 8b12d15
View code at this point
Browse repository at this point
fix: exhaustive dependency collection for FalkorDB Lite in frozen binary
Shashankss1205
committed
79ee818
View commit details
Copy full SHA for 79ee818
View code at this point
Browse repository at this point
fix: prioritize FalkorDB Lite on Linux and ensure dependencies are bundled
Shashankss1205
committed
e13110b
View commit details
Copy full SHA for e13110b
View code at this point
Browse repository at this point
fix: allow FalkorDB worker to start correctly in frozen environment
Shashankss1205
committed
a77e273
View commit details
Copy full SHA for a77e273
View code at this point
Browse repository at this point
handling falkordb error
Shashankss1205
committed
be553ff
View commit details
Copy full SHA for be553ff
View code at this point
Browse repository at this point
fix: correct close_driver log messages and shell env priority
Show description for 7fb7411
Shashankss1205
committed
7fb7411
View commit details
Copy full SHA for 7fb7411
View code at this point
Browse repository at this point
feat: add KuzuDB as a cross-platform zero-config database backend
Show description for e048855
Shashankss1205
committed
e048855
View commit details
Copy full SHA for e048855
View code at this point
Browse repository at this point
chore: replace debug print() with warning_logger in database_kuzu.py
Shashankss1205
committed
ad74dad
View commit details
Copy full SHA for ad74dad
View code at this point
Browse repository at this point
Commits on Mar 7, 2026
Merge pull request #651 from bchrao/feature/remote-falkordb-support
Show description for d760623
Shashankss1205
authored
d760623
View commit details
Copy full SHA for d760623
View code at this point
Browse repository at this point
Merge pull request #657 from ra014620/feature/neo4j-database-name
Show description for 06e4bc1
Shashankss1205
authored
06e4bc1
View commit details
Copy full SHA for 06e4bc1
View code at this point
Browse repository at this point
Merge pull request #654 from tibisabau/fix/configure-logging-levels
Show description for 656e52b
Shashankss1205
authored
656e52b
View commit details
Copy full SHA for 656e52b
View code at this point
Browse repository at this point
Merge pull request #659 from sreeja-code-dev/bugfix/ensure-config
Show description for 0b12b23
Shashankss1205
authored
0b12b23
View commit details
Copy full SHA for 0b12b23
View code at this point
Browse repository at this point
Merge pull request #655 from tibisabau/fix/find-dead-code-detection
Show description for 2687b1b
Shashankss1205
authored
2687b1b
View commit details
Copy full SHA for 2687b1b
View code at this point
Browse repository at this point
Fix Swift parser queries for current grammar and add regression test
park-peter
authored and
Shashankss1205
committed
104d203
View commit details
Copy full SHA for 104d203
View code at this point
Browse repository at this point
visualization layer beautified
Shashankss1205
committed
86d2f33
View commit details
Copy full SHA for 86d2f33
View code at this point
Browse repository at this point
Commits on Mar 6, 2026
pearl and dart
Shashankss1205
committed
c47a2a6
View commit details
Copy full SHA for c47a2a6
View code at this point
Browse repository at this point
pearl support added
Shashankss1205
committed
86b8641
View commit details
Copy full SHA for 86b8641
View code at this point
Browse repository at this point
added support for dart #671
Shashankss1205
committed
a0ff275
View commit details
Copy full SHA for a0ff275
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
Fix ensure_config_dir error in config_manager.py
sreeja-code-dev
committed
e230c56
View commit details
Copy full SHA for e230c56
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.