AI Context Memory is a powerful VS Code extension designed to seamlessly bridge the gap between your IDE and AI assistants. It captures your development context—code snippets, current files, and project structure—and saves it to a persistent backend. You can then query this context or ask an AI questions directly from your editor, with the AI fully aware of your project's state.
Features
🧠 Save Current Context (AI Memory: Save Current Context): Instantly save your current active file or selected code snippet to the context memory backend.
🔍 Retrieve Context (AI Memory: Retrieve Context): Search and retrieve previously saved knowledge from your backend.
🤖 Ask AI with Context (AI Memory: Ask AI with Context): Ask an AI questions about your codebase. The extension automatically injects your saved context so the AI can provide highly accurate, project-specific answers.
Requirements
This extension requires the AI Context Saver Backend (a Spring Boot application) to be running locally.
By default, the extension attempts to communicate with the backend at:
http://localhost:8080
Make sure your backend is up and running before using the extension commands.
Extension Commands
You can access these commands via the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac):
AI Memory: Save Current Context
AI Memory: Retrieve Context
AI Memory: Ask AI with Context
Known Issues
The backend must be running on port 8080; configurable backend URLs are planned for a future release.
Release Notes
0.0.1
Initial release of AI Context Memory.
Core functionality to save context, retrieve context, and ask AI.