Release Notes
Features
- In-place text editing — press
e to edit CLAUDE.md files and settings files directly in the TUI using tui-textarea, with dirty tracking, explicit save (Ctrl+S), atomic writes, and double-Esc to discard unsaved changes
Fixes
- File list navigation —
j/k now skip folder nodes so the cursor always lands on a file, preventing the content pane from appearing unresponsive
Internal
- Crate structure — moved business logic from
main.rs to lib.rs, eliminating duplicate module compilation during tests
Install jigolo 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/freyr/jigolo/releases/download/v0.3.0/jigolo-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/freyr/jigolo/releases/download/v0.3.0/jigolo-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install freyr/tap/jigolo
Download jigolo 0.3.0