🧠 IDE Plugins

See what your AI assistant has learned — and how much time and money it saved you.

VS Code Extensionv0.5.0

Features

  • 🧠 Status Bar — live lesson count + brain health
  • 📊 Health Panel — overview with token savings and cost estimates
  • 📖 Lesson Viewer — every lesson with recall counts and what worked
  • 💰 Token Savings — ~1,200 tokens saved per recall
  • 🔄 Auto-refresh — configurable interval (default: 5 min)

Setup

  1. Download the .vsix file
  2. In VS Code: Cmd+Shift+P → "Extensions: Install from VSIX…"
  3. Open Settings → search "Cachly"
  4. Set your API Key (cky_live_...)
  5. Set your Instance ID (UUID from dashboard)

🤖 Copy for your AI

Paste this into Copilot Chat, Claude, or Cursor and your AI will set everything up:

Install the Cachly Brain VS Code extension, then configure it:
1. Download and install the VSIX from https://cachly.dev/downloads/cachly-brain-0.5.0.vsix
2. Open VS Code Settings (Cmd+, or Ctrl+,) and search for "Cachly"
3. Set cachly.apiKey to your API key (starts with cky_live_...)
4. Set cachly.instanceId to your Brain instance UUID (from the Cachly dashboard)
5. The status bar should now show "🧠 Brain: N lessons"
6. Use Cmd+Shift+P → "Cachly: Show Brain Health" to see full stats
7. Use Cmd+Shift+P → "Cachly: Show Lessons" to see all learned lessons

Configuration

SettingDefaultDescription
cachly.apiKeyYour Cachly API key
cachly.instanceIdBrain instance UUID
cachly.apiUrlhttps://api.cachly.devAPI base URL
cachly.refreshInterval300Refresh interval (seconds)

🔶 IntelliJ / JetBrains Pluginv0.1.0

Features

  • 🧠 Status Bar Widget — live lesson count
  • 📊 Health Dialog — lesson table with recall counts and token savings
  • ⚙️ Settings Panel — Tools → Cachly Brain

Setup

  1. Download the .zip from the build output
  2. Settings → Plugins → ⚙️ → Install Plugin from Disk…
  3. Go to Settings → Tools → Cachly Brain
  4. Enter your API Key and Instance ID

Build from Source

cd sdk/intellij
./gradlew buildPlugin
# Output: build/distributions/cachly-brain-intellij-0.1.0.zip

💡 How Lessons Work

Lessons are created when an AI assistant (Copilot, Claude, Cursor) calls learn_from_attempts() via the Cachly MCP server.

📝

AI Learns

After fixing a bug, your AI calls learn_from_attempts() to store what worked.

🔁

AI Recalls

Next session, recall_best_solution() returns the fix instantly — no re-research.

💰

You Save

~1,200 tokens per recall. Over time, thousands of dollars and hours saved.