Skip to content

v0.15.9 - 2026-08-31

Choose a tag to compare

@github-actions github-actions released this 31 Aug 22:13
10e80df

Release Notes

Added

  • agentty: persist Concise, Balanced, and Detailed response styles per session and
    project default, with /style selection and provider-neutral turn guidance.

Changed

  • agentty: exchange focused-review findings as structured JSON across the shared
    protocol, provider prompts, and application UI.
  • agentty: preserve completed file and inline Diff comments across mode changes until a
    new turn starts or the session is deleted.
  • agentty: render only visible transcript rows while preserving cached wrapping and
    paragraph semantics.
  • ag-harness: validate all structured model output against request schemas and content
    limits without allocating a second full-size JSON representation.
  • docs: make short, conceptual documentation the repository default.
  • quality: require Agentty E2E, diff-coverage, and coverage hooks before handoff.
  • release: bump workspace crate metadata and lockfile package versions to 0.15.9.

Contributors

agentty 0.15.9

Install agentty 0.15.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentty-xyz/agentty/releases/download/v0.15.9/agentty-installer.sh | sh

Install prebuilt binaries into your npm project

npm install agentty@0.15.9

Download agentty 0.15.9

File Platform Checksum
agentty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
agentty-x86_64-apple-darwin.tar.xz Intel macOS checksum
agentty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
agentty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo agentty-xyz/agentty

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

testty 0.15.9

Install testty 0.15.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentty-xyz/agentty/releases/download/v0.15.9/testty-installer.sh | sh

Install prebuilt binaries into your npm project

npm install @agentty-xyz/testty@0.15.9

Download testty 0.15.9

File Platform Checksum
testty-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
testty-x86_64-apple-darwin.tar.xz Intel macOS checksum
testty-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
testty-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo agentty-xyz/agentty

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>