Tommaso Sciortino
|
43916b98aa
|
Don't clear buffers on cleanup. (#12979)
|
2025-11-13 03:20:21 +00:00 |
|
Jacob Richman
|
cbbf565121
|
Support ink scrolling final pr (#12567)
|
2025-11-11 15:50:11 +00:00 |
|
Tommaso Sciortino
|
3c9052a751
|
Stop printing garbage characters for F1,F2.. keys (#12835)
|
2025-11-10 18:56:05 +00:00 |
|
Tommaso Sciortino
|
c0b766ad74
|
Simplify switch case (#12798)
|
2025-11-09 22:36:13 +00:00 |
|
Tommaso Sciortino
|
fd59d9dd92
|
Fix shift+return in vscode. (#12799)
|
2025-11-09 22:08:29 +00:00 |
|
Tommaso Sciortino
|
9e4ae214a8
|
Revamp KeypressContext (#12746)
|
2025-11-09 16:45:04 +00:00 |
|
Jacob Richman
|
f649948713
|
Branch batch scroll (#12680)
|
2025-11-09 00:09:22 +00:00 |
|
Sehoon Shon
|
31b34b11ab
|
Let users know when falling back to flash, and update the error messa… (#12640)
|
2025-11-06 18:43:21 +00:00 |
|
Jacob MacDonald
|
fa93b56243
|
[Extension Reloading]: Update custom commands, add enable/disable command (#12547)
|
2025-11-05 19:36:07 +00:00 |
|
Jacob Richman
|
3937461272
|
Scrollable support (#12544)
|
2025-11-05 00:21:00 +00:00 |
|
Tommaso Sciortino
|
f796650122
|
Fix shift+tab keybinding when not in kitty mode (#12552)
|
2025-11-04 19:45:22 +00:00 |
|
Tommaso Sciortino
|
b5315bfc20
|
Fix alt+left on ghostty (#12503)
|
2025-11-04 04:30:42 +00:00 |
|
Jacob Richman
|
4fc9b1cde2
|
alternate buffer support (#12471)
|
2025-11-03 21:41:58 +00:00 |
|
Tommaso Sciortino
|
caf2ca1438
|
Add kitty support for function keys. (#12415)
|
2025-10-31 23:19:55 +00:00 |
|
Jacob Richman
|
54fa26ef0e
|
Fix tests to wrap all calls changing the UI with act. (#12268)
|
2025-10-30 18:50:26 +00:00 |
|
Riddhi Dutta
|
c583b510e0
|
Refactoring unit tests in packages/cli/src/ui (#12251)
Co-authored-by: riddhi <duttariddhi@google.com>
|
2025-10-30 07:18:45 +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 |
|
Tommaso Sciortino
|
82c10421a0
|
Fix alt key mappings for mac (#12231)
|
2025-10-29 21:32:02 +00:00 |
|
Jacob Richman
|
13aa0148e7
|
Migrate tests to use avoid jsdom (#12118)
|
2025-10-28 17:32:15 +00:00 |
|
Jacob Richman
|
ee66732ad2
|
First batch of fixing tests to use best practices. (#11964)
|
2025-10-25 21:41:53 +00:00 |
|
Tommaso Sciortino
|
ef70e63230
|
Make PASTE_WORKAROUND the default. (#12008)
|
2025-10-25 02:55:13 +00:00 |
|
Tommaso Sciortino
|
145e099ca5
|
Support paste markers split across writes. (#11977)
|
2025-10-25 01:52:03 +00:00 |
|
Tommaso Sciortino
|
0fe82a2f4e
|
Use raw writes to stdin in test (#11871)
|
2025-10-23 23:55:30 +00:00 |
|
Tommaso Sciortino
|
aa6ae954ef
|
Use raw writes to stdin where possible in tests (#11837)
|
2025-10-23 21:41:21 +00:00 |
|
Tommaso Sciortino
|
1202dced73
|
Refactor KeypressContext (#11677)
|
2025-10-23 00:51:03 +00:00 |
|
Pyush Sinha
|
397e52dac7
|
fix(ui): escaping theme dialog no longer resets theme to default (#11323)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-10-20 17:50:09 +00:00 |
|
Sandy Tao
|
d065c3ca53
|
fix(cli): Enable typechecking for more test files (#11455)
|
2025-10-19 03:43:19 +00:00 |
|
Tommaso Sciortino
|
cd76b0b22d
|
Create Todo List Tab (#11430)
|
2025-10-18 04:10:57 +00:00 |
|
Jacob MacDonald
|
f4330c9f5e
|
remove support for workspace extensions and migrations (#11324)
|
2025-10-17 23:08:57 +00:00 |
|
Abhi
|
9b9ab60985
|
feat(logging): Centralize debug logging with a dedicated utility (#11417)
|
2025-10-17 22:00:23 +00:00 |
|
Tommaso Sciortino
|
795e5134c7
|
Remove ctrl-t binding for /mcp commands (#11372)
|
2025-10-17 16:42:09 +00:00 |
|
Jacob Richman
|
406f0baaf2
|
fix(ux) keyboard input hangs while waiting for keyboard input. (#10121)
|
2025-10-17 03:38:06 +00:00 |
|
Akhil Appana
|
22f725eb08
|
feat: allow editing queued messages with up arrow key (#10392)
Co-authored-by: Akhil Appana <akhilapp@google.com>
|
2025-10-17 00:04:13 +00:00 |
|
Abhi
|
02241e9126
|
feat(auth): Improve auth dialog error handling and messaging (#11320)
|
2025-10-16 22:08:42 +00:00 |
|
Srivats Jayaram
|
6ded45e5d2
|
feat: Add markdown toggle (alt+m) to switch between rendered and raw… (#10383)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-10-16 18:23:36 +00:00 |
|
Jainam M
|
4f17eae5cc
|
feat(cli): Prevent queuing of slash and shell commands (#11094)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-10-15 17:02:50 +00:00 |
|
Tommaso Sciortino
|
dabe161a6f
|
Don't accept input until slash commands are loaded (#11162)
|
2025-10-15 01:15:57 +00:00 |
|
Srivats Jayaram
|
c86ee4cc83
|
feat: Support Alt+key combinations (#11038)
|
2025-10-14 16:12:20 +00:00 |
|
Jacob Richman
|
f68f27e7f1
|
Revert "feat: Support Alt+key combinations" (#11025)
|
2025-10-13 15:30:10 +00:00 |
|
Srivats Jayaram
|
87f175bb2c
|
feat: Support Alt+key combinations (#10767)
|
2025-10-13 02:31:05 +00:00 |
|
Shreya Keshive
|
ae48e964f0
|
feat(ui): add flicker detection and metrics (#10821)
|
2025-10-10 20:18:38 +00:00 |
|
Jacob Richman
|
34ba8be821
|
Enhance debug profiler to track tree framerate and dispatch errors (#10502)
|
2025-10-07 17:28:35 +00:00 |
|
Jacob Richman
|
a404fb8d2e
|
Switch to a reducer for tracking update state fixing flicker issues due to continuous renders (#10280)
|
2025-10-01 21:53:15 +00:00 |
|
Jacob MacDonald
|
cea1a867b6
|
Extension update confirm dialog (#10183)
|
2025-09-29 21:19:19 +00:00 |
|
shrutip90
|
d6933c77ba
|
fix(cli): Make IDE trust listener also listen to IDE status changes a… (#9783)
|
2025-09-29 20:54:12 +00:00 |
|
Abhi
|
5151bedf06
|
feat(cli): Add /model command for interactive model selection (#8940)
Co-authored-by: Miguel Solorio <miguel.solorio07@gmail.com>
|
2025-09-23 16:50:09 +00:00 |
|
shrutip90
|
6c559e2338
|
feat(cli): Add permissions command to modify trust settings (#8792)
|
2025-09-22 18:45:02 +00:00 |
|
Jacob Richman
|
375b8522fc
|
Fix bug where users are unable to re-enter disconnected terminals. (#8765)
|
2025-09-20 17:59:37 +00:00 |
|
Shreya Keshive
|
db5b49b2ca
|
refactor(ide): replace DetectedIde enum with IDE_DEFINITIONS object (#8698)
|
2025-09-18 19:23:24 +00:00 |
|
Gal Zahavi
|
6756a8b8a9
|
refactor(ui): Optimize rendering performance (#8239)
|
2025-09-17 22:37:13 +00:00 |
|