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

v0.7.0

13 changes · 2 Bugfixes, 3 New Features, 7 New UI Features, 1 Uncategorized · 52 points.

Bugfix

  • RADD-741 MCP can log time but never correct it mcp server timelogging · 2 pts · d24b3161 MCP can CREATE a time entry and LIST time entries, and cannot change or remove one. The gap was found by hitting it: this session's allocation summed to 89 minutes against an 87-minute span, and the working agreement is explicit that logging more than the session lasted is "a fabrication with arithmetic on top" — so…
  • RADD-740 The MCP catalog is per-caller and per-deploy, but advertised as immutable mcp server · 5 pts · dee74826 initialize answers "capabilities": {"tools": {}} — no listChanged. That tells every client the tool list is fixed for the life of the connection. Spec 114 made that false by construction: the catalog is a function of the caller, and it also changes when a plugin mounts or unmounts (RADD-640) and on any deploy…

New Feature

  • RADD-739 MCP cannot create an issue link, so an agent can file a plan but not its order mcp server · 3 pts · 72f529dc Filing RADD-708's two new children ran over MCP end to end — create_item with parent, type, estimate_points and state, then comment_item, then update_item — and stopped at one write: saying that RADD-717 blocks RADD-726. There is no tool for it, so that call went to REST (POST /items/{id}/links).
  • RADD-725 Release notes carry what the tracker knows, not just a title docs release · 3 pts · 5749b84f A generated entry was one line — the issue key and its title. That is barely more than the commit subject it replaced, and it throws away everything the tracker already holds about the change.
  • RADD-725 Release notes carry what the tracker knows, not just a title docs release · 3 pts · aeab5845 A generated entry was one line — the issue key and its title. That is barely more than the commit subject it replaced, and it throws away everything the tracker already holds about the change.

New UI Feature

  • RADD-733 Export a page as PDF, with or without its subpages docs web · 5 pts · 40047857 "Send me that page" ends in a PDF more often than in anything else — a runbook carried into a meeting, release notes attached to an email, a spec handed to someone who has no login. Radd's current answer is nothing: Ctrl+P on a page prints the application — top bar, pins bar, sidebar, tree rail, and the body…
  • RADD-718 Page labels docs web · 5 pts · 4516eb08 Pages have no labels, so there is no cross-cutting axis: no "everything tagged runbook across every space". The tree is the only organisation, and a tree can only express one hierarchy.
  • RADD-716 Extension: include another page (transclusion) docs web · 5 pts · dc45fcbc A shared fragment — a warning, a contact list, a set of links — must be copy-pasted into every page that needs it, and then drifts.
  • RADD-713 Backlinks: what links to this page docs web · 5 pts · da5e7c0d A wiki without backlinks is a set of dead ends. Radd stores page→issue links, but nothing records page→page references, so a page cannot answer "what points at me" — the question that makes a wiki navigable in the direction people actually need.
  • RADD-715 Extension: callout panels (info, warning, success, danger) docs web · 3 pts · cf55763a No way to mark a paragraph as a warning or a note. Every wiki has these, and their absence is why important lines get bolded and shouted instead.
  • RADD-710 Extension: table of contents, optionally including subpages docs web · 5 pts · e0a76ec3 radd:toc — the page's own headings as a navigable outline, and optionally the pages beneath it in the tree.
  • RADD-709 Page extensions: the mechanism docs pluginmgr web · 8 pts · 984c9717 A page can embed a live block — a table of contents, a child index, a button — that renders from data at read time instead of being frozen prose.

Uncategorized

  • RADD-708 Pages becomes a real wiki: obvious hierarchy, extensions, templates docs web · b526afa5 Pages works, but it is a page store rather than a wiki. Three gaps, from use:

Changes from v0.6.6 to v0.7.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