Skip to content

0.1.10-beta5

Pre-release
Pre-release

Choose a tag to compare

@scgopi scgopi released this 31 Jul 19:07

Every loop that exists is now visible in the sidebar — or exactly one visible chevron away.

The reported "two running loops missing from the sidebar" turned out to be three stacked causes, all fixed:

  • Closed cycles had no sidebar root. A maker↔reviewer pair — forward edge one way, guarded back-edge the other — has no node without an inbound edge, and the row tree walked only from no-inbound roots: the whole cycle vanished from the list while both loops ran. The sidebar now uses the same startAnchors the canvas always has, which anchors each cycle-only component at its first node — the two views can no longer disagree about which loops exist.
  • The disclosure chevron only drew under the pointer. A row with loops beneath it read as a leaf — collapsed children were invisible with no clue they existed. The chevron now always draws when a row has children: dim at rest, brighter on hover.
  • Expansion state reset on every relaunch. What you expanded stays expanded — the set persists across launches now.

Everything from beta4 (remote Copilot goal delivery via folder-trust seeding, remote message/kill transport, and the rest of the 0.1.10 line) is unchanged.