Jacob Richman
72cbe15471
Re-land bbiggs changes to reduce margin on narrow screens with fixes + full width setting ( #10522 )
2025-10-10 02:27:20 +00:00
Gal Zahavi
c517a3c302
chore(shell): Enable interactive shell by default ( #10661 )
2025-10-08 20:28:19 +00:00
Jacob Richman
3a440b8cb1
Enhance debug profiler to track tree framerate and dispatch errors ( #10502 )
2025-10-07 17:28:35 +00:00
Gal Zahavi
68a6294198
fix(shell): improve shell output presentation and usability ( #8837 )
2025-09-30 20:44:58 +00:00
Jacob Richman
83f2c1d459
Jacob314/add radio button keys ( #10083 )
2025-09-28 21:50:47 +00:00
Luna Wang
5b1458f75b
Remove border from user messages and color > to improve UI and readability ( #9984 )
2025-09-26 22:02:54 +00:00
Jacob Richman
29c4b49875
Fix bug where users are unable to re-enter disconnected terminals. ( #8765 )
2025-09-20 17:59:37 +00:00
Gal Zahavi
dee3170c99
fix(cli) : fix shell colors to match new coloring ( #8747 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-18 20:35:55 +00:00
Gal Zahavi
1b243dc43f
refactor(shell): Send AnsiOutput when ShowColor is false ( #8647 )
2025-09-18 20:04:46 +00:00
Jacob MacDonald
5a1c5922f3
Emit a warning when memory usage exceeds 7GB ( #7613 )
2025-09-17 21:32:46 +00:00
Shammi Anand
0a5e371ac5
fix(core): Improve compression message clarity for small history cases ( #4404 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-09-11 21:41:08 +00:00
Miguel Solorio
ffda95b41d
Update default text styles ( #8291 )
2025-09-11 21:22:16 +00:00
Gal Zahavi
dc7656af8c
feat(shell): enable interactive commands with virtual terminal ( #6694 )
2025-09-11 20:27:27 +00:00
Shreya Keshive
9b1953e78e
feat(ide): Check for IDE diffing capabilities before opening diffs ( #8266 )
2025-09-11 20:17:57 +00:00
Miguel Solorio
f2247a6393
feat(ui): Semantic tokens refactor ( #8087 )
2025-09-10 17:57:07 +00:00
Keith Lyons
a5235273be
feat(ui): Introduce useUI Hook and UIContext ( #5488 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-09-06 05:39:02 +00:00
Sandy Tao
13c1efeb29
feat(core): Save large tool outputs to a file and return truncated lines ( #6240 )
2025-09-05 22:37:29 +00:00
Tommaso Sciortino
ca53eccb2c
Use IdeClient directly instead of config.ideClient ( #7627 )
2025-09-04 16:32:09 +00:00
shrutip90
574d63bcc0
fix(trust): Update config.isTrustedFolder ( #7373 )
2025-08-29 02:41:33 +00:00
christine betts
cc79c18333
Screen reader updates ( #7307 )
2025-08-28 20:52:14 +00:00
Tommaso Sciortino
f69474f21c
Fix diff rendering in windows. ( #7254 )
2025-08-27 22:22:55 +00:00
Arya Gummadi
c1c66f7ce1
refactor: centralize tool status symbols in constants ( #7054 )
2025-08-27 14:54:32 +00:00
shrutip90
a12a669842
Make config non optional in ToolConfirmationMessage ( #7083 )
2025-08-26 17:02:22 +00:00
fuyou
897f0cfa77
Fix(command): line/block Comments Incorrectly Parsed as Slash Commands ( #6957 )
...
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
2025-08-26 03:51:27 +00:00
shrutip90
f6c1e27e8a
Treat undefined same as true for isTrustedFolder ( #7073 )
2025-08-26 02:57:57 +00:00
shrutip90
f7a6a36048
feat: Disable YOLO and AUTO_EDIT modes for untrusted folders ( #7041 )
2025-08-26 00:30:04 +00:00
Pascal Birchler
a97a6cc71b
Explict imports & exports with type modifier ( #3774 )
2025-08-25 22:04:53 +00:00
Arya Gummadi
c0bfc7b12c
feat: add golden snapshot test for ToolGroupMessage and improve success symbol ( #7037 )
2025-08-25 21:42:18 +00:00
Pascal Birchler
42392f6308
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
Arya Gummadi
f620edeb37
fix: misaligned right border on tool calls ui and spacing in multiple tool calls ui ( #6941 )
2025-08-25 18:26:06 +00:00
fuyou
c8f60722e3
Fix(grep): memory overflow in grep search and enhance test coverage ( #5911 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-22 06:10:45 +00:00
christine betts
9741a4160d
Introduce initial screen reader mode handling and flag ( #6653 )
2025-08-21 22:29:15 +00:00
fuyou
e2a944b8d7
Fix URL truncation in CLI display components #5902 ( #5925 )
2025-08-18 05:26:34 +00:00
Jacob Richman
afd7752b0f
Revert "Update semantic color tokens" ( #6365 )
2025-08-16 03:18:31 +00:00
Miguel Solorio
d0d478b997
Update semantic color tokens ( #6253 )
...
Co-authored-by: jacob314 <jacob314@gmail.com >
2025-08-15 22:39:54 +00:00
Jacob Richman
d51226320b
fix(input) Resolve cases where escape was broken ( #6304 )
2025-08-15 17:54:00 +00:00
Miguel Solorio
07d9377539
Stylize diff line numbers & characters ( #6269 )
2025-08-15 06:18:39 +00:00
Shreya Keshive
864dd9bacc
Launch VS Code IDE Integration ( #6063 )
2025-08-12 21:08:07 +00:00
Jacob Richman
bf9a5d1c54
Switch from useInput to useKeypress. ( #6056 )
2025-08-12 21:05:49 +00:00
JAYADITYA
1b9a0c333b
feat(cli): support single Ctrl+C to cancel streaming, preserving double Ctrl+C to exit ( #5838 )
2025-08-12 04:13:57 +00:00
christine betts
0e32336a7c
[ide-mode] Update handling of workspace paths ( #6014 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-11 21:06:01 +00:00
christine betts
38b730248f
[ide-mode] Support rendering in-IDE diffs using the edit tool ( #5618 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-06 20:55:29 +00:00
christine betts
7f3e89df49
[ide-mode] Add support for in-IDE diff handling in the CLI ( #5603 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-06 17:36:05 +00:00
Miguel Solorio
2d1f643017
Highlight slash commands in history ( #5323 )
2025-07-31 23:24:23 +00:00
shamso-goog
00423b2f60
feat(ui): Update tool confirmation cancel button text ( #4820 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-30 20:37:51 +00:00
matt korwel
c6a3f4a125
Safer Shell command Execution ( #4795 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
2025-07-25 19:25:32 +00:00
Miguel Solorio
55e9a5846f
Update diff colors ( #4747 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-23 22:39:22 +00:00
Ali Al Jufairi
e4139e7a8a
Feature custom themes logic ( #2639 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-20 07:51:18 +00:00
Jacob Richman
51addacea9
Make shell output consistent. ( #4469 )
2025-07-19 00:30:28 +00:00
Conrad Irwin
6e762dc70c
Zed integration ( #4266 )
...
Co-authored-by: Agus Zubiaga <agus@zed.dev >
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com >
Co-authored-by: mkorwel <matt.korwel@gmail.com >
2025-07-17 22:25:23 +00:00