Commit f710232
committed
feat(cli): support Ctrl-Z suspension
- Implement Ctrl+Z suspension with robust terminal state handling.
- Rebind Undo/Redo to Alt+Z / Alt+Shift+Z to avoid conflicts.
- Fix macOS Option key character mapping for Undo/Redo.
- Improve type safety for app.rerender() in AppContainer.
- Add comprehensive suspension test suite.
- Fix environment leakage in core tests.
- Update keyboard shortcut documentation.
Fixes google-gemini#50181 parent a37844e commit f710232
10 files changed
Lines changed: 632 additions & 20 deletions
File tree
- docs/cli
- packages
- cli/src
- config
- ui
- components/__snapshots__
- contexts
- hooks
- utils
- core/src/code_assist
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
0 commit comments