summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components
AgeCommit message (Collapse)Author
2025-08-24feat(stats): pipe session stats to regexCastor Gemini
2025-08-22fix(ui): Remove unused import causing build failureCastor Gemini
2025-08-22fix(ui): Use execFile with absolute path to run gemini --outputCastor Gemini
2025-08-22feat(ui): Execute 'gemini --output' on new messagesCastor Gemini
- Modify the GeminiMessage component to execute a command when a new message is received. - The command is 'gemini --output'. - The AI's message content is passed securely to the command via a 'GEMINI_MESSAGE' environment variable to prevent shell injection.
2025-08-22feat(ui): Execute external command on Gemini messageCastor Gemini
- Add a useEffect hook to the GeminiMessage component. - This hook uses Node.js's 'exec' to run an external binary every time a new message is rendered from the model. - A placeholder command has been added and should be replaced by the user.
2025-08-21feat(settings) support editing string settings. (#6732)Jacob Richman
2025-08-21Introduce initial screen reader mode handling and flag (#6653)christine betts
2025-08-21Fix stats display layout (#6758)christine betts
2025-08-21feat(cli): prompt completion (#4691)官余棚
Co-authored-by: Jacob Richman <[email protected]>
2025-08-21Force restart on trust level change to reload settings (#6713)shrutip90
2025-08-20docs: Update keyboard shortcuts for input clearing functionality (#6627)fuyou
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
Co-authored-by: Taylor Mullen <[email protected]>
2025-08-19fix(paste) incorrect handling of \\\n in pastes (#6532)Jacob Richman
2025-08-19feat: add file change tracking to session metrics (#6094)Arya Gummadi
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman <[email protected]>
2025-08-19feat(settings): enhance settings management with generic setter and display ↵Ali Al Jufairi
hel… (#6202) Co-authored-by: Jacob Richman <[email protected]>
2025-08-18Fix URL truncation in CLI display components #5902 (#5925)fuyou
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
Co-authored-by: Jacob Richman <[email protected]>
2025-08-16Revert "Update semantic color tokens" (#6365)Jacob Richman
2025-08-15Update semantic color tokens (#6253)Miguel Solorio
Co-authored-by: jacob314 <[email protected]>
2025-08-15fix(input) Resolve cases where escape was broken (#6304)Jacob Richman
2025-08-15feat(about): Add the IDE Client's display name to `/about` (#6311)Evan Otero
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15Add session id to session summary and /bug template (#6313)owenofbrien
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15Stylize diff line numbers & characters (#6269)Miguel Solorio
2025-08-15Fix flaky test for SettingsDialog. (#6294)Jacob Richman
2025-08-14Fix bug where RadioButtonSelect treated an omitted isFocus parameter (#6274)Jacob Richman
2025-08-14Fix flake due to using wait instead of waitFor (#6277)Jacob Richman
2025-08-14feat: Show untrusted status in the Footer (#6210)shrutip90
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14Update IDE integration context toggle shortcut to ctrl+G (#6245)Shreya Keshive
2025-08-14Fix/emoji support (#6187)Jacob Richman
Co-authored-by: elasticdotventures <[email protected]>
2025-08-13chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)Richie Foreman
2025-08-13Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)Deepankar Sharma
Co-authored-by: jacob314 <[email protected]>
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
2025-08-12Switch from useInput to useKeypress. (#6056)Jacob Richman
2025-08-12feat(cli): support single Ctrl+C to cancel streaming, preserving double ↵JAYADITYA
Ctrl+C to exit (#5838)
2025-08-11[ide-mode] Update handling of workspace paths (#6014)christine betts
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Fix line end bugs in Vim mode (#5328)Sijie Wang
Co-authored-by: Jacob Richman <[email protected]>
2025-08-10feat(ui): add /settings command and UI panel (#4738)Ali Al Jufairi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-09[#5356] Minor fix: Remove duplicate binding and add complete navigation ↵Lee Won Jun
command (#5884) Co-authored-by: Jacob Richman <[email protected]>
2025-08-09feat(cli) - enhance input UX with double ESC clear (#4453)fuyou
Co-authored-by: Jacob Richman <[email protected]>
2025-08-09Centralize Key Binding Logic and Refactor (Reopen) (#5356)Lee Won Jun
Co-authored-by: Lee-WonJun <[email protected]>
2025-08-08Use slash command instead of context drawer to display open files in editor ↵Shreya Keshive
to reduce flickering in the UI (#5858)
2025-08-08Add FolderTrustDialog that shows on launch and enables folderTrust setting ↵shrutip90
(#5815)
2025-08-07Use semantic colors in themes (#5796)Miguel Solorio
Co-authored-by: Jacob Richman <[email protected]>
2025-08-07feat(ui): Improve UI layout adaptation for narrow terminals (#5651)Gal Zahavi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-07Few IDE integration polishes (#5727)Shreya Keshive
2025-08-07fix: re render context usage indicator (#5102)Pyush Sinha
2025-08-07feat(cli): Allow Exiting Authentication Menu with CTRL+C (SIGINT) (#4482)Shehab
Co-authored-by: Seth Troisi <[email protected]>
2025-08-06[ide-mode] Support rendering in-IDE diffs using the edit tool (#5618)christine betts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-06[ide-mode] Add support for in-IDE diff handling in the CLI (#5603)christine betts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-05bug(core): Fix flaky test by using waitFor. (#5540)Jacob Richman
Co-authored-by: Sandy Tao <[email protected]>