v0.11.1 — terminal data dashboard
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, anddaily-report.mdfor agents and
users who want to inspect or attach a plain-text report.docs/data-layer.svg. README anddocs/data-layer.mdnow include a
visual of the local data-layer flow: input streams, exporter, browser
dashboard, terminal dashboard, CSV/JSON, and approved handoff.
Changed
dashboard-report.jsonnow 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
- Tag
v0.11.1cut from master. - GitHub release: https://github.com/codejunkie99/agentic-stack/releases/tag/v0.11.1
Formula/agentic-stack.rbbumped to v0.11.1 in a follow-up commit after
the tag tarball existed and its sha256 could be computed.- Tarball sha256:
c0f09417c6caf34ba712d03271177ea2779af50e86a19bf76c10ba5d50bcff3e.