Commit Graph

439 Commits

Author SHA1 Message Date
sgnagnarella
aba49d90ca fix(cli) : fixed bug #8310 where /memory refresh will create discrepancies with initial memory load ignoring settings/config for trusted folder and file filters (#10611)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
2025-10-10 16:04:15 +00:00
Jacob Richman
72cbe15471 Re-land bbiggs changes to reduce margin on narrow screens with fixes + full width setting (#10522) 2025-10-10 02:27:20 +00:00
Jacob MacDonald
b350b57ead clean up extension tests (#10857) 2025-10-09 22:06:06 +00:00
Jacob MacDonald
f0d796ada0 fix some isWorkspaceTrusted mocks (#10836) 2025-10-09 22:05:54 +00:00
Abhi
61a089e917 refactor(core): Centralize 'write_file' tool name (#10694) 2025-10-09 04:33:31 +00:00
Jacob MacDonald
1acf8eb580 Pre releases (#10752)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-08 21:26:12 +00:00
Adam Weidman
32594bdb9b feat: prevent ansi codes in extension MCP Servers (#10748) 2025-10-08 20:41:22 +00:00
김세은
425a7c869a fix: ensure positional prompt arguments work with extensions flag (#10077)
Co-authored-by: Allen Hutchison <adh@google.com>
2025-10-08 20:32:05 +00:00
Gal Zahavi
c517a3c302 chore(shell): Enable interactive shell by default (#10661) 2025-10-08 20:28:19 +00:00
Gal Zahavi
e8921802b0 chore(int): skip flaky tests (#10736) 2025-10-08 20:05:11 +00:00
Zack Birkenbuel
3ed350a464 Rationalize different Extension typings (#10435) 2025-10-08 14:31:41 +00:00
Jacob Richman
3a440b8cb1 Enhance debug profiler to track tree framerate and dispatch errors (#10502) 2025-10-07 17:28:35 +00:00
Jacob MacDonald
ce343932f2 use extract-zip and tar libraries to extract archives (#10414)
Co-authored-by: christine betts <chrstn@uw.edu>
2025-10-07 15:37:41 +00:00
bl-ue
e4b082d8cc feat(sessions): Add automatic session cleanup and retention policy (#7662) 2025-10-06 19:34:00 +00:00
mistergarrison
12213bab84 Re-submission: Make --allowed-tools work in non-interactive mode (#10289)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
2025-10-06 19:15:21 +00:00
Jacob MacDonald
866d56c210 Cleanup extension update logic (#10514)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-04 04:06:26 +00:00
sgnagnarella
4e8deaf7b8 Adding list sub command to memoryCommand to list the path of GEMINI.md files (#10108)
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
2025-10-02 21:46:54 +00:00
Jacob MacDonald
e94e5f3286 support giving a github repo URL with a trailing slash (#10360) 2025-10-02 14:34:23 +00:00
Jacob Richman
12bda12cab Switch to a reducer for tracking update state fixing flicker issues due to continuous renders (#10280) 2025-10-01 21:53:15 +00:00
Abhi
1c529d62c3 feat: Add enableSubagents configuration and wire up subagent registration (#9988) 2025-10-01 20:54:00 +00:00
Richie Foreman
206bad7bef fix(settings): Ensure that InferSettings properly infers the combinations of values from an enum type. (#10346) 2025-10-01 15:32:18 +00:00
Abhi
14456545c1 fix(routing): Disable model router by default (#10283) 2025-10-01 03:10:10 +00:00
Tayyab3245
755c9f1731 fix(cli): honor argv @path in interactive sessions (quoted + unquoted) (#5952)
Co-authored-by: Allen Hutchison <adh@google.com>
2025-10-01 01:18:04 +00:00
Jacob MacDonald
5fb419d83b fix installing extensions from zip files (#10253) 2025-09-30 19:34:41 +00:00
Jacob MacDonald
32c7acb4e7 restore case insensitivity for extension enablement and add tests (#10249) 2025-09-30 16:56:28 +00:00
Jacob MacDonald
2c0c202b98 Don't log an error about invalid extensions when passing "-e none" (#10203) 2025-09-30 15:59:05 +00:00
Jacob MacDonald
2c09e70f36 Extension update confirm dialog (#10183) 2025-09-29 21:19:19 +00:00
Sandy Tao
052c79c691 feat(core): Enable tool output truncation by default (#9983) 2025-09-29 16:30:37 +00:00
Jacob MacDonald
5970283944 Fix -e <extension> for disabled extensions (#9994) 2025-09-29 13:53:19 +00:00
Fridayxiao
07d5cf9cf5 feat(cli): Add setting to show status(or Gemini 's thoughts) in terminal title and taskbar icon (#4386)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-27 19:48:24 +00:00
Gal Zahavi
4dd047053e Revert "Make --allowed-tools work in non-interactive mode" (#10006) 2025-09-26 16:22:02 -07:00
mistergarrison
ff213e8f61 Make --allowed-tools work in non-interactive mode (#9114)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-09-26 17:03:35 +00:00
christine betts
21b8bd67a5 Update enablement behavior + info (#9758) 2025-09-26 01:44:28 +00:00
christine betts
ea7d65f114 Throw error for invalid extension names (#9538) 2025-09-25 18:05:49 +00:00
Jacob MacDonald
6b12e1bd0d Fix duplicate info messages for extension updates (#9760) 2025-09-25 17:58:43 +00:00
Jacob MacDonald
54f0293277 Re-request consent if necessary when updating extensions (#9517)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-25 17:57:59 +00:00
Jack Wotherspoon
646f54863b chore: add indicator to extensions list for enable/disable (#9405) 2025-09-25 16:30:25 +00:00
Abhi
766c5e18d8 feat(cli): Enable model router by default and add to settings dialog (#9262) 2025-09-24 21:33:14 +00:00
christine betts
c8a48baad0 Fix windows extension install issue (#9512) 2025-09-24 21:03:28 +00:00
Jacob MacDonald
74cbe0d2ce support standard github release archives format (#9265) 2025-09-24 15:38:09 +00:00
shishu314
4e2ac6d946 metrics(extension) - Add logging for disable extension (#9238)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-23 18:37:35 +00:00
Jacob MacDonald
eb585c54b2 remove extraction of the first dir into the top level for github release extensions (#9247) 2025-09-23 18:30:44 +00:00
Jacob MacDonald
7c21432aa6 dont attempt to look up releases on github for non-github git uris (#9235) 2025-09-23 16:52:42 +00:00
Jacob Richman
6d79a8d5bf Refactor to defer initialization. (#8925) 2025-09-23 02:48:25 +00:00
shrutip90
97e8787932 fix(cli): Handle formatting errors in trustedFolders.json similar to settings file (#9167) 2025-09-23 00:06:43 +00:00
christine betts
78202295e5 Improve extensions consent flow, command formatting, github-release behavior (#9121)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-22 23:50:12 +00:00
Jacob MacDonald
7305b97831 quote archive names before extraction (#9165)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-22 22:35:45 +00:00
Jacob MacDonald
0b45accdf8 use github release artifacts instead of cloning repos when available (#9147) 2025-09-22 19:12:41 +00:00
Allen Hutchison
ae5202a04f feat: add message bus integration for tool confirmation (#8938) 2025-09-22 19:03:20 +00:00
shrutip90
5ece4a4656 feat(cli): Add permissions command to modify trust settings (#8792) 2025-09-22 18:45:02 +00:00