# Changelog

## 1.0.0 — 2026-06-27

### Added
- Initial release
- **Ctrl+C save** — saves the current editor text before the built-in clear action runs
- **Up arrow restore** — when the editor is empty and a saved prompt exists, restores it immediately; subsequent Up presses go through normal history
- Each Ctrl+C overwrites the previous save so you always recover the most recently cleared prompt
- Copy (Ctrl+C with a selection) still works normally
- TUI-mode guard — does not activate in print, JSON, or RPC modes