Releases: mk668a/inline-scribe
Releases · mk668a/inline-scribe
v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0 — Track-Changes for any textarea, locally
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
Originheader (declarativeNetRequest), so noOLLAMA_ORIGINSsetup.
Install (unpacked): clone → npm install && npm run build → chrome://extensions → Load unpacked → dist/.
18 unit tests; smoke-tested in Chromium against live llama3.2.