Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 23:00
585a1d6

Release Notes

Features

  • Settings viewer — new screen (2 key) discovers and displays Claude Code settings files (~/.claude/settings.json, project settings, project local settings) in a structured, scrollable format showing model, permissions, MCP servers, hooks, plugins, and environment variables
  • Screen switching — tab bar with 1 / 2 keys to switch between Files and Settings screens

Improvements

  • Help bar readability — key labels now use cyan and descriptions use gray for better visibility on dark terminals
  • Text input cursor — arrow keys move the cursor in title and rename inputs; backspace deletes at cursor position
  • Rename pre-fill — renaming a snippet now places the cursor at the end of the existing title

Internal

  • Project renamed from context-manager to jigolo — updated package name, binary, repo URLs, homebrew tap, config directory, and all references

Install jigolo 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/freyr/jigolo/releases/download/v0.2.0/jigolo-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/freyr/jigolo/releases/download/v0.2.0/jigolo-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install freyr/tap/jigolo

Download jigolo 0.2.0

File Platform Checksum
jigolo-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
jigolo-x86_64-apple-darwin.tar.xz Intel macOS checksum
jigolo-x86_64-pc-windows-msvc.zip x64 Windows checksum
jigolo-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
jigolo-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum