Release Notes
Features
- Shell completions —
pixa completions <shell> generates completion scripts for bash/zsh/fish/elvish/PowerShell. pixa install --completions auto-detects your shell and installs to the standard directory. (#7)
- CLAUDE.md — project rules for AI coding agents: conventional commits, branching, release process, code style. (#5)
Improvements
- Widen README hero banner from 640px to 800px for better readability.
- Fix changelog template to avoid redundant heading levels.
Install pixa 0.1.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/techarm/pixa/releases/download/v0.1.4/pixa-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/techarm/pixa/releases/download/v0.1.4/pixa-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install techarm/tap/pixa
Download pixa 0.1.4