Skip to content

Releases: mk668a/inline-scribe

v0.2.0

11 Jun 16:43

Choose a tag to compare

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

11 Jun 16:18

Choose a tag to compare

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.