basecamp v0.2.0
bucketID arguments from project commands. Docker release channel removed.
First public release. Security hardening, self-describing CLI, and package manager support.
--help --agent: structured JSON help for AI agents, embedded skills, and doctor integration.basecamp upgrade: seamless self-update command.- Cosign v4 bundle signing for supply-chain verification.
- Homebrew, Scoop, and shell completions ship with releases.
Install
Linux (Omarchy):
gh release download v0.2.0 --repo basecamp/basecamp-cli --pattern '*linux_amd64*'
tar xzf basecamp_0.2.0_linux_amd64.tar.gz
sudo mv basecamp /usr/local/bin/
basecamp auth loginmacOS (Apple Silicon):
gh release download v0.2.0 --repo basecamp/basecamp-cli --pattern '*darwin_arm64*'
tar xzf basecamp_0.2.0_darwin_arm64.tar.gz
sudo mv basecamp /usr/local/bin/
basecamp auth loginOther platforms: download the matching archive from the assets below.
What's Changed
Features
- V1 CLI ship polish by @jeremy in #160
- Security hardening for public release by @jeremy in #161
- Migrate CLI to flat SDK routes by @jeremy in #132
- Second round SDK CI/CD sync + exceed by @jeremy in #167
- Remove Docker release channel by @jeremy in #170
- Sync skills to distribution repo on release by @jeremy in #172
Bug Fixes
- Fix security review followups from #161 by @jeremy in #162
- Address PR #166 review feedback by @jeremy in #173
- Address PR #166 review feedback by @jeremy in #174
Documentation
Other Changes
- Prep for v0.2.0 release by @jeremy in #163
- Self-describing CLI: --help --agent, embedded skills, doctor integration by @jeremy in #164
- Import SDK CI/CD tooling: labeling, CodeQL, surface checks, AI changelog by @jeremy in #166
Full Changelog: v0.1.1...v0.2.0