Skip to content

Repository files navigation

Continuum VSCode Extension

GitHubLicenseVS Code

Connect VS Code to Continuum — the universal context layer that lets you seamlessly switch between AI coding assistants (Cursor, Windsurf, Antigravity) without losing your development context.

Getting Started

  1. Install the Continuum server

    pip install continuum-context-hub
  2. Start the server

    continuum serve
  3. Connect from VS Code

    • Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
    • Run Continuum: Connect
    • You should see "Connected to Continuum v..." confirmation
  4. Store your first memory

    • Run Continuum: Remember from the Command Palette
    • Enter what you want to remember (e.g. "We use camelCase for all TS functions")
    • Choose a category and importance level

The Continuum sidebar panel will appear in the Activity Bar, showing all your project memories organized by category.

How It Works

Continuum acts as a shared memory layer across your development tools. Memories you store from VS Code are available to AI agents running in Cursor, Windsurf, or any other Continuum-connected IDE — and vice versa.

VS Code ──┐
Cursor ──┤──▶ Continuum Server ──▶ Shared Memory
Windsurf ──┘ (local / remote) (per-project)

Each memory has a category (architecture, conventions, patterns, debugging, decisions, preferences, general) and an importance level (critical, high, medium, low, ephemeral) to help AI agents prioritize the most relevant context.

Commands

CommandDescription
Continuum: ConnectCheck connection to the Continuum server
Continuum: RememberStore a new memory with category and importance
Continuum: RecallSearch memories by semantic query
Continuum: Project ContextView all project memories in a formatted document
Continuum: SyncRefresh and display the full project context
Continuum: Push SelectionPush the currently selected text as a memory
Continuum: Refresh MemoriesRefresh the sidebar memory tree
Continuum: Delete MemoryDelete a memory (sidebar context menu)
Continuum: Copy Memory ContentCopy memory text to clipboard (sidebar context menu)

Settings

SettingTypeDefaultDescription
continuum.serverUrlstringhttp://localhost:8000URL of the Continuum server
continuum.autoPushOnSavebooleanfalseAutomatically push a memory when files are saved

Both settings take effect immediately — no reload required.

Sidebar

The Continuum panel in the Activity Bar shows your project's memories grouped by category. Each memory displays its importance level with a distinct icon:

  • Error icon — critical
  • Warning icon — high
  • Info icon — medium
  • Circle — low
  • Clock — ephemeral

Right-click a memory to delete it or copy its content.

Installation

From VS Code Marketplace

ext install FormulateAI.continuum-vscode

From Source

  1. Clone the repository
  2. Run npm install
  3. Run npm run compile
  4. Press F5 to launch the extension in development mode

Related Projects

License

Apache 2.0 — see LICENSE

Contributing

Contributions welcome! See CONTRIBUTING.md

About

VS Code extension for Continuum - universal context layer for AI agents

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages