Skip to content

0.6.0 - 2026-06-17

Choose a tag to compare

@github-actions github-actions released this 17 Jun 10:22

Release Notes

Added

  • update — self-update the binary in place. Resolves the newest published
    version WITHIN THE SAME MAJOR as the running binary (minor/patch are
    non-breaking; a major bump is never auto-adopted), downloads and
    SHA-256-verifies the release for the host triple, and atomically replaces the
    current executable (self-replace, so the Windows running-.exe case works).
    --check reports only; --version X.Y.Z installs an exact version.
  • Release mirror now publishes tiny version pointers for auto-update discovery:
    cli/latest/version.txt (absolute latest) and cli/v<major>.x/version.txt
    (latest within a major). Both advance-only. The per-major pointer is the
    shared contract the CLI's update, the Android Gradle plugin, and the iOS
    BugseeAgents all read to find the newest non-breaking version.

Install bugsee-cli 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bugsee/bugsee-cli/releases/download/v0.6.0/bugsee-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/bugsee/bugsee-cli/releases/download/v0.6.0/bugsee-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install bugsee/tap/bugsee-cli

Install prebuilt binaries into your npm project

npm install @bugsee/bugsee-cli@0.6.0

Download bugsee-cli 0.6.0

File Platform Checksum
bugsee-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
bugsee-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
bugsee-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
bugsee-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
bugsee-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum