Cachly Brain — VS Code extension for AI memory monitoring. See lessons, recall counts, token savings, and storage usage in your status bar.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport — counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 12
filesystem 4
- fs cachly-dev-cachly-vscode-bb2934c/cachly-brain-0.9.7.vsix!/extension/dist/extension.js :42
const fs = __importStar(require("fs")); - fs cachly-dev-cachly-vscode-bb2934c/cachly-brain-0.9.7.vsix!/extension/src/extension.ts :5
import * as fs from 'fs'; - fs cachly-dev-cachly-vscode-bb2934c/dist/extension.js :42
const fs = __importStar(require("fs")); - fs cachly-dev-cachly-vscode-bb2934c/src/extension.ts :5
import * as fs from 'fs';
shell / exec 4
- shell cachly-dev-cachly-vscode-bb2934c/cachly-brain-0.9.7.vsix!/extension/dist/lib/config.js :92
* • hands the JSON to the CLI via execFileSync (no shell re-parsing). - shell cachly-dev-cachly-vscode-bb2934c/dist/lib/config.js :92
* • hands the JSON to the CLI via execFileSync (no shell re-parsing). - shell cachly-dev-cachly-vscode-bb2934c/src/lib/ambient.ts :49
`import { spawn } from 'node:child_process';`, - shell cachly-dev-cachly-vscode-bb2934c/src/lib/config.ts :112
* • hands the JSON to the CLI via execFileSync (no shell re-parsing).
network 4
- net cachly-dev-cachly-vscode-bb2934c/cachly-brain-0.9.7.vsix!/extension/dist/extension.js :39
const https = __importStar(require("https")); - net cachly-dev-cachly-vscode-bb2934c/cachly-brain-0.9.7.vsix!/extension/src/extension.ts :2
import * as https from 'https'; - net cachly-dev-cachly-vscode-bb2934c/dist/extension.js :39
const https = __importStar(require("https")); - net cachly-dev-cachly-vscode-bb2934c/src/extension.ts :2
import * as https from 'https';
declared dependencies 5
- @types/node@^20.0.0
- @types/vscode@^1.85.0
- @vscode/vsce@^3.9.1
- typescript@^5.3.0
- vitest@^2.1.9