File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,14 @@ in through onboarding reconfiguration or `.agent/memory/.features.json`.
5353### Credits
5454- PR #11 by @Siddharth11Roy , with review fixes and release prep by Codex.
5555
56+ ### Release
57+ - Tag ` v0.12.0 ` cut from master.
58+ - GitHub release: < https://github.com/codejunkie99/agentic-stack/releases/tag/v0.12.0 >
59+ - ` Formula/agentic-stack.rb ` bumped to v0.12.0 in a follow-up commit after
60+ the tag tarball existed and its sha256 could be computed.
61+ - Tarball sha256:
62+ ` cd18a0cf82e027390ef10a102ec4bfed26fc45114f6ce96c0787e5a1cf0dce26 ` .
63+
5664## [ 0.11.2] — 2026-04-26
5765
5866Patch release. Makes the data-layer dashboard easier to access from coding
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.2 .tar.gz"
5- sha256 "b9eb098466376c13e087dc91a0655d97481dfd13a6f640989384881990eb1e58 "
6- version "0.11.2 "
4+ url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.12.0 .tar.gz"
5+ sha256 "cd18a0cf82e027390ef10a102ec4bfed26fc45114f6ce96c0787e5a1cf0dce26 "
6+ version "0.12.0 "
77 license "Apache-2.0"
88
99 def install
You can’t perform that action at this time.
0 commit comments