Skip to content

v0.30.3

Choose a tag to compare

@github-actions github-actions released this 31 Aug 22:50
· 129 commits to main since this release
08d514a

Features

  • Groups Agent Dashboard conversations by resolved Project, with compact rows ordered into Working, Waiting, New, Reviewed, Failed, and Ready sections.
  • Preserves expanded permission, question, plan, waiting, and AWS reauthentication states so action-required work stays visible.
  • Replaces repeated child-agent buttons with one accessible agent-count control that opens the team picker without discarding the current selection.
  • Routes wikilinks, ordinary Markdown vault links, relative links, headings, and block references into the companion document leaf while preserving external and protocol links.
  • Uses Geode's optional 30/70 conversation/document split while retaining the standard Obsidian fallback.

Improvements

  • Keeps dashboard project grouping current after cwd and pending-plan changes.
  • Preserves scheduled single-run rollups and project/status-scoped expansion state.
  • Stabilizes the screenshot harness across fresh Chromium processes by awaiting thread focus and pinning a deterministic bundled monospace font.

Notes

  • Includes #481.
  • No migration steps or breaking changes are required.
  • Follow-up: verify unresolved relative-link new-note creation against a real host and normalize source-relative paths if needed.
  • Follow-up: extract the duplicated Dashboard/Kanban project resolver into shared logic to prevent future divergence.