Skip to content

0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:04
7b3c488

Structured, human-readable views for a checkpoint's source links. The Session log and Cursor links no longer open raw JSON; they open readable views, with a Show raw toggle still one click away.

What's new

Run log (the pipeline trace)

  • Open the Session log link to see the whole batch run: an overall status badge, when it ran and how long it took, the pages it created and updated (shown vault-relative), and any errors.
  • A per-agent record for Synthesis, Historian, and Editor, each with status and duration.
  • Drill into an agent to see what it produced, including work that did not land: Synthesis drafts (a short preview that expands to full markdown), Historian augmentations and recorded topics, and the Editor's decisions and results. This makes the "what ran versus what was committed" distinction visible.
  • Editor decisions render in the same form as the checkpoint detail.

Cursor (resume and coverage state)

  • Open the Cursor link to see its status, checkpoint number, last-updated time (relative), and the topics-covered digest as readable cards (what the pipeline considers already covered in the conversation).
  • Diagnostic fields stay tucked into a collapsible Details section or behind Show raw.

Show raw on every view

  • Toggle to the literal JSON at any time, and back. It is also the safe fallback when a file is partial or unexpected.

Notes

  • Both views render untrusted content safely (inert text or markdown via Obsidian's renderer) and degrade gracefully on malformed or partial files.
  • Strictly read-only, desktop, theme-respecting, as before.
  • These views support the insightmesh-core session-log and cursor shape as of core v0.5.0. These are informal artifacts, so a future core change to them may require a plugin update; the views fall back to Show raw when a field is missing or unexpected.

Install / update

  • BRAT: update aucontraire/insightmesh-obsidian to 0.3.0.
  • Or download main.js, manifest.json, and styles.css from the assets below into <vault>/.obsidian/plugins/insightmesh-viewer/.