Repeated debugging
You fix the same class of bug — test failures, type errors, schema mismatches — again and again across sessions.
reflex
Reflex captures successful workflows, fixes, and repeated patterns from real coding sessions — then reuses them when similar situations appear.
npx @reflex1abs/cli install --editor cursorInstalls Reflex into Cursor. Reload the editor after the command completes.
Do not use npm install -g reflex-cli — that is an unrelated package. Use npx @reflex1abs/cli instead.
The CLI downloads the extension and installs it into your editor. Install docs
cursor agent
reflex analysis
.local-patterns/patterns.json
listening for repeatable workflows…
Reflex watches what you actually do locally — then surfaces memory when a familiar loop starts again.
You fix the same class of bug — test failures, type errors, schema mismatches — again and again across sessions.
Every new chat starts from zero. You re-describe the failure, the file, and what worked last time.
Agents are powerful but stateless. Without memory, patterns do not compound — they reset.
Four phases, one pipeline — from observation to memory, entirely local.
Reflex observes your workflow locally — file edits, terminal commands, and session traces stored on your machine.
It identifies repeated debugging patterns: test-fix loops, type-error cycles, and API/schema failures.
After you approve, Reflex saves reusable fixes to `.local-patterns/patterns.json` in your project — plain JSON, no cloud.
When a similar failure starts again, Reflex surfaces the saved fix before you rediscover it — status bar and measured cost framing.
Reflex is built for developers who want memory without giving up control. Everything described here matches the current implementation.
Traces and patterns stay on your machine — SQLite in editor global storage, JSON in your project's `.local-patterns/`.
Install the extension, grant consent once, and start coding. No sign-up, no API keys for Reflex itself.
Secrets are redacted before storage. Sensitive paths like `.env` are skipped. You choose when to save a pattern.
Reflex does not sync to a server, run embeddings, or phone home. It works offline after install.
cursor agent
reflex analysis
.local-patterns/patterns.json
listening for repeatable workflows…
Three steps after install. No account, no cloud configuration.
npx @reflex1abs/cli install --editor cursorInstalls Reflex into Cursor. Reload the editor after the command completes.
Do not use npm install -g reflex-cli — that is an unrelated package. Use npx @reflex1abs/cli instead.
npm run reflex -- install --editor cursorThe CLI downloads the extension and installs it into your editor. Install docs
Run the install command from the hero, or download the .vsix from GitHub Releases.
Accept the consent prompt on first launch. Reflex only captures after you opt in.
Work normally. Reflex observes sessions, detects repeated loops, and offers to save patterns you approve.