Rverity for VS Code Extension
Automatically capture your coding context, file changes, and Git commits. Build a comprehensive memory of your development work without manual effort.
$ Direct One-Click Connection (Coming Soon) or install manually
Features
Everything you need to capture and organize your digital context
Automatic file change tracking with intelligent debouncing to reduce noise
Git commit message capture integrated directly with VS Code's source control
Sidebar views displaying recent memories and comprehensive statistics
Quick search command accessible via Command Palette for instant memory retrieval
Timeline webview providing visual history of your coding activity
Quick notes capture with keyboard shortcut for manual context preservation
Real-time synchronization via WebSocket for instant updates across devices
Offline queue support ensuring no context is lost during network interruptions
Nine configuration options providing granular control over capture behavior
Privacy-first design respecting .gitignore patterns and sensitive file exclusions
Full compatibility with Remote-SSH and DevContainer workflows
Setup Guide
Get started in minutes with our step-by-step guide
1
Install Extension
Download the .vsix file from the GitHub repository and install it in VS Code using the Extensions panel.
Extensions → Install from VSIX → Select downloaded file
2
Configure API Key
Navigate to VS Code settings and enter your Rverity API key. For self-hosted instances, set the Endpoint to your local URL.
Settings → Rverity → API Key: Get from http://localhost:3000/settings
Settings → Rverity → Endpoint: http://localhost:3000
3
Start Capturing
The extension automatically begins tracking file changes and Git commits. Monitor sync status in the status bar.
Status bar displays: Connection status, Queue size, Last sync time
Example
Code Example
// Automatic Capture // The extension captures the following without any manual intervention: // - File edits, saves, creates, and deletions // - Git commit messages with author and timestamp // - Active file context including language and path // Manual Capture // Press Ctrl+Shift+N to open quick note input // Type your note and press Enter to save // Search Memories // Press Ctrl+Shift+P → "Rverity: Search Memories" // Enter search query to find relevant context // Results display with source, timestamp, and content preview