File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,14 @@ dashboard surface.
3333### Migration
3434No migration required. Existing flag-based commands still work.
3535
36+ ### Release
37+ - Tag ` v0.11.2 ` cut from master.
38+ - GitHub release: < https://github.com/codejunkie99/agentic-stack/releases/tag/v0.11.2 >
39+ - ` Formula/agentic-stack.rb ` bumped to v0.11.2 in a follow-up commit after
40+ the tag tarball existed and its sha256 could be computed.
41+ - Tarball sha256:
42+ ` b9eb098466376c13e087dc91a0655d97481dfd13a6f640989384881990eb1e58 ` .
43+
3644## [ 0.11.1] — 2026-04-26
3745
3846Patch release. Makes the data-layer dashboard visible directly in coding-tool
Original file line number Diff line number Diff line change 11class AgenticStack < Formula
22 desc "One brain, many harnesses — portable .agent/ folder for AI coding agents"
33 homepage "https://github.com/codejunkie99/agentic-stack"
4- url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.11.1 .tar.gz"
5- sha256 "c0f09417c6caf34ba712d03271177ea2779af50e86a19bf76c10ba5d50bcff3e "
6- version "0.11.1 "
4+ url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.11.2 .tar.gz"
5+ sha256 "b9eb098466376c13e087dc91a0655d97481dfd13a6f640989384881990eb1e58 "
6+ version "0.11.2 "
77 license "Apache-2.0"
88
99 def install
You can’t perform that action at this time.
0 commit comments