v2.2.0-beta.1
Pre-release
Pre-release
What's New
New inline reword mode for editing commit messages directly in the TUI.
⚠️ This is a pre-release. Install withnpm install rebase-editor@beta
Features
- Reword mode — press
rto edit commit messages inline with a full text editor- Text selection (Shift+arrows)
- CTRL+K to delete line, CTRL+Z to restore, ESC to save, CTRL+C to cancel
- Fetches full commit messages from git (including squash/fixup combinations)
- Re-enter reword mode on already-reworded lines
- Selection improvements — Shift+Down on last line selects to end; Shift+Up on first selects to start
Developer Experience
- ESLint — strict type-checked rules (
@typescript-eslint/strict-type-checked) - Prettier — consistent formatting with CI enforcement
- 100% coverage — enforced via
c8 --100in CI - Parallel CI — caching and concurrent test/lint/typecheck/format steps