Jarrod Whelan
03de28960f
feat(cli): implement modular dense tool output with summary/payload pattern
...
- Support structured summaries and payloads in ToolGroupMessage/DenseToolMessage.
- Add specialized box-layout rendering for file and read-many-files tools.
- Refine tool state management in useGeminiStream during cancellations.
- Update UI tests and snapshots to reflect new compact rendering styles.
2026-02-11 02:31:00 -08:00
Jarrod Whelan
785c60ae4a
test(cli): update tests and snapshots for enableCompactToolOutput
...
- Update all UI snapshots to synchronize with the new 'compact' default and minor layout tweaks.
- Update legacy UI regression tests to explicitly disable 'enableCompactToolOutput' to verify boxed layout behavior (overflows, sticky headers).
- Refactor 'useGeminiStream.test.tsx' to resolve TypeErrors and use consistent mock settings supporting the new UI options.
- Fix EPERM failures by using 'os.tmpdir()' in a2a-server and CLI theme tests to resolve macOS Seatbelt issues.
2026-02-10 03:16:52 -08:00
Jarrod Whelan
142ccf2140
feat(ui): Re-apply Dense Tool Output features
2026-02-09 20:46:37 -08:00
Sehoon Shon
61d92c4a21
Remove previewFeatures and default to Gemini 3 ( #18414 )
2026-02-06 18:02:57 +00:00
Abhijit Balaji
4e4a55be35
feat(cli): implement automatic theme switching based on terminal background ( #17976 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2026-02-03 00:39:17 +00:00
Jacob Richman
30065c51fb
Change height for the ToolConfirmationQueue. ( #17799 )
2026-01-28 21:23:51 +00:00
Jacob Richman
b51323b40c
refactor(cli): keyboard handling and AskUserDialog ( #17414 )
2026-01-27 22:26:00 +00:00
Sandy Tao
93da9817b6
feat(ui): Move keyboard handling into BaseSettingsDialog ( #17404 )
2026-01-23 23:16:53 +00:00
Alexander Farber
608da23393
feat(settings): rename negative settings to positive naming (disable* -> enable*) ( #14142 )
...
Co-authored-by: jacob314 <jacob314@gmail.com >
2026-01-16 22:33:49 +00:00
Jacob Richman
1fb55dcb2e
Autogenerate docs/cli/settings.md docs/getting-started/configuration.md was already autogenerated but settings.md was not. ( #14408 )
2026-01-09 22:28:09 +00:00
Sehoon Shon
9172e28315
Add description for each settings item in /settings ( #15936 )
2026-01-06 19:06:15 +00:00
Adib234
d5e5f58737
Update setting search UX ( #14451 )
2025-12-04 06:43:11 +00:00
Sehoon Shon
344f2f26e7
implement fuzzy search inside settings ( #13864 )
2025-12-02 23:52:56 +00:00
Shreya Keshive
86828bb561
feat: launch Gemini 3 in Gemini CLI 🚀 🚀 🚀 (in main) ( #13287 )
...
Co-authored-by: Adam Weidman <65992621+adamfweidman@users.noreply.github.com >
Co-authored-by: Sehoon Shon <sshon@google.com >
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com >
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com >
Co-authored-by: Aishanee Shah <aishaneeshah@gmail.com >
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com >
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: joshualitt <joshualitt@google.com >
Co-authored-by: Jenna Inouye <jinouye@google.com >
2025-11-18 09:01:16 -08: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
JAYADITYA
a440333990
feat(ui): add "Esc to close" hint to SettingsDialog ( #11289 )
...
Co-authored-by: Miguel Solorio <miguelsolorio@google.com >
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-10-16 23:22:14 +00:00
bl-ue
974ab66b7a
feat(sessions): Add automatic session cleanup and retention policy ( #7662 )
2025-10-06 19:34:00 +00:00
Fridayxiao
331e2ce45d
feat(cli): Add setting to show status(or Gemini 's thoughts) in terminal title and taskbar icon ( #4386 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-27 19:48:24 +00:00
Abhi
81d03cb524
refactor(cli): Extract reusable BaseSelectionList component and modernize RadioButtonSelect tests ( #9021 )
2025-09-22 15:14:41 +00:00
Ali Al Jufairi
efb57e1cef
feat(settings): Add availableTerminalHeight prop and optimize settings dialog height management ( #7697 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: Arya Gummadi <aryagummadi@google.com >
2025-09-17 17:51:46 +00:00