v0.1.1 — install.sh hotfix
Hotfix release. Upgrade path:
curl -fsSL https://raw.githubusercontent.com/5dive-com/5dive-cli/main/install.sh | sudo bash -s -- --upgradeFresh installs:
curl -fsSL https://raw.githubusercontent.com/5dive-com/5dive-cli/main/install.sh | sudo bashFixed
- install.sh now installs
unzip. The bun installer (curl … | bash) requires it, and on a clean ubuntu:22.04 it isn't preinstalled — the one-liner install was failing silently mid-script. Caught by the new install-smoke CI job on its first run.
Added
- README — copy-paste prompt block for users who'd rather have their existing AI agent run the install (instead of pasting the curl line themselves).
See the full changelog for the v0.1.0 → v0.1.1 diff.