Skip to content

basecamp v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 03:16
· 550 commits to main since this release

⚠️ Migrate to flat SDK routes — removes 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 login

macOS (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 login

Other platforms: download the matching archive from the assets below.

What's Changed

Features

Bug Fixes

Documentation

  • Release engineering: script, package managers, completions, docs by @jeremy in #171

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