Context Carry for VS CodeSave and restore AI session context across chats — a visual dashboard for Context Carry inside VS Code.
What is Context Carry?When you start a new AI chat (Claude, ChatGPT, Gemini, etc.), you lose all prior context. Context Carry fixes this by saving compressed session summaries and letting you inject them into new conversations — so the AI picks up right where you left off. This extension brings the full Context Carry experience into VS Code with a sidebar dashboard. FeaturesSession DashboardBrowse all your saved sessions organized by Project > Branch > Session in a collapsible tree view, accessible from the Activity Bar.
SearchReal-time search across project names, branch names, and session summaries. Results filter as you type with auto-expanding matches. Session ComparisonCompare any two sessions side-by-side using VS Code's built-in diff viewer. Useful for tracking how your project context evolves over time. AI Provider ConfigurationSwitch between AI providers and models directly from the extension footer — no config files needed. Supported providers:
Status BarShows your active AI provider and model at the bottom of the editor. CommandsOpen the Command Palette (
Getting Started
Requirements
How It WorksContext Carry stores sessions as markdown files with YAML frontmatter in
The extension reads this storage directory and presents it as an interactive dashboard. LicenseMIT |