Skip to content

Releases: terraphim/pi_agent_rust

v0.1.20

25 Jun 13:45

Choose a tag to compare

[v0.1.20] — 2026-06-13 — Tag-only

Bug Fixes

  • Windows connect retries now survive WSAENOTCONN ("Socket is not
    connected")
    — the HTTP client retries the TCP connect when Winsock reports
    WSAENOTCONN, and the error-classification logic walks the full
    io::Error::get_ref source chain so the code is detected even when it is
    wrapped several layers deep. A Winsock remediation hint is surfaced when the
    condition is hit. Fixes #106.

Internal

  • Synced Cargo.lock to the released 0.1.19 dependency set.

Quick Install

curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/pi_agent_rust/main/install.sh | bash

Or download a specific version:

curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/pi_agent_rust/main/install.sh | bash -s -- --version 0.1.20

Manual Install

Download the archive for your platform, extract, and place pi on your PATH:

Platform Archive
Linux x86_64 pi-linux-amd64.tar.xz
Linux ARM64 pi-linux-arm64.tar.xz
macOS x86_64 pi-darwin-amd64.tar.xz
macOS ARM64 (Apple Silicon) pi-darwin-arm64.tar.xz
Windows x86_64 pi-windows-amd64.zip

All archives include SHA256 checksums in SHA256SUMS for verification.