summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/useGeminiStream.ts
AgeCommit message (Collapse)Author
2025-08-29write out responsesJeff Carr
2025-08-20Fixing at command race condition (#6663)Victor May
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
Co-authored-by: Taylor Mullen <[email protected]>
2025-08-13move errorParsing.ts to core (#6159)Adam Weidman
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-06fix: Restore user input when the user cancels response (#5601)shishu314
Co-authored-by: Shi Shu <[email protected]> Co-authored-by: Jacob Richman <[email protected]>
2025-08-05fix(core): prevent UI shift after vim edit (#5315)Gal Zahavi
2025-08-04fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611)Pyush Sinha
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Allen Hutchison <[email protected]>
2025-07-28fix: Clear previous thoughts when starting new prompts (#4966)Neha Prasad
2025-07-22(feat): Initial Version of Custom Commands (#4572)Abhi
2025-07-21fix: Add warning message for token limit truncation (#2260)darkcocoa
Co-authored-by: Sandy Tao <[email protected]>
2025-07-15Introduce loop detection service that breaks simple loop (#3919)Sandy Tao
Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-11fix: `TypeError: Cannot read properties of undefined (reading 'authType')` ↵Gaurav
(#3914)
2025-07-11Logs the auth type in the user prompts, api responses and errors (#3795)uttamkanodia14
2025-07-11Add support for specifying maxSessionTurns via the settings configuration ↵anj-s
(#3507)
2025-07-09Adding TurnId to Tool call and API responses and error logs. (#3039)uttamkanodia14
Co-authored-by: Scott Densmore <[email protected]>
2025-07-09Remove auto-execution on Flash in the event of a 429/Quota failover (#3662)Bryan Morgan
Co-authored-by: Jenna Inouye <[email protected]>
2025-07-09Improve quota- and resource-related 429 error handling, also taking Code ↵Bryan Morgan
Assist customer tiers into consideration (#3609)
2025-07-07feature(commands) - Refactor Slash Command + Vision For the Future (#3175)Abhi
2025-07-05fix(cli): Group cancelled tool call responses to prevent API errors (#3333)N. Taylor Mullen
2025-06-30feat: Change /stats to include more detailed breakdowns (#2615)Abhi
2025-06-27Upgrade to Ink 6 and React 19 (#2096)Sandy Tao
Co-authored-by: jacob314 <[email protected]>
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-24feat: add custom message for 429 errors (#1366)Abhi
2025-06-24Improve Auth error messaging (#1358)Tommaso Sciortino
2025-06-23Add error messaging for 429 errors (#1316)Abhi
2025-06-22Clearcut logging - initial implementation (#1274)owenofbrien
Flag-guarded initial implementation of a clearcut logger to collect telemetry data and send it to Concord for dashboards, etc.
2025-06-22feat: Add client-initiated tool call handling (#1292)Abhi
2025-06-20bug: fix cancel after a tool has been used (#1270)Abhi
2025-06-20Make checkpoints configurable in settings.json (#1251)Louis Jimenez
2025-06-20fix: flicker of StreamingState to Idle when tool finishes (#1190) (#1216)N. Taylor Mullen
Co-authored-by: Asad Memon <[email protected]>
2025-06-19Auth First Run (#1207)matt korwel
Co-authored-by: Tommaso Sciortino <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-06-17code review followup for compress command (#1097)Jacob MacDonald
Followup to https://github.com/google-gemini/gemini-cli/pull/986
2025-06-15feat: Adds shell command context to gemini history (#1076)Abhi
2025-06-15feat: Show model thoughts while loading (#992)Asad Memon
2025-06-14Add `/compress` command to force a compression of the context (#986)Jacob MacDonald
Related to https://b.corp.google.com/issues/423605555 - I figured this might be a simpler solution to start with, while still also being useful on its own even if we do implement that.
2025-06-11Revert "Add support for local logging per session (#936)" (#970)anj-s
2025-06-11Telemetry: Improve clarity of user prompt event (#967)Jerop Kipruto
2025-06-11feat: External editor settings (#882)Leo
2025-06-11Add support for local logging per session (#936)anj-s
2025-06-11Restore Checkpoint Feature (#934)Louis Jimenez
2025-06-10feat: Add UI for /stats slash command (#883)Abhi
2025-06-09feat: Display initial token usage metrics in /stats (#879)Abhi
2025-06-08fix(tool-scheduler): Correctly pipe cancellation signal to tool calls (#852)N. Taylor Mullen
2025-06-08fix(cli): correctly handle tool invocation cancellation (#844)N. Taylor Mullen
2025-06-07feat(cli): improve API error parsing and display (#829)Scott Densmore
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-05refactor: remove unnecessary useRefs (#780)Brandon Keiji
2025-06-05OpenTelemetry Integration & Telemetry Control Flag (#762)Jerop Kipruto