Skip to content

v0.15.10 - 2026-09-03

Choose a tag to compare

@github-actions github-actions released this 04 Sep 06:03
1fbcb1f

Release Notes

Added

  • agentty: check for updates at startup and hourly while the application runs.
  • ag-harness: persist resumable chat sessions in SQLite.
  • ag-harness: provide bounded native repository tools for listing, searching, and
    reading files.

Changed

  • agentty: keep project synchronization non-modal and operation-scoped, retain session
    creation during synchronization, and expire terminal status after ten seconds.
  • agentty: use direct protocol schemas for focused reviews and display review metadata
    on separate rows.
  • agentty: replace Gemini 3.7 Flash with Gemini 3.8 Flash for the Gemini and Antigravity
    providers, migrating persisted selections to the replacement.
  • ag-harness: replace the Muse Spark 1.2 model catalog with Muse Spark 1.3.
  • ag-harness: reuse chat completion requests across retry attempts.
  • deps: update Rust, workspace dependencies, and GitHub Actions.
  • release: bump workspace crate metadata and lockfile package versions to 0.15.10.

Fixed

  • agentty: suppress duplicate focused-review replies across GitHub and GitLab.
  • quality: pin the feature-test version label before rendering so version-width changes
    do not invalidate every enforced GIF freshness hash.

Contributors

agentty 0.15.10

Install agentty 0.15.10

Install prebuilt binaries via shell script

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

Install prebuilt binaries into your npm project

npm install agentty@0.15.10

Download agentty 0.15.10

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.10

Install testty 0.15.10

Install prebuilt binaries via shell script

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

Install prebuilt binaries into your npm project

npm install @agentty-xyz/testty@0.15.10

Download testty 0.15.10

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>