Michael Bleigh
|
e653e2888f
|
feat(hooks): adds support for RuntimeHook functions. (#19598)
|
2026-02-24 21:03:36 +00:00 |
|
Gal Zahavi
|
14a5f2cc80
|
feat(extensions): enforce folder trust for local extension install (#19703)
|
2026-02-24 19:58:44 +00:00 |
|
christine betts
|
ad42c1168f
|
Fix extension env dir loading issue (#20198)
|
2026-02-24 18:13:21 +00:00 |
|
Gaurav
|
18dea42679
|
feat(browser): implement experimental browser agent (#19284)
|
2026-02-24 17:22:09 +00:00 |
|
Rishabh Khandelwal
|
40e82b8b54
|
feat(security): Introduce Conseca framework (#13193)
|
2026-02-24 02:44:28 +00:00 |
|
kevinjwang1
|
7704b1bf81
|
Add new setting to configure maxRetries (#20064)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-23 23:57:16 +00:00 |
|
Abhijit Balaji
|
d5f95ec65f
|
fix(cli): skip workspace policy loading when in home directory (#20054)
|
2026-02-23 22:08:56 +00:00 |
|
Jerop Kipruto
|
28a8db0459
|
feat(policy): Implement Tool Annotation Matching in Policy Engine (#20029)
|
2026-02-23 21:39:40 +00:00 |
|
Michael Bleigh
|
8d5bfa09c4
|
feat(core): implement experimental direct web fetch (#19557)
|
2026-02-23 19:50:14 +00:00 |
|
Jerop Kipruto
|
d90dfbda9e
|
feat(policy): Support MCP Server Wildcards in Policy Engine (#20024)
|
2026-02-23 19:07:06 +00:00 |
|
Adib234
|
aa38282e7c
|
fix(plan): allow plan mode writes on Windows and fix prompt paths (#19658)
|
2026-02-23 17:48:50 +00:00 |
|
Sehoon Shon
|
187049a28c
|
refactor(config): remove enablePromptCompletion from settings (#19974)
|
2026-02-22 19:10:20 -05:00 |
|
Christian Gunderman
|
1958555db2
|
Disallow unsafe returns. (#19767)
|
2026-02-21 01:12:56 +00:00 |
|
Christian Gunderman
|
981e9a978e
|
Disallow and suppress unsafe assignment (#19736)
|
2026-02-20 22:28:55 +00:00 |
|
Abhijit Balaji
|
36e8d192cc
|
feat(policy): repurpose "Always Allow" persistence to workspace level (#19707)
|
2026-02-20 22:07:20 +00:00 |
|
christine betts
|
9a0a5bd29a
|
Add initial implementation of /extensions explore command (#19029)
|
2026-02-20 17:30:49 +00:00 |
|
Abhijit Balaji
|
5793acd758
|
feat(policy): implement project-level policy support (#18682)
|
2026-02-20 00:16:03 +00:00 |
|
Jerop Kipruto
|
bb6abd0267
|
feat(plan): support configuring custom plans storage directory (#19577)
|
2026-02-19 22:47:08 +00:00 |
|
Dmitry Lyalin
|
8439c2a212
|
feat(cli): replace loading phrases boolean with enum setting (#19347)
|
2026-02-19 18:43:12 +00:00 |
|
Tommaso Sciortino
|
599c73a072
|
feat(cli): add experimental.useOSC52Copy setting (#19488)
|
2026-02-19 18:22:11 +00:00 |
|
Jacob Richman
|
85a48203db
|
Migrate core render util to use xterm.js as part of the rendering loop. (#19044)
|
2026-02-19 00:46:50 +00:00 |
|
Spencer
|
fc4b5704e1
|
feat(core): centralize compatibility checks and add TrueColor detection (#19478)
|
2026-02-19 00:01:23 +00:00 |
|
N. Taylor Mullen
|
8e7c102794
|
fix(cli): disable auto-completion on Shift+Tab to preserve mode cycling (#19451)
|
2026-02-18 22:08:38 +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 |
|
Adib234
|
6d0d13da34
|
fix(plan): allow safe fallback when experiment setting for plan is not enabled but approval mode at startup is plan (#19439)
Co-authored-by: Jerop Kipruto <jerop@google.com>
|
2026-02-18 19:54:04 +00:00 |
|
Tommaso Sciortino
|
e71434ffc3
|
feat(cli): add Alt+D for forward word deletion (#19300)
|
2026-02-18 09:19:26 -08:00 |
|
Kevin Ramdass
|
553507ecb5
|
feat(config): add setting to make directory tree context configurable (#19053)
|
2026-02-17 19:19:26 +00:00 |
|
Jerop Kipruto
|
cf9d63f1ee
|
feat(cli): remove Plan Mode from rotation when actively working (#19262)
|
2026-02-17 17:36:59 +00:00 |
|
kevinjwang1
|
c89625df38
|
Disable workspace settings when starting GCLI in the home directory. (#19034)
|
2026-02-16 20:10:28 +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
|
e18a389600
|
refactor(core): adopt CoreToolCallStatus enum for type safety (#18998)
|
2026-02-13 16:27:20 +00:00 |
|
Allen Hutchison
|
cdfbb18c32
|
feat(policy): add --policy flag for user defined policies (#18500)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-13 00:25:23 +00:00 |
|
Philippe
|
a3ace28f17
|
fix(vim): vim support that feels (more) complete (#18755)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-02-13 00:22:39 +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 |
|
Dmitry Lyalin
|
bfd33db16a
|
feat(cli): prototype clean UI toggle and minimal-mode bleed-through (#18683)
|
2026-02-12 19:25:24 +00:00 |
|
Adib234
|
1b11518fed
|
fix(plan): isolate plan files per session (#18757)
|
2026-02-12 19:02:59 +00:00 |
|
Tommaso Sciortino
|
3bbad6d094
|
feat(cli): support Ctrl-Z suspension (#18931)
Co-authored-by: Bharat Kunwar <brtkwr@gmail.com>
|
2026-02-12 17:55:56 +00:00 |
|
Abhijit Balaji
|
f338ffd3ec
|
feat(cli): deprecate --allowed-tools and excludeTools in favor of policy engine (#18508)
|
2026-02-12 00:49:48 +00:00 |
|
Gal Zahavi
|
0ded8cee9a
|
fix(core): improve headless mode detection for flags and query args (#18855)
|
2026-02-12 00:20:54 +00:00 |
|
Pyush Sinha
|
077831f780
|
refactor(cli): Reactive useSettingsStore hook (#14915)
|
2026-02-11 23:40:27 +00:00 |
|
Abhi
|
25ded912d4
|
feat(masking): enable tool output masking by default (#18564)
|
2026-02-11 06:21:55 +00:00 |
|
Dmitry Lyalin
|
99dadc43a7
|
feat(cli): add setting to hide shortcuts hint UI (#18562)
|
2026-02-11 02:46:20 +00:00 |
|
Jacob Richman
|
66370637c5
|
Add autoconfigure memory usage setting to the dialog (#18510)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-10 23:24:08 +00:00 |
|
N. Taylor Mullen
|
f4ee774913
|
ci: shard windows tests and fix event listener leaks (#18670)
|
2026-02-10 18:46:42 +00:00 |
|
Sri Pasumarthi
|
712b806084
|
feat: add extensionsExplore setting to enable extensions explore UI. (#18686)
|
2026-02-10 16:49:24 +00:00 |
|
Adib234
|
b2b805af08
|
fix(plan): update persistent approval mode setting (#18638)
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
|
2026-02-10 13:07:04 +00:00 |
|
N. Taylor Mullen
|
c4a9079b90
|
fix(ui): remove redundant newlines in Gemini messages (#18538)
|
2026-02-10 04:18:21 +00:00 |
|
Dmitry Lyalin
|
9cb70e8749
|
Inline thinking bubbles with summary/full modes (#18033)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2026-02-10 03:24:41 +00:00 |
|
Jack Wotherspoon
|
1c443ff1a0
|
feat: Ctrl+O to expand paste placeholder (#18103)
|
2026-02-10 02:04:34 +00:00 |
|