Download Latest Version v0.15.0 -- dashboard TUI source code.tar.gz (2.6 MB)
Email in envelope

Get an email when there's a new version of agentic-stack

Home / v0.11.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-26 1.6 kB
v0.11.2 source code.tar.gz 2026-04-26 2.5 MB
v0.11.2 source code.zip 2026-04-26 2.6 MB
Totals: 3 Items   5.1 MB 0

Patch release. Makes the data-layer dashboard easier to access from coding tools by turning the injected data-layer skill into the natural-language dashboard surface.

Added

  • Injected dashboard behavior. The data-layer skill now triggers on plain phrases such as "show me the dashboard", "what did my agents do", "agent status", and "usage report". When the model decides the user wants local agent activity, the skill tells it to render the terminal dashboard directly instead of making the user remember flags.
  • Natural-language exporter requests. The existing exporter now accepts requests such as python3 .agent/tools/data_layer_export.py show me last 7 days by hour. It maps common phrases to --window and --bucket; explicit flags still override the natural-language text for scripts and automation.

Changed

  • The terminal dashboard now uses the same rail/marker visual language as the onboarding flow while keeping dashboard.tui.txt plain text with no ANSI escape codes.
  • dashboard-summary.json records the natural-language request that produced the export when one was provided.

Migration

No migration required. Existing flag-based commands still work.

Release

Source: README.md, updated 2026-04-26