Skip to content

v0.11.1 — terminal data dashboard

Choose a tag to compare

@codejunkie99 codejunkie99 released this 26 Apr 17:42

Patch release. Makes the data-layer dashboard visible directly in coding-tool
terminals and adds a visual SVG explainer for the data-layer flow.

Added

  • Terminal dashboard by default. The existing
    python3 .agent/tools/data_layer_export.py --window 30d --bucket day
    command now prints a compact TUI-style dashboard after writing exports. It
    shows resource numbers, latest bucket activity, top harnesses, top workflows,
    top categories, and artifact paths without requiring a browser.
  • dashboard.tui.txt. The same terminal dashboard is saved next to
    dashboard.html, CSV/JSON exports, and daily-report.md for agents and
    users who want to inspect or attach a plain-text report.
  • docs/data-layer.svg. README and docs/data-layer.md now include a
    visual of the local data-layer flow: input streams, exporter, browser
    dashboard, terminal dashboard, CSV/JSON, and approved handoff.

Changed

  • dashboard-report.json now advertises the terminal dashboard artifact.
  • Data-layer docs no longer require a separate command to see the terminal
    view; the normal export command prints it.

Migration

No migration required. Existing data-layer commands still work; they now print
the terminal dashboard in addition to the previous status lines.

Release