co-mono/packages/coding-agent/src
Sviatoslav Abakumov bacf334bc4 feat(tui): add undo support to Editor with the Ctrl+- hotkey
Undo snapshots are captured for all edit operations:

- Word insertion, backspace, forward delete
- Word/line deletion (Ctrl+W, Ctrl+U, Ctrl+K, Alt+D)
- Yank/yank-pop, paste, autocomplete completion
- Cursor movement starts a new undo unit
- setText() pushes snapshot when content changes

Additionally, history browsing captures the undo state on first entry.
2026-01-19 00:18:47 +01:00
..
cli Add Vercel AI Gateway support 2026-01-13 16:42:34 +01:00
core feat(ai): add strictResponsesPairing for Azure OpenAI Responses API 2026-01-18 20:15:33 +01:00
modes feat(tui): add undo support to Editor with the Ctrl+- hotkey 2026-01-19 00:18:47 +01:00
utils fix(coding-agent): load photon wasm in compiled binaries 2026-01-18 17:11:49 +01:00
cli.ts Set coding agent CLI process title (#742) 2026-01-15 13:14:14 +01:00
config.ts fix(coding-agent): expand tilde in PI_CODING_AGENT_DIR env var (#778) 2026-01-16 17:53:58 +01:00
index.ts feat(coding-agent): add extension compaction helpers 2026-01-17 11:40:39 +01:00
main.ts feat(coding-agent): add startup.quiet setting to silence startup output (#777) 2026-01-16 22:03:29 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00