Technology Apr 16, 2026 · 1 min read

IPE v0.1.17 - Keyboard Shortcuts, Crash Recovery & macOS Fix

A quick update on IPE - the local PR-review UI for Claude Code plans. If you missed the original announcement, check it out here. Here's what's new since v0.1.15: Keyboard Shortcuts You can now navigate the review flow without touching the mouse: Shift+Tab - Accept the plan x - Requ...

DE
DEV Community
by Eduard Maghakyan
IPE v0.1.17 - Keyboard Shortcuts, Crash Recovery & macOS Fix

A quick update on IPE - the local PR-review UI for Claude Code plans. If you missed the original announcement, check it out here.

Here's what's new since v0.1.15:

Keyboard Shortcuts

You can now navigate the review flow without touching the mouse:

  • Shift+Tab - Accept the plan
  • x - Request changes
  • c - Jump to the comment box
  • ? - Toggle the shortcuts overlay

Shortcut hints are displayed directly on the buttons, so you don't have to memorize them.

Server Crash Recovery

If the IPE server dies unexpectedly (killed process, laptop sleep, etc.), the client now recovers gracefully instead of hanging forever. New sessions also correctly open the browser when connecting to an already-running server.

macOS Binary Fix

If you upgraded to v0.1.15 or v0.1.16 and IPE suddenly stopped launching (getting killed in the terminal), this was caused by macOS Gatekeeper blocking the unsigned binary. v0.1.17 fixes this - the release binary is now properly ad-hoc signed.

If you're affected, just re-run the installer:

curl -fsSL https://raw.githubusercontent.com/eduardmaghakyan/ipe/main/install.sh | bash

What's Next

More improvements coming soon. If you have feedback or ideas, open an issue or drop a comment below!

DE
Source

This article was originally published by DEV Community and written by Eduard Maghakyan.

Read original article on DEV Community
Back to Discover

Reading List