Releases: toasterbook88/Axis
Release list
AXIS v0.14.10
AXIS v0.14.10
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.10
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🔧 Maintenance
- b3417d0: chore(release): prepare v0.14.10 (supersedes the orphaned v0.14.9 tag) (#274) (@toasterbook88)
Full changelog: v0.14.9...v0.14.10
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.8
AXIS v0.14.8
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.8
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🚀 Features
- b9de614: feat(docs): add OpenWiki self-updating documentation workflow (#261) (@toasterbook88)
- ba7dab1: feat(execution): sample local VRAM peak via nvidia-smi during guarded execution (#265) (@toasterbook88)
- 5a661b9: feat(facts): add PairwiseLinkMatrix for directional network topology (#266) (@toasterbook88)
- da08d5c: feat(mcp): add verify_execution_safety and simulate_workload_plan tools (#264) (@toasterbook88)
🐛 Bug Fixes
- dcf7f6c: fix(multipath): bound and validate SSH path probes (#267) (@toasterbook88)
📚 Documentation
- 2a26209: docs: reconcile truth containment status (#257) (@toasterbook88)
- 59beb91: docs: refresh current-state after v0.14.7 (#255) (@toasterbook88)
🔧 Maintenance
- c080ca8: chore: release v0.14.8 (#268) (@toasterbook88)
- e90c0a0: ci: bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions-minor-patch group (#258) (@dependabot[bot])
Other
- bac1561: Docs/current state v0.14.7 (#256) (@toasterbook88)
- c8e836b: Fix/test isolation axis home (#260) (@toasterbook88)
- 3eb267d: Revert "feat(docs): add OpenWiki self-updating documentation workflow (#261)" (#263) (@toasterbook88)
- c1c1534: deps: bump the go-modules-minor-patch group with 2 updates (#259) (@dependabot[bot])
Full changelog: v0.14.7...v0.14.8
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.7
AXIS v0.14.7
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.7
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🚀 Features
- 6edee37: feat(ai): inference roles, backend probes, and dry-run routing (#251) (@toasterbook88)
- 172c4b6: feat(ai): strict model_seen and MCP inference_route_explain (#252) (@toasterbook88)
- a689ce0: feat(ai): wire roles into placement and agent; document AI config (#253) (@toasterbook88)
📚 Documentation
- 4907533: docs: refresh current-state after v0.14.6 (#247) (@toasterbook88)
🔧 Maintenance
- 86b2335: chore: release v0.14.7 (#254) (@toasterbook88)
- fad31ca: ci: bump actions/setup-go from 6.5.0 to 7.0.0 (#249) (@dependabot[bot])
Other
- 1eeeca4: deps: bump github.com/mattn/go-isatty from 0.0.22 to 0.0.23 in the go-modules-minor-patch group (#250) (@dependabot[bot])
Full changelog: v0.14.6...v0.14.7
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.6
AXIS v0.14.6
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.6
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🐛 Bug Fixes
- b665a0a: fix(transport): close SSH agent connections after auth (#245) (@toasterbook88)
📚 Documentation
- 9dfa68a: docs: refresh current-state after v0.14.5 (#244) (@toasterbook88)
🔧 Maintenance
- c77c09b: chore: release v0.14.6 (#246) (@toasterbook88)
Full changelog: v0.14.5...v0.14.6
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.5
AXIS v0.14.5
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.5
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🐛 Bug Fixes
- 646c0fb: fix(cli): safely report and refresh shadow installs (#242) (@toasterbook88)
📚 Documentation
- aef0a3f: docs: refresh current-state after v0.14.4 (#241) (@toasterbook88)
🔧 Maintenance
- 01ab20f: chore: release v0.14.5 (#243) (@toasterbook88)
Full changelog: v0.14.4...v0.14.5
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.4
AXIS v0.14.4
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.4
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🚀 Features
- 143132b: feat(agent): inject nearest AGENTS.md into system prompt (#237) (@toasterbook88)
🐛 Bug Fixes
- 7dba818: fix(agent): bind model selection to endpoint and protocol (#235) (@toasterbook88)
- f7eb277: fix(agent): wire shell and run_on_node through guarded execution (#236) (@toasterbook88)
- e46b62a: fix(doctor,config): skip local SSH; pure Validate + Normalize (#239) (@toasterbook88)
- 63bae40: fix(facts): reliable remote collect for slow login shells (#238) (@toasterbook88)
📚 Documentation
- 2baf220: docs: refresh current-state after v0.14.3 (#234) (@toasterbook88)
🔧 Maintenance
- a7f7044: chore: release v0.14.4 (#240) (@toasterbook88)
Full changelog: v0.14.3...v0.14.4
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.3
AXIS v0.14.3
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.3
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🚀 Features
- 2e8bd31: feat(cli): professionalize axis init onboarding (#230) (@toasterbook88)
🐛 Bug Fixes
- 0920012: fix(events): harden event log isolation and flush (#229) (@toasterbook88)
- 81dbad1: fix: resolve repeating title bug in terminal select menu (#222) (@toasterbook88)
- 9e5c2f6: fix: resolve static analysis and lint warnings (#226) (@toasterbook88)
📚 Documentation
- 952b8ff: docs: restore thin Copilot entry point and fix agent instruction accuracy (#227) (@toasterbook88)
- ae01971: docs: sync dependencies in AGENTS.md with go.mod (#228) (@toasterbook88)
🔧 Maintenance
- aacfa79: chore: release v0.14.3 (#233) (@toasterbook88)
- 28b46cf: ci(release): harden release workflow gates and dry-run (#231) (@toasterbook88)
- b884bd4: refactor(#1): invert L4→L5 dependencies in safety/execution (#225) (@devin-ai-integration[bot])
Other
- d61f059: deps: bump the go-modules-minor-patch group with 5 updates (#224) (@dependabot[bot])
- 382656f: perf+harden(daemon,#5): lock-free snapshot reads, hardening, TDD scaffolding (#223) (@devin-ai-integration[bot])
Full changelog: v0.14.2...v0.14.3
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.2
AXIS v0.14.2
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.2
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🚀 Features
- 840269e: feat(agent): endpoint authority and resident model picker (#212) (@toasterbook88)
- cf5fb46: feat(transport): SSH multipath routing with endpoint authority (#213) (@toasterbook88)
🐛 Bug Fixes
- f699cc1: fix(api): require bearer-token auth on /debug/pprof endpoints (#216) (@devin-ai-integration[bot])
- 60abbd3: fix(multipath): filter Docker bridge IPs and fix probeSSH return (#214) (@toasterbook88)
- a68d21e: fix: activate multipath routing + resident-model ports; PR-review portability fixes (#219) (@devin-ai-integration[bot])
- c5c056f: fix: close P0 residuals (daemon restart, PR helper, docs) (#211) (@toasterbook88)
- 44b15a8: fix: harden state updates and API safeguards (#220) (@toasterbook88)
🔧 Maintenance
- afb2377: chore: post-release current-state facts (v0.14.1) (#210) (@toasterbook88)
- afc88dd: chore: release v0.14.2 (#221) (@toasterbook88)
- 2e7754b: refactor: consolidate ~/.axis path and atomic-write duplication into persist (#218) (@devin-ai-integration[bot])
- 536130a: test: cover previously untested internal packages (#215) (@devin-ai-integration[bot])
Other
- ae05662: Propagate errors that were silently swallowed (#217) (@devin-ai-integration[bot])
Full changelog: v0.14.1...v0.14.2
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.1
AXIS v0.14.1
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.1
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🐛 Bug Fixes
- c32c761: fix(placement): classify by SSH dial target, not observed hostname (#206) (@toasterbook88)
- 3a05b8d: fix: fail-closed make lint and PR review helper (#208) (@toasterbook88)
🔧 Maintenance
- db9150d: chore(release): prepare v0.14.1 (#209) (@toasterbook88)
- 30fd037: chore: P0 delivery hygiene (CI, lint, install-user, release truth) (#207) (@toasterbook88)
- cbcc7ad: chore: post-release current-state.md refresh (v0.14.0) (#205) (@toasterbook88)
Full changelog: v0.14.0...v0.14.1
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC
AXIS v0.14.0
AXIS v0.14.0
Truth boundary: No generated output may present itself as cluster truth
unless it is backed by a real snapshot or live probe.
Installation
# Go install (recommended)
go install github.com/toasterbook88/axis/cmd/axis@v0.14.0
# Or download binary from assets belowVerify checksums
sha256sum -c checksums.txtChangelog
🚀 Features
- 25bf3c5: feat(agent): P0–P2 — turn axis agent into a cluster-native harness (#197) (@toasterbook88)
- 767d15e: feat(agent): P3 — autonomy modes + multi-model routing (#198) (@toasterbook88)
- 10e0c3b: feat(agent): P3 — background/async tasks + session branching (#199) (@toasterbook88)
- 294ff56: feat(api): implement v2 placement endpoints (#192) (@toasterbook88)
- 15b5abb: feat(execution): Add --expose-port flag (#193) (@toasterbook88)
- dd9de6b: feat(routing): Implement Intelligent Auto-Routing for axis chat (#195) (@toasterbook88)
- d95fd27: feat(safety): swap old blocker with new Structured Safety Engine (#191) (@toasterbook88)
- 9686bfb: feat: zero-config Tailscale auto-discovery for cluster setup (#194) (@toasterbook88)
🐛 Bug Fixes
- 0c46656: fix(axis): measure explicit network speed_class via sysfs + optimize shellSplit allocations (#185) (@toasterbook88)
- be86d88: fix(placement): route-based network class + feat(agent): Cortex native memory (#200) (@toasterbook88)
📚 Documentation
- 5f3b077: docs: reconcile stale facts to live code + CI guard against recurrence (#183) (@toasterbook88)
🔧 Maintenance
- 0eb111f: chore(handoff): sanitize local paths in session-handoff.md (#184) (@toasterbook88)
- 6a2bfd7: chore(release): prepare v0.13.0 (#196) (@toasterbook88)
- 35d4b24: chore(release): prepare v0.14.0 (#201) (@toasterbook88)
- f1a73bf: chore(release): refresh docs/current-state.md for v0.12.2 (#180) (@toasterbook88)
- 43a0305: chore: current-state.md to pre-release state for v0.14.0 tag (#204) (@toasterbook88)
- 676fc34: chore: gofmt trailing whitespace (unblock v0.14.0 release build) (#202) (@toasterbook88)
- 9f67319: chore: refresh current-state.md (v0.14.0 release timestamp) (#203) (@toasterbook88)
- 397ed10: chore: update Go dependencies (#190) (@toasterbook88)
- 53e5e0e: ci: bump actions/checkout from 6.0.3 to 7.0.0 (#182) (@dependabot[bot])
- 47e8122: ci: bump actions/setup-go from 6.4.0 to 6.5.0 in the github-actions-minor-patch group (#187) (@dependabot[bot])
Other
- ccfbb53: Save/speed class allocs (#188) (@toasterbook88)
- 2696ebf: deps: bump github.com/mark3labs/mcp-go from 0.54.1 to 0.55.0 in the go-modules-minor-patch group (#181) (@dependabot[bot])
- eb225b0: deps: bump github.com/mark3labs/mcp-go from 0.55.0 to 0.55.1 in the go-modules-minor-patch group (#186) (@dependabot[bot])
- 3ef52a7: feat/cli ux agent repl (#189) (@toasterbook88)
Full changelog: v0.12.2...v0.14.0
Built with Go go1.26.5 | axismcp.app | Smith Software Solutions LLC