Skip to content

Tags: paulirotta/ahma

Tags

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.18.0 (#532)

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.17.1 (#527)

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.17.0 (#525)

v0.16.9

Toggle v0.16.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.16.9 (#518)

v0.16.8

Toggle v0.16.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.16.8 (#516)

v0.16.7

Toggle v0.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.16.7 (#513)

Ships /skill support for the Agent Skills open standard in the TUI (#512),
honest-panes disclosure work (#511), window process-tree reaping and detail
overlay fixes (#510), bridge shutdown reporting (#507), and the await-timeout
and tool-list unification work (#503#506).

v0.16.6

Toggle v0.16.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ci] Release 0.16.6 — relax build-time macOS signing to unblock insta…

…ll (#498)

* ci: temporarily drop build-time macOS codesign step (relax R-SIGN.1)

Reverts #493 (fdb0cec). v0.16.5 is the first release to ship a
codesign'd darwin-arm64 binary and it fails to install on macOS. Until
the Apple Developer signing path is finished, ship the plain linker
binary again — install.sh / 'ahma update' still retrofit the local
hardened-runtime re-sign, matching the pre-0.16.5 posture that installed
cleanly.

The build-time signing step returns as an open (unlanded) PR so the work
is not lost.

* chore(release): bump version to 0.16.6

v0.16.5

Toggle v0.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.16.5 (#497)

v0.16.4

Toggle v0.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.16.4 (#486)

Ships the small-model context-management and dogfooding-driven reliability
work: the proxy transparently reconnects on a dead bridge session instead
of exiting (#479), log location is disclosed loudly and namespaced
per-project with .gitignore hygiene handling (#480), length-truncated
model responses are detected and auto-continued instead of silently
stalling (#481), a Windows build regression from #479 was caught and
fixed via main's post-merge CI (#482), and conversation history is now
proactively compacted before context fills up rather than only reacted
to after the fact (#483).

Also documents out-of-band attestation verification (gh attestation
verify) in the README as the higher-trust alternative to the automatic
in-band checks ahma update / ahma verify --self already perform.

v0.16.3

Toggle v0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump version to 0.16.3 (#478)

Ships the CI resilience work: the sandbox-gate race behind flaky bridge
tests (#476) and a guard so a missing/unreachable Windows Defender
service can no longer fail the build (#477).