Sehoon Shon
|
4eae2e3fa3
|
feat(ui): allow immediate user input during startup (#23661)
|
2026-03-24 13:33:17 +00:00 |
|
Jarrod Whelan
|
eaec0f1f2c
|
feat(ui): implement refreshed UX for Composer layout (#21212)
Co-authored-by: Keith Guerin <keithguerin@gmail.com>
|
2026-03-24 02:30:48 +00:00 |
|
Jarrod Whelan
|
c7c0cab9dc
|
refactor(cli,core): foundational layout, identity management, and type safety (#23286)
|
2026-03-24 01:49:51 +00:00 |
|
Wesley Tanaka
|
675d23bcde
|
fix(cli): prevent Ctrl+D exit when input buffer is not empty (#23306)
Co-authored-by: wtanaka.com <wtanaka@users.noreply.github.com>
|
2026-03-24 00:13:13 +00:00 |
|
Dev Randalpura
|
d3cfb10e93
|
fix(ui): make tool confirmations take up entire terminal height (#22366)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-03-23 19:42:30 +00:00 |
|
Sandy Tao
|
918d7d3803
|
feat(core): add experimental memory manager agent to replace save_memory tool (#22726)
Co-authored-by: Christian Gunderman <gundermanc@gmail.com>
|
2026-03-19 12:57:52 -07:00 |
|
Jacob Richman
|
48513b042d
|
Fix logging and virtual list. (#23080)
|
2026-03-19 17:50:49 +00:00 |
|
Tommaso Sciortino
|
267845316b
|
refactor(cli): simplify keypress and mouse providers and update tests (#22853)
|
2026-03-18 16:38:56 +00:00 |
|
Adam Weidman
|
d29e9e2723
|
refactor(core): introduce InjectionService with source-aware injection and backend-native background completions (#22544)
|
2026-03-16 21:06:29 +00:00 |
|
Gal Zahavi
|
68e7661752
|
feat(core): integrate SandboxManager to sandbox all process-spawning tools (#22231)
|
2026-03-13 21:11:51 +00:00 |
|
Spencer
|
02d229e5dd
|
feat(cli): allow safe tools to execute concurrently while agent is busy (#21988)
|
2026-03-12 16:03:53 +00:00 |
|
Nick Salerni
|
584666a578
|
fix(cli): allow scrolling keys in copy mode (Ctrl+S selection mode) (#19933)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-03-11 07:16:25 +00:00 |
|
Gal Zahavi
|
a912b7ce23
|
feat: implement background process logging and cleanup (#21189)
|
2026-03-11 00:13:20 +00:00 |
|
nityam
|
12bf803d23
|
fix: preserve prompt text when cancelling streaming (#21103)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-03-10 22:35:04 +00:00 |
|
Adib234
|
0275c45432
|
fix(plan): prevent plan truncation in approval dialog by supporting unconstrained heights (#21037)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-03-10 19:34:10 +00:00 |
|
Tommaso Sciortino
|
4079deb4ee
|
refactor(ui): unify keybinding infrastructure and support string initialization (#21776)
|
2026-03-09 23:26:33 +00:00 |
|
Tommaso Sciortino
|
f7d284a43a
|
refactor: migrate to useKeyMatchers hook (#21753)
|
2026-03-09 20:48:09 +00:00 |
|
Keith Guerin
|
566008689a
|
refactor(cli): standardize on 'reload' verb for all components (#20654)
Co-authored-by: Krishna Korade <MushuEE@users.noreply.github.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-03-07 22:56:11 +00:00 |
|
Jacob Richman
|
f58a56068a
|
fix(cli): correct shell height reporting (#21492)
|
2026-03-07 19:31:09 +00:00 |
|
Jarrod Whelan
|
c0c7101138
|
fix(ui): unify Ctrl+O expansion hint experience across buffer modes (#21474)
|
2026-03-07 19:04:22 +00:00 |
|
joshualitt
|
310492e5e2
|
feat(core): Disable fast ack helper for hints. (#21011)
|
2026-03-04 20:56:56 +00:00 |
|
nityam
|
2965d077e9
|
fix: improve error message when OAuth succeeds but project ID is required (#21070)
|
2026-03-04 19:28:34 +00:00 |
|
Tommaso Sciortino
|
6b8b62526b
|
Consistently guard restarts against concurrent auto updates (#21016)
|
2026-03-04 06:18:12 +00:00 |
|
Jacob Richman
|
d4464d4791
|
Revert "fix(ui): persist expansion in AskUser dialog when navigating options" (#21042)
|
2026-03-04 01:40:29 +00:00 |
|
Shreya Keshive
|
4cf8466016
|
feat(admin): enable 30 day default retention for chat history & remove warning (#20853)
|
2026-03-02 22:44:49 +00:00 |
|
Dmitry Lyalin
|
e8fc61586e
|
Add low/full CLI error verbosity mode for cleaner UI (#20399)
|
2026-02-27 19:15:10 +00:00 |
|
Jerop Kipruto
|
47740d98ff
|
fix(ui): persist expansion in AskUser dialog when navigating options (#20559)
|
2026-02-27 18:30:16 +00:00 |
|
Gaurav
|
c613f339d8
|
feat: better error messages (#20577)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
|
2026-02-27 18:18:16 +00:00 |
|
Gaurav
|
3f9948f745
|
feat(billing): implement G1 AI credits overage flow with billing telemetry (#18590)
|
2026-02-27 18:15:06 +00:00 |
|
Pyush Sinha
|
a00fb01f89
|
refactor(core,cli): useAlternateBuffer read from config (#20346)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-02-27 15:55:02 +00:00 |
|
Jacob Richman
|
b875521b96
|
Fix flicker showing message to press ctrl-O again to collapse. (#20414)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-27 15:07:14 +00:00 |
|
Adib234
|
98ca5f374e
|
feat(plan): support opening and modifying plan in external editor (#20348)
|
2026-02-26 04:38:44 +00:00 |
|
Ishaan Gupta
|
b7d1cb2a58
|
feat: prompt users to run /terminal-setup with yes/no (#16235)
Co-authored-by: Vedant Mahajan <Vedant.04.mahajan@gmail.com>
|
2026-02-24 21:48:28 +00:00 |
|
Jarrod Whelan
|
909dbd5d3e
|
feat(cli): improve CTRL+O experience for both standard and alternate screen buffer (ASB) modes (#19010)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-02-21 00:26:11 +00:00 |
|
Sehoon Shon
|
3e786a161e
|
fix(cli): re-enable CLI banner (#19741)
|
2026-02-20 22:21:26 +00:00 |
|
Spencer
|
c34e58f8e8
|
feat(ui): improve startup warnings UX with dismissal and show-count limits (#19584)
|
2026-02-20 18:22:45 +00:00 |
|
Gal Zahavi
|
37b45909ef
|
feat(cli): enhance folder trust with configuration discovery and security warnings (#19492)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-20 18:21:03 +00:00 |
|
Abhijit Balaji
|
5793acd758
|
feat(policy): implement project-level policy support (#18682)
|
2026-02-20 00:16:03 +00:00 |
|
Dmitry Lyalin
|
8439c2a212
|
feat(cli): replace loading phrases boolean with enum setting (#19347)
|
2026-02-19 18:43:12 +00:00 |
|
Shreya Keshive
|
68319c8dc5
|
feat(admin): Admin settings should only apply if adminControlsApplicable = true and fetch errors should be fatal (#19453)
|
2026-02-18 22:54:07 +00:00 |
|
joshualitt
|
be97897a39
|
feat(core): experimental in-progress steering hints (2 of 2) (#19307)
|
2026-02-18 22:05:50 +00:00 |
|
Dmitry Lyalin
|
5dfe83694c
|
feat(cli): add macOS run-event notifications (interactive only) (#19056)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-02-18 20:28:17 +00:00 |
|
Jerop Kipruto
|
cf9d63f1ee
|
feat(cli): remove Plan Mode from rotation when actively working (#19262)
|
2026-02-17 17:36:59 +00:00 |
|
Jacob Richman
|
020b31b4c1
|
refactor(cli): code review cleanup fix for tab+tab (#18967)
|
2026-02-17 15:16:37 +00:00 |
|
Jacob Richman
|
d3e74530b8
|
bug(ui) fix flicker refreshing background color (#19041)
|
2026-02-13 23:33:02 +00:00 |
|
Shreya Keshive
|
619a9bfba0
|
feat(cleanup): enable 30-day session retention by default (#18854)
|
2026-02-13 22:57:55 +00:00 |
|
Jerop Kipruto
|
8aa2f974e3
|
refactor: use CoreToolCallStatus in the the history data model (#19033)
|
2026-02-13 22:20:14 +00:00 |
|
Jacob Richman
|
d974148804
|
feat(cli): disable ctrl-s shortcut outside of alternate buffer mode (#18887)
|
2026-02-12 23:00:13 +00:00 |
|
Jacob Richman
|
143d549c90
|
ui(polish) blend background color with theme (#18802)
|
2026-02-12 19:56:07 +00:00 |
|
Dmitry Lyalin
|
bfd33db16a
|
feat(cli): prototype clean UI toggle and minimal-mode bleed-through (#18683)
|
2026-02-12 19:25:24 +00:00 |
|