Abhi
|
c8518d6a63
|
refactor(tools): Move all tool names into tool-names.ts (#11493)
|
2025-10-20 00:53:53 +00:00 |
|
Abhi
|
23e52f0ff3
|
refactor(core): Centralize tool names to avoid circular dependencies - Edit, Grep, Read (#11434)
|
2025-10-19 23:21:47 +00:00 |
|
Sandy Tao
|
dd42893df7
|
fix(config): Enable type checking for config tests (#11436)
|
2025-10-18 05:39:53 +00:00 |
|
Tommaso Sciortino
|
cd76b0b22d
|
Create Todo List Tab (#11430)
|
2025-10-18 04:10:57 +00:00 |
|
Abhi
|
2ef38065c7
|
refactor(tools): Migrate shell tool name to a centralized constant (#11418)
|
2025-10-18 01:07:26 +00:00 |
|
Jacob MacDonald
|
f4330c9f5e
|
remove support for workspace extensions and migrations (#11324)
|
2025-10-17 23:08:57 +00:00 |
|
Jacob MacDonald
|
d3bdbc6978
|
add extension IDs (#11377)
|
2025-10-17 20:29:07 +00:00 |
|
Tommaso Sciortino
|
795e5134c7
|
Remove ctrl-t binding for /mcp commands (#11372)
|
2025-10-17 16:42:09 +00:00 |
|
Gal Zahavi
|
0ded546a09
|
fix(prompt): Make interactive command avoidance conditional (#11225)
|
2025-10-17 16:07:18 +00:00 |
|
Allen Hutchison
|
be25e2cb96
|
feat: Remove deprecated flags (#11338)
|
2025-10-17 15:58:00 +00:00 |
|
Allen Hutchison
|
9049f8f8ae
|
feat: remove deprecated telemetry flags (#11318)
|
2025-10-16 23:54:59 +00:00 |
|
Abhi
|
02241e9126
|
feat(auth): Improve auth dialog error handling and messaging (#11320)
|
2025-10-16 22:08:42 +00:00 |
|
Allen Hutchison
|
937c15c66e
|
refactor: Remove deprecated --all-files flag (#11228)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-16 19:09:21 +00:00 |
|
Srivats Jayaram
|
6ded45e5d2
|
feat: Add markdown toggle (alt+m) to switch between rendered and raw… (#10383)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-10-16 18:23:36 +00:00 |
|
christine betts
|
b734723d95
|
Update extensions install warning (#11149)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-16 15:01:17 +00:00 |
|
Abhi
|
c9c633be62
|
refactor: move web_fetch tool name to tool-names.ts (#11174)
|
2025-10-16 02:48:12 +00:00 |
|
Allen Hutchison
|
cfaa95a2b9
|
feat(cli): Add nargs to yargs options (#11132)
|
2025-10-15 22:00:23 +00:00 |
|
Jacob MacDonald
|
8c1656bf56
|
Don't always fall back on a git clone when installing extensions (#11229)
|
2025-10-15 21:29:16 +00:00 |
|
anj-s
|
47f693173a
|
Add support for output-format stream-jsonflag for headless mode (#10883)
|
2025-10-15 20:55:37 +00:00 |
|
Victor May
|
a2f3339a0e
|
Enable Model Routing (#11154)
|
2025-10-15 00:47:48 +00:00 |
|
Silvio Junior
|
ef3186d441
|
Enable codease investigator by default before the next preview release (#11136)
|
2025-10-14 19:45:15 +00:00 |
|
Sandy Tao
|
7c1a90244a
|
fix(core): add retry logic for specific fetch errors (#11066)
|
2025-10-14 16:17:31 +00:00 |
|
Silvio Junior
|
9185f68e52
|
Expose Codebase Investigator settings to the user (#10844)
|
2025-10-14 02:30:32 +00:00 |
|
Tommaso Sciortino
|
c4bd759467
|
document all settings with showInDialog: true (#11049)
|
2025-10-13 19:57:23 +00:00 |
|
Abhi
|
771627505d
|
chore(settings): Enable 'useSmartEdit' by default (#11051)
|
2025-10-13 19:05:08 +00:00 |
|
Dongin Kim(Terry)
|
518caae62e
|
chore: Extract '.gemini' to GEMINI_DIR constant (#10540)
Co-authored-by: Richie Foreman <richie.foreman@gmail.com>
|
2025-10-13 17:31:39 +00:00 |
|
Jacob MacDonald
|
a6e00d9183
|
Fix rough edges around extension updates (#10926)
|
2025-10-10 21:28:13 +00:00 |
|
Jacob MacDonald
|
bf0f61e656
|
Show final install path in extension consent dialog and fix isWorkspaceTrusted check (#10830)
|
2025-10-10 20:40:13 +00:00 |
|
christine betts
|
0a7ee67707
|
Show notification in screen reader mode (#10900)
|
2025-10-10 19:34:44 +00:00 |
|
sgnagnarella
|
971eb64e98
|
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
|
558be87311
|
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
|
21062dd30e
|
clean up extension tests (#10857)
|
2025-10-09 22:06:06 +00:00 |
|
Jacob MacDonald
|
ed37b7c5e7
|
fix some isWorkspaceTrusted mocks (#10836)
|
2025-10-09 22:05:54 +00:00 |
|
Abhi
|
3d24575239
|
refactor(core): Centralize 'write_file' tool name (#10694)
|
2025-10-09 04:33:31 +00:00 |
|
Jacob MacDonald
|
56ca62cf3c
|
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
|
f2852056a1
|
feat: prevent ansi codes in extension MCP Servers (#10748)
|
2025-10-08 20:41:22 +00:00 |
|
김세은
|
1962b51d8d
|
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
|
467a305f26
|
chore(shell): Enable interactive shell by default (#10661)
|
2025-10-08 20:28:19 +00:00 |
|
Gal Zahavi
|
b0b1be0c2a
|
chore(int): skip flaky tests (#10736)
|
2025-10-08 20:05:11 +00:00 |
|
Zack Birkenbuel
|
8980276b20
|
Rationalize different Extension typings (#10435)
|
2025-10-08 14:31:41 +00:00 |
|
Jacob Richman
|
34ba8be821
|
Enhance debug profiler to track tree framerate and dispatch errors (#10502)
|
2025-10-07 17:28:35 +00:00 |
|
Jacob MacDonald
|
343be47fa9
|
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
|
974ab66b7a
|
feat(sessions): Add automatic session cleanup and retention policy (#7662)
|
2025-10-06 19:34:00 +00:00 |
|
mistergarrison
|
d9fdff339a
|
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
|
7f8537a130
|
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
|
43bac6a038
|
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
|
ebbfcda762
|
support giving a github repo URL with a trailing slash (#10360)
|
2025-10-02 14:34:23 +00:00 |
|
Jacob Richman
|
a404fb8d2e
|
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
|
331ae7dbdf
|
feat: Add enableSubagents configuration and wire up subagent registration (#9988)
|
2025-10-01 20:54:00 +00:00 |
|
Richie Foreman
|
ed1b5fe5e1
|
fix(settings): Ensure that InferSettings properly infers the combinations of values from an enum type. (#10346)
|
2025-10-01 15:32:18 +00:00 |
|