Tandem v0.13.6
Highlights
Native context menus (#923) — right-click menus across the editor surface (table ops, link actions, clipboard), the tab strip (Close / Close Others / Close to the Right / Copy Path / Reveal), and annotation cards (Accept / Dismiss / Reply / Edit / Copy / Archive), built on Tauri's native menu API with an enum-in / id-out security contract.
GFM task lists (#982) — - [ ] todo / - [x] done render as interactive checkboxes that round-trip byte-faithfully, modeled as a per-item checked tri-state so plain bullets and checkboxes coexist in one list.
tandem_appendContent MCP tool + seedable scratchpads (#979) — agents can append structured multi-paragraph markdown (headings, lists, paragraphs) and seed scratchpads with initial content; non-destructive, authorship-attributed.
Markdown fidelity (#981) — footnotes, reference-style links, and inline HTML now round-trip instead of being silently dropped.
Phase-4 motion language (#798) — annotation rail card arrival/resolve, editor cues (find hop, anchor pulse, slash entrance, arrival ping), selection-popup morph + entrance, tab close/save-confirm, connection state machine, command-palette entrance, and the new-tab +→menu morph — all behind a dual reduced-motion guard.
Agent-agnostic display (#438) — the UI now names the model you're actually using (Claude / GPT / Gemini / local), not a hardcoded "Claude".
Also added
- Inline / embedded image rendering in documents (#153)
- Session-management UI in the file-open dialog (#103)
- Annotation schema v1→v2 migration framework (#320)
tandem doctoras a real CLI subcommand with--json(#319)
Fixed
- macOS Apple Silicon app failed to start — sidecar SIGTRAP under hardened runtime; added
allow-jitentitlement (#983/#1011) - macOS notarization re-enabled in the release pipeline with a CI verification gate (#428)
- Real-time push to Claude Code was silently off on default installs — channel shim now registered by default (#985)
.docx"mark comment done" wrote the wrong paraId (#1007); slash menu re-opened spuriously after an existing "/" (#998)
This is the first fully signed + notarized macOS build (both Intel and Apple Silicon), with the sidecar carrying allow-jit.
See CHANGELOG.md for the full annotated list.