Same mistakes, every session
Agents regenerate the same style, architecture, and debugging mistakes you already fixed last week.
The learning layer for AI coding agents
Reli learns from developer corrections and adapts AI coding agents to how developers and teams actually build software. Works on top of Cursor, Claude Code, and Codex — not instead of them.
npx @reli1abs/cliDemo — autoplays; Reli surfaces summaries and does not auto-apply code.
coding session
Reli
.local-patterns/patterns.json
listening for repeatable workflows…
Reli watches file edits and terminal output locally, detects repeated fix patterns, and surfaces workflows you already approved — so corrections compound instead of resetting.
Agents regenerate the same style, architecture, and debugging mistakes you already fixed last week.
Cursor Rules, AGENTS.md, and CLAUDE.md only stay useful if someone keeps rewriting them by hand.
Storing context is not the same as detecting a correction, approving a reusable fix, and replaying it next time.
Correction → learned workflow → better future agent behavior. Core runtime stays on your machine.
Work in Cursor, Claude Code, or Codex inside the editor. Reli does not replace the agent.
After you opt in, file edits and terminal outcomes are recorded locally — the trail of what actually fixed the failure.
Rule-based detection finds familiar fail→edit→pass loops (tests, types, API/schema). You approve saving the workflow.
When a similar failure starts again, Reli shows the saved fix summary so the next interaction is informed by what worked.
Local-first means one thing everywhere: on-device storage, local detection, no Reli account, same data format for every capture path.
Reli is not another coding agent and not a cloud code generator. It captures local events, detects repeated corrections, and stores approved workflows on your machine so every agent you use can become more reliable over time.
All session data is stored on-device only Traces and patterns stay on your machine.
Install the extension, grant consent once, and start coding. Core functionality does not require sign-up or Reli API keys.
Secrets are redacted before storage. Sensitive paths like `.env` are skipped. You choose when to save a pattern.
The install CLI downloads the extension from static hosting. After install, capture and replay work offline.
One command. One click. No accounts, no setup files.
npx @reli1abs/cliInstalls into Cursor and VS Code. Observes Cursor Agent, Claude Code, Codex, Copilot, and other assistants used inside those editors via file + terminal capture. The CLI detects your editor, installs Reli, and can restart it for you.
Use npx @reli1abs/cli — do not install unrelated packages named similarly on npm.
npm run reliThe CLI detects Cursor or VS Code, installs Reli as a background learning layer, verifies it, and can restart your editor. Install docs
npx @reli1abs/cli installs Reli into Cursor and VS Code and can restart your editor.
When the editor opens, click Enable — or click Reli in the bottom status bar anytime.
That’s it. Reli runs in the background and learns from corrections locally.