Download Latest Version agentic-stack v0.18.0 source code.zip (2.7 MB)
Email in envelope

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

Home / v0.17.0
Name Modified Size InfoDownloads / Week
Parent folder
agentic-stack v0.17.0 source code.tar.gz 2026-05-10 2.6 MB
agentic-stack v0.17.0 source code.zip 2026-05-10 2.7 MB
README.md 2026-05-10 1.4 kB
Totals: 3 Items   5.3 MB 0

Minor release clearing the open PR queue and shipping the new adapter, Mission Control, and memory-review surfaces.

Highlights

  • GitHub Copilot CLI adapter. Adds AGENTS.md, .github/instructions/, .github/hooks/, and .github/skills/ wiring so Copilot CLI can load the portable brain and run memory hooks.
  • Google Gemini CLI adapter. Adds gemini.md plus a .gemini/skills/ mirror for Gemini CLI projects.
  • Mission Control beta. Adds agentic-stack mission-control with a local web dashboard and static snapshot renderer.
  • Semantic lesson retraction. Adds .agent/tools/retract_lesson.py so obsolete accepted lessons can be retracted from future recall while preserving append-only audit history.
  • Test layout cleanup. Moves tests under tests/ with pytest coverage for adapters, upgrades, Mission Control, onboarding, and lesson retraction.

Upgrade

:::bash
brew update
brew upgrade agentic-stack

For already-installed projects:

:::bash
agentic-stack upgrade --dry-run
agentic-stack upgrade --yes
agentic-stack sync-manifest

Validation

  • PYTHONDONTWRITEBYTECODE=1 python3 -m pytest -q -> 89 passed
  • PYTHONDONTWRITEBYTECODE=1 python3 -m harness_manager.schema
  • bash -n install.sh
  • ruby -c Formula/agentic-stack.rb
  • v0.17.0 tarball sha256: 704f8e7f05123b3791187e16f352936199e5e57e6855564c773961900ea13dd6
Source: README.md, updated 2026-05-10