Automated context management system for Cursor IDE that helps maintain and understand your codebase through semantic analysis, code metrics, and intelligent context tracking.
Features
1. Automated Context Tracking
Real-time file change monitoring
Semantic code analysis
Git metadata integration
Type information extraction
Dependency tracking
2. Semantic Search
Vector-based code search
TF-IDF weighted indexing
Intelligent context matching
Code similarity analysis
3. Code Insights
Complexity hotspots detection
Dependency analysis
Recent changes tracking
Type information overview
4. Knowledge Graph
Component relationship mapping
Code cluster identification
Complexity visualization
Cross-file dependencies
Installation
Open Cursor IDE
Press Ctrl+Shift+X to open the Extensions view
Search for "Cursor Context Manager"
Click Install
Usage
Commands
Access these commands through the Command Palette (Ctrl+Shift+P):
Cursor: Show Current Context - View context history
Cursor: Search Context - Perform semantic search
Cursor: Clear Context History - Clear stored context
Views
Access these views through the Activity Bar:
Context History
View file changes
See git metadata
Track complexity metrics
Code Insights
Complexity hotspots
Dependency analysis
Recent changes
Configuration
Configure the extension through Settings (Ctrl+,):
cursor-context.storageSize: Maximum number of context entries to store
cursor-context.updateInterval: Context update interval in seconds
cursor-context.embeddings.model: Model to use for embeddings