Documentation

Everything you need to know about Continuity Pro - from getting started to advanced features

Getting Started

What is Continuity?

Continuity is a RAG-based synthetic memory system for AI coding assistants. It captures architectural decisions, tracks documentation changes, and provides persistent context across sessions - solving the problem of AI assistants "forgetting" previous conversations.

Installation

Option 1: Manual Installation (Recommended)

  1. Download the latest .vsix file
  2. Open VS Code
  3. Press Cmd/Ctrl+Shift+P
  4. Type "Extensions: Install from VSIX..."
  5. Select the downloaded file
  6. Reload VS Code when prompted
Note: VS Code Marketplace listing coming soon. Manual installation is currently the only method.

First Steps

After installation:

  • Run Continuity: Initialize in your project
  • This creates a .continuity/ folder
  • Start logging decisions with @continuity log_decision
  • View your session handoff with @continuity session-handoff

Features

Free Tier

Decision Logging

Manual capture of architectural decisions

MCP Integration

Core MCP resources available

~
50 Decisions Max

Limited to 50 decisions

~
30-Day History

Older decisions hidden

Pro Features

Upgrade to Pro
Auto-Log Modes

Smart, immediate, and review modes

Semantic Search

AI-powered context retrieval

Knowledge Graph

Interactive D3.js visualization

Unlimited Decisions

No storage limits

AI Noise Filtering

4-layer intelligent filtering

Bulk Actions

Edit/delete/approve up to 50 at once

Export

CSV, JSON, Markdown formats

Commercial Use

Use in any project type

License Management

Activation

After purchasing, you'll receive a license key via email. Activate it in VS Code:

  1. Press Cmd/Ctrl+Shift+P
  2. Type "Continuity: Activate License"
  3. Enter your license key and email
View detailed activation guide →

Device Limits

All Pro licenses support up to 3 concurrent device activations. You can deactivate devices at any time to free up slots.

Offline Mode

Continuity works offline for up to 7 days using cached license validation. After 7 days offline, you'll temporarily revert to Free tier features until you reconnect to the internet.

License Types

Monthly Subscription

License format: UUID (e.g., 12345678-90ab-cdef-1234-567890abcdef)

$5/month

Renews monthly, cancel anytime

Annual Subscription

License format: UUID (e.g., 12345678-90ab-cdef-1234-567890abcdef)

$29/year

Renews annually, save 51% vs monthly

Lifetime License

License format: UUID (e.g., 12345678-90ab-cdef-1234-567890abcdef)

$97 one-time

Never expires, all future updates included

MCP Integration

What is MCP?

Continuity integrates with the Model Context Protocol (MCP) to provide AI assistants like Claude, Cursor, and Cline with persistent memory and decision logging capabilities.

Available MCP Resources

@continuity log_decision

Log architectural decisions with question, answer, and optional tags

@continuity search_decisions

Search logged decisions by keyword or semantic query

@continuity session-handoff

Get complete project context including recent decisions and documentation status

@continuity get_compliance_metrics

View decision logging compliance metrics and patterns

Usage Example

You: @continuity log_decisionQuestion: Why use PostgreSQL instead of MongoDB?Answer: PostgreSQL provides ACID compliance and better support for complex queries...

API Reference

License Validation

POST /api/licenses/validate
{
  "license_key": "12345678-90ab-cdef-1234-567890abcdef",
  "device_id": "device-uuid",
  "device_name": "MacBook Pro",
  "platform": "darwin",
  "vscode_version": "1.84.0",
  "extension_version": "3.9.7"
}

Device Management

POST /api/devices/activate

Activate a new device for a license

DELETE /api/devices/:device_id

Deactivate a device

GET /api/licenses/:key/devices

List all devices for a license

Webhook Integration

POST /api/webhooks/lemonsqueezy

Handles Lemon Squeezy webhook events for automatic license creation and subscription management

Troubleshooting

Common Issues

License activation fails

  • Verify your license key is correct (check for typos)
  • Ensure you're using the email from your purchase
  • Check your internet connection
  • Contact support if issue persists

Features not unlocking

  • Reload VS Code after activation
  • Check license status in extension settings
  • Verify your subscription hasn't expired
  • Ensure you have internet connectivity

MCP integration not working

  • Verify Continuity is installed and activated
  • Check that your AI assistant supports MCP
  • Restart your AI assistant application
  • Check MCP server logs in VS Code Output panel

Need more help? Email us at [email protected] with your license key and a description of the issue.

Frequently Asked Questions

How many devices can I use with one license?

All Pro licenses (Monthly, Annual, Lifetime) support up to 3 concurrent device activations. You can deactivate devices at any time to free up slots for new devices.

What happens if my subscription expires?

Monthly and Annual subscriptions require renewal. You'll have a 7-day grace period after expiration to renew. After that, you'll revert to Free tier features until you renew. Lifetime licenses never expire.

Can I upgrade from Monthly to Lifetime?

Yes! You can upgrade to Lifetime at any time from the pricing page. Contact support to apply credit for your current subscription.

Do you offer student discounts?

Yes! Students get 50% off all plans. Use code STUDENT50 at checkout with a valid .edu email address.

Can I use Continuity for commercial projects?

Yes! All Pro licenses include commercial use rights. Free tier is limited to personal and educational use only.

What AI assistants does Continuity work with?

Continuity works with any AI assistant that supports the Model Context Protocol (MCP), including Claude Code, Cline, Cursor, Roo Code, and more. It also works standalone in VS Code.

Is my data secure?

Yes. All decisions are stored locally in your project's .continuity/ folder. License validation uses encrypted HTTPS connections, and we never store your decision data on our servers.

What's your refund policy?

We offer a 30-day money-back guarantee on all licenses. If you're not satisfied, email [email protected] for a full refund, no questions asked.

Still have questions?

Our team is here to help. Reach out via email or check our activation guide for step-by-step instructions.