v0.1.46
Highlights
Interactive blog authoring (WYSIWYG editor). Blogs are self-contained interactive HTML documents (ADR-0039), with the HTML as the single source of truth. Opening a blog now gives you a Twitter-Articles-style editor:
- Edit / Preview toggle — edit prose in place, preview the live sandboxed document (animations, charts, runnable demos).
- Formatting toolbar: bold/italic/strikethrough, headings, quotes, bulleted/numbered lists, links, emoji.
- Insert menu: images (with upload), video (YouTube/Vimeo/file), tables, LaTeX math (KaTeX, rendered offline), code blocks, embedded HTML, and dividers.
- Cover-image upload, live word count, and debounced autosave that also picks up external agent edits from disk.
- Agent-authored interactive "islands" (inline scripts) are preserved verbatim across edits and saves; only the prose is editable.
Also in this release
- chat: fall back to the host default model when the session's model isn't in the provider's catalog.
- gateway: fix the trajectory share page's JSONL/messages links.
- chat: accept/reject controls inside a discussion-branch tab; show the Discuss button on freshly-streamed messages.
- provider: name-based add flow, in-place editing, and a composer provider switcher.
- agent: forbid committing under an unverified git identity.
- docs: ADR-0041 (the room is the session — Matrix substrate sketch).
Install
Prebuilt binaries for linux and darwin (amd64/arm64) are attached, with checksums.
Full Changelog: v0.1.44...v0.1.46