Skip to content

v0.21.3 — Consolidated Google Docs Editing

Choose a tag to compare

@nvk nvk released this 16 Aug 22:23
· 45 commits to master since this release

Consolidated v0.21 Google Docs editing

v0.21.3 is the consolidated public release for the v0.21 Google Docs editing tranche:

  • Zero-interaction connector — approved edits use the private adapter's stable Native Messaging connector, which opens the exact Doc without a port, pairing code, side-panel click, or active-tab preparation.
  • Exact-file authorization repair — llm-wiki registration is checked separately from Google's per-file drive.file grant. A content-free live probe opens pinned Picker only when the exact grant is missing, without another approval-hash prompt.
  • Additive suggestions — unrelated unresolved suggestions no longer block a document. New plans may target non-overlapping text while preserving existing suggestion IDs as their verification baseline; overlap, duplicate, and partial retries fail closed.
  • Automatic UI preparation — the connector owns exact-Doc focus, Suggesting mode, and Find-and-replace activation. Agents repair pre-mutation activation failures instead of asking users to prepare browser UI.
  • Governed writes remain intact — exact resources, approved plan hashes, expected revisions, stable idempotency keys, pending journals, tracked suggestions, and independent accepted/rejected projection verification remain mandatory.
  • Codex hook durability — session hooks survive replacement of their loaded versioned plugin cache.

The superseded v0.21.0-v0.21.2 release-page entries were consolidated here; their Git tags remain available for version history.