| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-07-17 | 588 Bytes | |
| spogo_0.10.1_darwin_amd64.tar.gz | 2026-07-17 | 5.9 MB | |
| spogo_0.10.1_darwin_arm64.tar.gz | 2026-07-17 | 5.7 MB | |
| spogo_0.10.1_windows_arm64.zip | 2026-07-17 | 5.5 MB | |
| spogo_0.10.1_linux_amd64.tar.gz | 2026-07-17 | 6.0 MB | |
| spogo_0.10.1_linux_arm64.tar.gz | 2026-07-17 | 5.6 MB | |
| spogo_0.10.1_windows_amd64.zip | 2026-07-17 | 6.0 MB | |
| README.md | 2026-07-17 | 2.3 kB | |
| v0.10.1 source code.tar.gz | 2026-07-17 | 333.2 kB | |
| v0.10.1 source code.zip | 2026-07-17 | 405.8 kB | |
| Totals: 10 Items | 35.5 MB | 2 | |
0.10.1 - 2026-07-17
Highlights
- Add native shell completion generation for Bash, Zsh, and Fish
- Make missing browser authentication fail with the documented exit code for reliable automation
- Surface Spotify rate-limit cooldown hints so callers can back off without guessing
CLI and authentication
- Add Bash, Zsh, and Fish shell completions and show supported shells in command help (
#32, thanks @kk-spartans) - Return exit code
3when browser cookies are unavailable instead of collapsing authentication failures into a generic command error - Surface Spotify
Retry-Afterhints in API errors with bounded seconds and HTTP-date parsing (#41, thanks @clawSean)
Reliability and maintenance
- Build CI and release artifacts with Go 1.25.12 so upstream standard-library security fixes are included
- Refresh direct and transitive Go dependencies, including Kong, go-toml, x/crypto, x/sys, and modernc.org/libc
- Refresh GitHub Actions and pinned dead-code, linting, and formatting tools
Documentation
- Define product direction, compatibility guarantees, security boundaries, and change policy in
VISION.md - Update source-install requirements and command documentation for the refreshed CLI and Go toolchain
Pre-release proof
- Release head
ee54765f26cc134333e682755a27bfd20fb6cff8; zero open issues and zero open pull requests - Main CI passed on the exact release head: https://github.com/openclaw/spogo/actions/runs/29564511374
- Pages build and deployment passed on the exact release head: https://github.com/openclaw/spogo/actions/runs/29564511381
- All direct dependencies were already at their latest stable releases; this repository has no
openclaw/crawlkitdependency - Local gate passed with Go 1.25.12: module verification, formatting/import checks, tests, race tests, vet, deadcode, lint, 90.5% coverage, vulnerability scan, native build, and Linux/Windows/macOS cross-builds
- GoReleaser v2.17.0 configuration check and isolated snapshot succeeded with six macOS/Linux/Windows archives; the packaged Darwin arm64 binary reports
0.10.1 - Source-blind packaged-CLI validation passed for version, help, Bash/Zsh/Fish completions, unknown-flag exit
2, missing-cookie exit3, and malformed-TOML handling - AutoReview passed with no accepted/actionable findings