Skip to content

v0.15.0 — dashboard TUI

Choose a tag to compare

@codejunkie99 codejunkie99 released this 05 May 20:20
75bae2e

[0.15.0] — 2026-05-06

Minor release. Adds a production dashboard TUI for installed agentic-stack
projects, with the trust-console inspection surface folded into the same
user-facing entrypoint.

Added

  • agentic-stack dashboard / dash. Adds a terminal dashboard for project
    health, installed adapters, doctor checks, harness verification, memory, team
    brain, skills, managed instances, transfer, and local data exports.
  • Trust-console parity. The dashboard includes a per-harness verify matrix,
    team brain status/init, skills listing, active instance listing,
    accepted/rejected memory review, and memory_why() evidence lookup.
  • Plain renderer. agentic-stack dashboard --plain and non-TTY fallback
    produce a script-safe text dashboard for logs, agents, and tests.
  • Interactive dashboard coverage. Adds local tests for renderer output,
    CLI aliases, trust-console parity sections, non-TTY fallback, up/down
    navigation, refresh, quit, and Enter-open behavior.

Changed

  • Bare interactive agentic-stack / ./install.sh opens the dashboard when an
    existing .agent/install.json is present. Non-TTY shells keep printing
    command guidance instead of launching an interactive UI.
  • README, POSIX installer help, and PowerShell installer help now document the
    dashboard entrypoint.

Fixed

  • test_claude_code_hook.py now works both as a standalone validation script
    and as a pytest-collected module by providing a real mod fixture.

Migration

No migration required. Existing projects can run agentic-stack dashboard
after upgrading. Re-run an adapter install only if you want the latest copied
adapter guidance files in a project.

Release