v0.14.0
Immutable
release. Only release title and notes can be modified.
Install / Upgrade
One-liner — installs fresh or upgrades an existing install in place:
curl -fsSL https://raw.githubusercontent.com/NJannasch/vibecockpit/main/install.sh | bashOther options
# Specific version
VERSION=v0.14.0 curl -fsSL https://raw.githubusercontent.com/NJannasch/vibecockpit/main/install.sh | bash
# Custom prefix
PREFIX=/opt curl -fsSL https://raw.githubusercontent.com/NJannasch/vibecockpit/main/install.sh | bash
# Or grab a binary directly from the assets below.What's Changed
- feat: cross-tool memory via FTS5 index by @NJannasch in #21
Full Changelog: v0.13.0...v0.14.0