Jomak-x
|
1f3f7247b1
|
fix(cli): clean up stale pasted placeholder metadata after word/line deletions (#20375)
Co-authored-by: ruomeng <ruomeng@google.com>
|
2026-03-17 20:16:26 +00:00 |
|
Ali Anari
|
08e174a05c
|
feat(ui): add vim yank/paste (y/p/P) with unnamed register (#22026)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-03-11 18:43:42 +00:00 |
|
Ali Anari
|
8b09ccc288
|
feat(ui): add missing vim mode motions (X, ~, r, f/F/t/T, df/dt and friends) (#21932)
|
2026-03-11 03:27:06 +00:00 |
|
Tommaso Sciortino
|
215f8f3f15
|
refactor(ui): unify keybinding infrastructure and support string initialization (#21776)
|
2026-03-09 23:26:33 +00:00 |
|
Tommaso Sciortino
|
ab64b15d51
|
refactor: migrate to useKeyMatchers hook (#21753)
|
2026-03-09 20:48:09 +00:00 |
|
Jeffrey Ying
|
0fd09e0150
|
fix: expand paste placeholders in TextInput on submit (#19946)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-03-07 03:29:38 +00:00 |
|
Adib234
|
ef247e220d
|
feat(plan): support opening and modifying plan in external editor (#20348)
|
2026-02-26 04:38:44 +00:00 |
|
Tommaso Sciortino
|
d82f66973f
|
Fix drag and drop escaping (#18965)
|
2026-02-13 02:27:56 +00:00 |
|
Philippe
|
5b4884692b
|
fix(vim): vim support that feels (more) complete (#18755)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-02-13 00:22:39 +00:00 |
|
Jack Wotherspoon
|
9081743a7f
|
feat: Ctrl+O to expand paste placeholder (#18103)
|
2026-02-10 02:04:34 +00:00 |
|
Tommaso Sciortino
|
1b98c1f806
|
refactor: push isValidPath() into parsePastedPaths() (#18664)
|
2026-02-09 21:19:51 +00:00 |
|
Zac Koch
|
95d79b7cbe
|
fix- windows: add shell: true for spawnSync to fix EINVAL with .cmd editors (#18408)
|
2026-02-06 19:47:33 +00:00 |
|
Jacob Richman
|
8efae719ee
|
ux(polish) autocomplete in the input prompt (#18181)
|
2026-02-05 20:38:29 +00:00 |
|
Adam DeMuri
|
ee2c8eef19
|
feat(cli): Add W, B, E Vim motions and operator support (#16209)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-02-05 17:29:30 +00:00 |
|
Jacob Richman
|
8cae90f404
|
Fix up/down arrow regression and add test. (#18108)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-02 13:55:45 -08:00 |
|
Jacob Richman
|
00fdb30211
|
Support ctrl-C and Ctrl-D correctly Refactor so InputPrompt has priority over AppContainer for input handling. (#17993)
|
2026-01-31 00:11:14 +00:00 |
|
Jacob Richman
|
32cfce16bb
|
bug(ux) vim mode fixes. Start in insert mode. Fix bug blocking F12 and ctrl-X in vim mode. (#17938)
|
2026-01-30 07:31:47 +00:00 |
|
Jacob Richman
|
b51323b40c
|
refactor(cli): keyboard handling and AskUserDialog (#17414)
|
2026-01-27 22:26:00 +00:00 |
|
Jacob Richman
|
362384112e
|
paste transform followup (#17624)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-01-27 14:19:54 +00:00 |
|
Jack Wotherspoon
|
a79051d9f8
|
feat: add double-click to expand/collapse large paste placeholders (#17471)
|
2026-01-27 02:59:09 +00:00 |
|
Jacob Richman
|
56f9ab025a
|
refactor: improve large text paste placeholder (#17269)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-01-22 15:05:38 +00:00 |
|
Jack Wotherspoon
|
75e4f492ab
|
feat: replace large text pastes with [Pasted Text: X lines] placeholder (#16422)
|
2026-01-22 02:09:24 +00:00 |
|
Tommaso Sciortino
|
9866eb0551
|
fix bad fallback logic external editor logic (#17166)
|
2026-01-21 02:48:44 +00:00 |
|
Tommaso Sciortino
|
aceb06a587
|
fix(cli): fix newline support broken in previous PR (#17159)
|
2026-01-21 00:20:51 +00:00 |
|
Jacob Richman
|
f2d3b76389
|
Remove LRUCache class migrating to mnemoist (#16872)
|
2026-01-16 21:17:31 +00:00 |
|
N. Taylor Mullen
|
be37c26c88
|
perf(ui): optimize text buffer and highlighting for large inputs (#16782)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-01-16 17:33:13 +00:00 |
|
Tommaso Sciortino
|
42c26d1e1b
|
cleanup: Improve keybindings (#16672)
|
2026-01-15 00:30:07 +00:00 |
|
Tommaso Sciortino
|
94d5ae541e
|
Simplify paste handling (#16654)
|
2026-01-14 21:27:36 +00:00 |
|
Tommaso Sciortino
|
8dbaa2bcea
|
Fix: make ctrl+x use preferred editor (#16556)
|
2026-01-14 00:55:07 +00:00 |
|
Tommaso Sciortino
|
8d3e93cdb0
|
Migrate keybindings (#16460)
|
2026-01-13 00:28:10 +00:00 |
|
Adib234
|
10ae84869a
|
Migrate console to coreEvents.emitFeedback or debugLogger (#15219)
|
2025-12-29 20:46:10 +00:00 |
|
Pyush Sinha
|
873d10df42
|
feat: terse transformations of image paths in text buffer (#4924)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
|
2025-12-23 20:46:09 +00:00 |
|
Jacob Richman
|
322232e514
|
feat: Detect background color (#15132)
|
2025-12-18 18:36:48 +00:00 |
|
Jack Wotherspoon
|
1e734d7e60
|
feat: support multi-file drag and drop of images (#14832)
|
2025-12-12 17:14:35 +00:00 |
|
Sandy Tao
|
518e73ac9f
|
fix(cli): Fix word navigation for CJK characters (#14475)
|
2025-12-04 00:16:11 +00:00 |
|
Sandy Tao
|
5982abeffb
|
fix(ui): Correct mouse click cursor positioning for wide characters (#13537)
|
2025-11-20 23:56:31 +00:00 |
|
Jacob Richman
|
d1e35f8660
|
Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering (#13247)
Bypassing rules as link checker failure is spurious.
|
2025-11-20 10:44:02 -08:00 |
|
Tommaso Sciortino
|
84573992b4
|
Restore keyboard mode when exiting the editor (#13350)
|
2025-11-19 19:37:30 +00:00 |
|
Tommaso Sciortino
|
8877c85278
|
Right click to paste in Alternate Buffer mode (#13234)
|
2025-11-17 23:48:33 +00:00 |
|
Tommaso Sciortino
|
3c9052a751
|
Stop printing garbage characters for F1,F2.. keys (#12835)
|
2025-11-10 18:56:05 +00:00 |
|
Jacob Richman
|
4fc9b1cde2
|
alternate buffer support (#12471)
|
2025-11-03 21:41:58 +00:00 |
|
Gal Zahavi
|
06035d5d43
|
feat(auth): improve API key authentication flow (#11760)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-30 01:58:08 +00:00 |
|
Jacob Richman
|
306e12c23c
|
Fix regression in handling shift+tab resulting in u in the input prompt. (#11634)
|
2025-10-22 02:54:51 +00:00 |
|
Gal Zahavi
|
6756a8b8a9
|
refactor(ui): Optimize rendering performance (#8239)
|
2025-09-17 22:37:13 +00:00 |
|
Pyush Sinha
|
d2b8ff5deb
|
fix: InputPrompt wrapped lines maintain highlighting, increase responsiveness in narrow cases (#7656)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-09-17 20:17:50 +00:00 |
|
masiaf
|
811a2e90d9
|
feat(input): add undo/redo shortcuts with Ctrl+Z and Ctrl+R (#4625)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-09-12 21:07:34 +00:00 |
|
Jacob Richman
|
5b2176770e
|
feat: add cached string width function for performance optimization (#7850)
Co-authored-by: lifeloating <imshuazi@126.com>
|
2025-09-11 04:20:40 +00:00 |
|
David East
|
4d07cb7dba
|
feat(cli): Add support for Ctrl+Backspace to delete a word backward (#7162)
|
2025-09-03 01:00:41 +00:00 |
|
Pascal Birchler
|
0f031a7f89
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
Pascal Birchler
|
ee4feea006
|
chore: consistently import node modules with prefix (#3013)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-25 20:11:27 +00:00 |
|