Skip to content

v1.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Apr 12:32

Agent Benchmark v1.3.2

Release notes

  • Realtime report.
  • Fixed credentials path resolving.

Installation

Quick install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/mykhaliev/agent-benchmark/master/install.sh | bash

Manual download (Regular):

  • Windows (AMD64): agent-benchmark_v1.3.2_windows_amd64.zip
  • Windows (ARM64): agent-benchmark_v1.3.2_windows_arm64.zip
  • Linux (AMD64): agent-benchmark_v1.3.2_linux_amd64.tar.gz
  • Linux (ARM64): agent-benchmark_v1.3.2_linux_arm64.tar.gz
  • macOS (Intel): agent-benchmark_v1.3.2_darwin_amd64.tar.gz
  • macOS (Apple Silicon): agent-benchmark_v1.3.2_darwin_arm64.tar.gz

UPX Compressed (60-70% smaller, Windows AMD64/Linux only):

  • Windows (AMD64): agent-benchmark_v1.3.2_windows_amd64_upx.zip
  • Linux (AMD64): agent-benchmark_v1.3.2_linux_amd64_upx.tar.gz
  • Linux (ARM64): agent-benchmark_v1.3.2_linux_arm64_upx.tar.gz

Agent Skills (Optional)

Download agent-benchmark-skills_v1.3.2.zip to get AI assistant skills for writing test configurations.

Install to personal skills folder:

# Linux/macOS
unzip agent-benchmark-skills_v1.3.2.zip -d ~/.copilot/skills/

# Windows (PowerShell)
Expand-Archive agent-benchmark-skills_v1.3.2.zip -DestinationPath $env:USERPROFILE\.copilot\skills\

Extract with: tar -xzf agent-benchmark_*.tar.gz

Full Changelog: v1.3.1...v1.3.2