Skip to content

v0.1.0 — Track-Changes for any textarea, locally

Choose a tag to compare

@mk668a mk668a released this 11 Jun 16:18
· 6 commits to main since this release

First release.

What it does: press Alt+G in any textarea / text input / contenteditable and your text comes back as a reviewable Track-Changes diff — deletions struck through, insertions in green, each accepted (✓) or rejected (✕) individually. Corrections come from your own OpenAI-compatible endpoint (default: local Ollama + llama3.2). Nothing leaves your machine.

Design guarantees

  • The LLM never produces the diff — it returns corrected prose; hunks are computed by a deterministic word-level diff.
  • Your text is never modified until you accept.
  • Works with stock Ollama: the extension strips the Origin header (declarativeNetRequest), so no OLLAMA_ORIGINS setup.

Install (unpacked): clone → npm install && npm run buildchrome://extensions → Load unpacked → dist/.

18 unit tests; smoke-tested in Chromium against live llama3.2.