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)
- Download the latest .vsix file
- Open VS Code
- Press Cmd/Ctrl+Shift+P
- Type "Extensions: Install from VSIX..."
- Select the downloaded file
- Reload VS Code when prompted
First Steps
After installation:
- Run Continuity: Initializein 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
Manual capture of architectural decisions
Core MCP resources available
Limited to 50 decisions
Older decisions hidden
Pro Features
Upgrade to ProSmart, immediate, and review modes
AI-powered context retrieval
Interactive D3.js visualization
No storage limits
4-layer intelligent filtering
Edit/delete/approve up to 50 at once
CSV, JSON, Markdown formats
Use in any project type
License Management
Activation
After purchasing, you'll receive a license key via email. Activate it in VS Code:
- Press Cmd/Ctrl+Shift+P
- Type "Continuity: Activate License"
- Enter your license key and email
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
License format: UUID (e.g., 12345678-90ab-cdef-1234-567890abcdef)
Renews monthly, cancel anytime
License format: UUID (e.g., 12345678-90ab-cdef-1234-567890abcdef)
Renews annually, save 51% vs monthly
License format: UUID (e.g., 12345678-90ab-cdef-1234-567890abcdef)
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_decisionLog architectural decisions with question, answer, and optional tags
@continuity search_decisionsSearch logged decisions by keyword or semantic query
@continuity session-handoffGet complete project context including recent decisions and documentation status
@continuity get_compliance_metricsView 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/activateActivate a new device for a license
DELETE /api/devices/:device_idDeactivate a device
GET /api/licenses/:key/devicesList all devices for a license
Webhook Integration
POST /api/webhooks/lemonsqueezyHandles 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.
