| Name | Modified | Size | Downloads / 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-layerskill 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--windowand--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.txtplain text with no ANSI escape codes. dashboard-summary.jsonrecords the natural-language request that produced the export when one was provided.
Migration
No migration required. Existing flag-based commands still work.
Release
- Tag
v0.11.2cut from master. - GitHub release: https://github.com/codejunkie99/agentic-stack/releases/tag/v0.11.2
Formula/agentic-stack.rbbumped to v0.11.2 in a follow-up commit after the tag tarball existed and its sha256 could be computed.- Tarball sha256:
b9eb098466376c13e087dc91a0655d97481dfd13a6f640989384881990eb1e58.