Allen Hutchison
|
828afe113e
|
refactor(stdio): always patch stdout and use createWorkingStdio for clean output (#14159)
|
2025-12-02 23:08:25 +00:00 |
|
Sudheer Tripathi
|
70a48a3dd6
|
fix(ui): misaligned markdown table rendering (#8336)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2025-12-01 23:26:48 +00:00 |
|
Jack Wotherspoon
|
f918af82fe
|
feat: auto-execute simple slash commands on Enter (#13985)
|
2025-12-01 17:29:03 +00:00 |
|
Megha Bansal
|
95693e265e
|
Improve code coverage for cli package (#13724)
|
2025-11-24 17:41:46 +00:00 |
|
Tommaso Sciortino
|
1e715d1e5c
|
Restore bracketed paste mode after external editor exit (#13606)
|
2025-11-21 21:20:37 +00:00 |
|
Jacob Richman
|
030a5ace97
|
Fix multiple bugs with auth flow including using the implemented but unused restart support. (#13565)
|
2025-11-21 16:31:47 +00:00 |
|
Jacob Richman
|
fec0eba07e
|
move stdio (#13528)
|
2025-11-20 22:16:46 +00:00 |
|
Tommaso Sciortino
|
d15970e12c
|
remove duplicated mouse code (#13525)
|
2025-11-20 11:46:53 -08: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
|
9ebf321717
|
Use synchronous writes when detecting keyboard modes (#13478)
|
2025-11-20 05:50:05 +00: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 |
|
shrutip90
|
9786c4dcff
|
Check folder trust before allowing add directory (#12652)
|
2025-11-15 03:06:30 +00:00 |
|
Jacob Richman
|
ab6b2293e1
|
Only warn about mouse movement when the mouse is down. (#13101)
|
2025-11-14 22:55:05 +00:00 |
|
shrutip90
|
472e775a13
|
feat: Update permissions command to support modifying trust for other… (#11642)
|
2025-11-14 22:41:53 +00:00 |
|
Jacob Richman
|
ba15eeb55f
|
bug(ui) make it clear when users need to enter selection mode and fix clear issue. (#13083)
|
2025-11-14 20:02:15 +00:00 |
|
N. Taylor Mullen
|
fe1bfc64f7
|
feat: disengage surface adhesion protocols (#12989)
|
2025-11-13 07:36:18 +00:00 |
|
Jacob Richman
|
0f9ec2735c
|
feat(ui) Make useAlternateBuffer the default (#12976)
|
2025-11-13 05:17:46 +00:00 |
|
Jacob Richman
|
2abc288c52
|
Make useFullWidth the default. (#12911)
|
2025-11-12 00:14:08 +00:00 |
|
Jacob Richman
|
cbbf565121
|
Support ink scrolling final pr (#12567)
|
2025-11-11 15:50:11 +00:00 |
|
Adib234
|
331dbd5638
|
Preserve tabs on paste (#12735)
|
2025-11-10 15:37:43 +00:00 |
|
Tommaso Sciortino
|
9e4ae214a8
|
Revamp KeypressContext (#12746)
|
2025-11-09 16:45:04 +00:00 |
|
Jacob Richman
|
4fc9b1cde2
|
alternate buffer support (#12471)
|
2025-11-03 21:41:58 +00:00 |
|
cornmander
|
462c7d3502
|
feat(ui): add response semantic color (#12450)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: shambhu-hegde <143840542+shambhu-hegde@users.noreply.github.com>
|
2025-11-03 00:21:26 +00:00 |
|
Shreya Keshive
|
3e9701861e
|
refactor(core): Move getPackageJson utility to core package (#12224)
|
2025-10-29 20:23:35 +00:00 |
|
Gal Zahavi
|
b31b786db7
|
refactor: Replace console.error with structured logging and feedback (#12175)
|
2025-10-29 20:20:11 +00:00 |
|
Krishna Bajpai
|
c7817aee30
|
fix(cli): Add delimiter before printing tool response in non-interactive mode (#11351)
|
2025-10-27 14:57:54 +00:00 |
|
Gal Zahavi
|
810d940e57
|
fix(update): replace update-notifier with latest-version (#11989)
|
2025-10-24 21:23:39 +00:00 |
|
Abhi
|
b40f67b76a
|
extract console error to util func (#11675)
|
2025-10-22 20:09:10 +00:00 |
|
Abhi
|
b364f37655
|
refactor(logging): Centralize console logging with debugLogger (#11590)
|
2025-10-21 20:35:22 +00:00 |
|
Adam Weidman
|
723b8d33c2
|
chore: update tests with removed exclude from cli tsconfig (#11540)
|
2025-10-20 23:40:54 +00:00 |
|
Billy Biggs
|
e4226b8a3e
|
Only check for updates if disableUpdateNag is false (#11405)
|
2025-10-17 19:44:31 +00:00 |
|
hritan
|
f3ffaf09c7
|
fix: copy command delay in Linux handled (#6856)
Co-authored-by: Hriday Taneja <hridayt@google.com>
|
2025-10-17 11:23:31 +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 |
|
Jacob Richman
|
558be87311
|
Re-land bbiggs changes to reduce margin on narrow screens with fixes + full width setting (#10522)
|
2025-10-10 02:27:20 +00:00 |
|
Miguel Solorio
|
6f6e004f82
|
feat: Add red threshold for getStatusColor util (#9789)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-09-29 22:42:33 +00:00 |
|
Jacob Richman
|
94f43c79d0
|
Fix markdown rendering on Windows (#10185)
|
2025-09-29 20:38:27 +00:00 |
|
Jacob Richman
|
0b2d79a2ea
|
fix(ui): stop truncating output from the model rendered in <static> (#9972)
|
2025-09-27 19:40:09 +00:00 |
|
Miguel Solorio
|
18e5113754
|
Unset foreground in default themes (#9765)
|
2025-09-25 22:12:10 +00:00 |
|
Adam Weidman
|
c334f02d51
|
feat(escape ansi): escape ansi ctrl codes from model output before displaying to user (#8636)
|
2025-09-25 18:07:17 +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 |
|
Gal Zahavi
|
986b9fe7e9
|
refactor: Replace exec with spawn (#8510)
|
2025-09-16 19:03:17 +00:00 |
|
fuyou
|
2135dbb6a4
|
Fix #8077: Settings command overwrites entire JSON file, leaking environment variables (#8154)
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
|
2025-09-13 06:31:15 +00:00 |
|
Miguel Solorio
|
67f7dae4e3
|
Update default text styles (#8291)
|
2025-09-11 21:22:16 +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 |
|
Miguel Solorio
|
b9b6fe1f73
|
feat(ui): Semantic tokens refactor (#8087)
|
2025-09-10 17:57:07 +00:00 |
|
Jacob Richman
|
81904005fc
|
Fix issues where escape codes could end up on startup in the input prompt (#7267)
|
2025-09-06 00:18:51 +00:00 |
|
Jacob Richman
|
d8dbe6271f
|
Fix syntax highlighting and rendering issues. (#7759)
Co-authored-by: Miguel Solorio <miguelsolorio@google.com>
|
2025-09-05 22:29:54 +00:00 |
|
Tommaso Sciortino
|
e6e60861e5
|
Move settings error throwing to loadSettings (#7605)
|
2025-09-03 17:41:53 +00:00 |
|
Deepankar Sharma
|
5e1651954d
|
Fix Arrow Keys and make Kitty Protocol more robust (#7118)
|
2025-09-02 23:33:38 +00:00 |
|