v0.5.1
v0.5.1
Changes since v0.5.0:
- feat(agent): follow-up drill in runAnalyze — analyze + logs in one prompt (cc24be6)
- feat(demo): shim supports compose ls + logs for the Smart Analyze take (f42916d)
- chore(release): 0.5.1 — analyze + logs in one prompt (d00f060)
Install
# macOS (Apple Silicon)
curl -fsSLO https://github.com/antoniociccia/piper/releases/download/v0.5.1/piper-darwin-arm64
chmod +x piper-darwin-arm64 && mv piper-darwin-arm64 /usr/local/bin/piper
# Linux x64
curl -fsSLO https://github.com/antoniociccia/piper/releases/download/v0.5.1/piper-linux-x64
chmod +x piper-linux-x64 && sudo mv piper-linux-x64 /usr/local/bin/piperVerify the download against the matching .sha256 published alongside each binary.