Skip to content
Hussein Jarrar edited this page Sep 12, 2026 · 2 revisions

v0.20.0

4 changes · 2 Bugfixes, 1 New Feature, 1 New UI Feature.

Bugfix

  • RADD-860 pages keep their "untitled" URL forever: auto-upgrade the placeholder slug + a Change URL action docs ux web · 7fd11141 What's wrong. A page created in the UI is born "Untitled" → slug untitled (then untitled-2, -3… — which is why it LOOKS like duplicate names refuse a slug). RADD-702's rule — a title edit deliberately never moves the slug — then preserves that placeholder forever, and no surface anywhere lets you change a page's…
  • RADD-859 page siblings order by creation, not naturally — 0.18.1 lands between 0.11.0 and 0.12.0 docs ux web · 3259f99b What's wrong. The page tree and every child listing order siblings by position (creation order): the 0.18.1 page (published before the backfill) sits between 0.11.0 and 0.12.0. Plain alphabetical would be worse for exactly this content (0.10.0 < 0.2.0), so the fix is NATURAL sort — numeric-aware compare, the same…

New Feature

  • RADD-861 MCP write tools echo the full item back — compact receipts cut the agent-context cost ai mcp · f531c9b1 What's wrong, with the numbers. Every MCP WRITE tool returns read.model_dump() — the full hydrated item, multi-KB description included — and comment_item echoes the entire body the agent just wrote. In one working session: ~20 issues × (create echo + 2 transition echoes + comment echo + worklog echo) ≈ 150–400KB…

New UI Feature

  • RADD-858 radd:children gains an embed mode: one live page transcluding every child docs editor web · b19747e3 The ask (Hussein). On Radd → Release notes: one unified page showing every version's notes, always current — the child pages EMBEDDED, not linked.

Changes from v0.19.0 to v0.20.0.


Mirrored from project.radd-hq.com on 2026-09-12. Documentation is written there; this copy is regenerated by scripts/publish_wiki.py and hand edits do not survive it.

Clone this wiki locally