summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/App.tsx
AgeCommit message (Expand)Author
2025-06-17Auto-update notifications (#1110)Eddie Santos
2025-06-15feat: Show model thoughts while loading (#992)Asad Memon
2025-06-15feat: Add token stats in footer (#909)Asad Memon
2025-06-14centralize file filtering in `FileDiscoveryService` (#1039)Anas H. Sulaiman
2025-06-14Add `/compress` command to force a compression of the context (#986)Jacob MacDonald
2025-06-13initialize `FileDiscoveryService` once (#1029)Anas H. Sulaiman
2025-06-13feat(cli): support ctrl+d to exit (#878)Daniel Lee
2025-06-13Update contextFileName to support an optional list of strings (#1001)Billy Biggs
2025-06-13Replace logo with custom ASCII (#958)Miguel Solorio
2025-06-11feat: External editor settings (#882)Leo
2025-06-11Show session summary on exit for ctrl+c x 2. Fix exit UI (#963)Abhi
2025-06-11Restore Checkpoint Feature (#934)Louis Jimenez
2025-06-09feat: Display initial token usage metrics in /stats (#879)Abhi
2025-06-08feat: Introduce session context and add session duration stat for `/stats` co...Abhi
2025-06-08feat: Add flow to allow modifying edits during edit tool call (#808)Leo
2025-06-07Bryanmorgan/add mcp description support (#825)Bryan Morgan
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-07More version simplifiction. (#810)Tommaso Sciortino
2025-06-06clean up version lookup code (#804)Tommaso Sciortino
2025-06-06feat(cli): respect the NO_COLOR env variable (#772)Jacob Richman
2025-06-05Title & Big text Updates (#781)matt korwel
2025-06-05refactor: remove unnecessary useRefs (#780)Brandon Keiji
2025-06-05Fix "npx https:...." header issue (#759)N. Taylor Mullen
2025-06-04CLI_TITLE env var for setting the CLI title (#748)Tommaso Sciortino
2025-06-04feat(accessibility): Add option to disable loading phrases (#745)N. Taylor Mullen
2025-06-03Fix several bugs in prompt history (#734)Marat Boshernitsan
2025-06-02feat(cli): Allow custom title in CLI header (#706)Scott Densmore
2025-06-02feat: Add --yolo mode that automatically accepts all tools executions (#695)Tolik Malibroda
2025-06-01fix: Display MCP server count in context summary (#674)N. Taylor Mullen
2025-06-01refactor: Centralize tool scheduling logic and simplify React hook (#670)N. Taylor Mullen
2025-05-31feat: allow custom filename for context files (#654)Allen Hutchison
2025-05-30feat: Implement delayed Ctrl+C exit promptDaniel Young Lee
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-30feat: add --show_memory_usage flag to display memory usage in status bar (#606)Jacob Richman
2025-05-28feat: add git branch name to footer (#589)Brandon Keiji
2025-05-28Cleanup: Remove low value StreamingContextType interface. (#585)Jacob Richman
2025-05-24feat: Add GEMINI.md tip to UITaylor Mullen
2025-05-24Code review comment fixes and some refactors. (#525)Jacob Richman
2025-05-23Make console message support more robust to logging in the middle of renderin...Jacob Richman
2025-05-23Add additional readline-like keybindings. (#524)DeWitt Clinton
2025-05-23feat: Modify loading indicator to support a paused state (#506)Jacob Richman
2025-05-22Refactor: Improve console error/log display in CLI (#486)Jacob Richman
2025-05-21feat: useToolScheduler hook to manage parallel tool calls (#448)Brandon Keiji
2025-05-21Fix: Resolve CLI version reporting in /bug command (#455)Allen Hutchison
2025-05-21Add Logger for command history (#435)Seth Troisi
2025-05-20Merge InputPrompt and multiline-editor and move autocomplete logic directly i...Jacob Richman
2025-05-20fix system override indicator (#450)Olcan
2025-05-20Implement additional readline-like keybindings, including alt-left arrow and ...DeWitt Clinton
2025-05-20fix(cli): Prevent truncation of first character in shell commandsTaylor Mullen
2025-05-19ui tweaks (#442)Olcan