Pro Features
Trial, free tier, and feature access
Pro Features: Unlock Full Potential
Duration: 5 minutes | Difficulty: Beginner
Free vs Pro
Every install starts with a 14-day free trial - full Pro access, unlimited decisions, no credit card required. After the trial you can upgrade to keep Pro, or continue on the free tier.
| Feature | Free (after trial) | Pro |
|---|---|---|
| Decision Limit | 10 (15 with email) | Unlimited |
| Search & Read | Yes | Yes |
| Session Notes | Yes | Yes |
| Semantic Search | Yes | Yes |
| Memory System | Limited recording | Full |
| Code Intelligence | No | Yes |
| Knowledge Graph | No | Yes |
What Pro Unlocks
Pro keeps the full trial experience available after the trial ends. The practical differences are:
- •Unlimited memory recording
- •Full RAG-based semantic search
- •Code intelligence
- •Knowledge graph
- •Expanded memory access profiles (via MCP)
If your client does not mount Continuity natively, use the repo-local fallback files instead of assuming every surface is available in-chat.
Code Intelligence (Pro)
Link decisions directly to code locations:
Link a Decision to Code
link_decision_to_code
decisionId="decision-123"
file="src/auth/jwt-handler.ts"
line=45
symbol="validateToken"
symbolType="Function"
See What Decisions Affect a File
get_code_context
filePath="src/auth/authenticate.ts"
Returns:
- All decisions linked to this file
- Decision questions and answers
- Symbol names linked
Check Before Refactoring
check_refactoring_safety
files=["src/core/database.ts"]
Returns:
- Safety status (safe/warning/danger)
- Linked decisions that might break
- Impact assessment
- Recommended actions
Inline Annotations
With Code Intelligence enabled, you see annotations in the editor gutter showing which lines have linked decisions.
Getting Pro
Upgrade Options
- •Monthly: $9/month
- •Annual: $89/year (save 18%)
- •Lifetime: $199 one-time
How to Upgrade
- •Go to https://app.hackerware.com/pricing
- •Choose your plan
- •Complete payment
- •Enter license key in VS Code:
- •
Cmd+Shift+P→ "Continuity: Activate License"
- •
Verify License
diagnose_license
Returns:
- License tier
- Decision count vs limit
- Available features
- License status
Email Verification (Free Tier)
After the trial ends, the free tier allows 10 decisions. Verify your email to unlock 5 more (10 → 15):
- •
Cmd+Shift+P→ "Continuity: Verify Email" - •Enter your email
- •Click link in verification email
- •Limit increases to 15 decisions
Pro Feature Summary
┌─────────────────────────────────────────────────────────────┐ │ PRO FEATURES │ ├─────────────────────────────────────────────────────────────┤ │ │ │ Trial │ │ ├── 14-day full Pro access │ │ ├── No credit card required │ │ └── Decisions preserved after trial │ │ │ │ Free Tier After Trial │ │ ├── Search and read decisions │ │ ├── Limited logging: 10 decisions │ │ └── 15 with email verification │ │ │ │ Pro │ │ ├── Unlimited memory recording │ │ ├── Code intelligence │ │ ├── Knowledge graph │ │ └── Full memory system access (via MCP) │ │ │ └─────────────────────────────────────────────────────────────┘
Key Takeaways
- •14-day free trial gives full Pro access - no credit card needed
- •After trial, decisions are preserved and free logging is capped
- •Pro unlocks unlimited logging and the full product feature set
- •MCP availability still depends on the client/runtime mounting Continuity
- •Upgrade at app.hackerware.com/pricing