Christian Gunderman
|
df37a76a1c
|
Fix issues with rip grep (#18756)
|
2026-02-10 20:48:56 +00:00 |
|
Aishanee Shah
|
9031461f3c
|
test: add model-specific snapshots for coreTools (#18707)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2026-02-10 18:41:01 +00:00 |
|
Aishanee Shah
|
c4b44fe570
|
refactor(core): centralize core tool definitions and support model-specific schemas (#18662)
|
2026-02-10 01:29:52 +00:00 |
|
Christian Gunderman
|
c369147b32
|
Disallow unsafe type assertions (#18688)
|
2026-02-10 00:10:15 +00:00 |
|
Aishanee Shah
|
dc942f4e35
|
refactor(core): model-dependent tool definitions (#18563)
|
2026-02-09 20:46:23 +00:00 |
|
Jack Wotherspoon
|
a035be3ee7
|
chore: make ask_user header description more clear (#18657)
|
2026-02-09 20:14:28 +00:00 |
|
Tommaso Sciortino
|
670a52f63d
|
Allow @-includes outside of workspaces (with permission) (#18470)
|
2026-02-09 12:24:28 -08:00 |
|
N. Taylor Mullen
|
d0e0caa6f8
|
feat: move shell efficiency guidelines to tool description (#18614)
|
2026-02-09 18:51:13 +00:00 |
|
N. Taylor Mullen
|
5a0d643411
|
fix(evals): update save_memory evals and simplify tool description (#18610)
|
2026-02-09 01:06:03 -08:00 |
|
Andrew Garrett
|
d332370c1a
|
Fix newline insertion bug in replace tool (#18595)
|
2026-02-09 06:37:53 +00:00 |
|
Tommaso Sciortino
|
3ca50cba96
|
propagate abortSignal (#18477)
|
2026-02-08 21:56:26 +00:00 |
|
Sandy Tao
|
d1529b90a2
|
fix(core): expand excludeTools with legacy aliases for renamed tools (#18498)
|
2026-02-07 00:49:25 +00:00 |
|
Adib234
|
3014614ffa
|
feat(plan): create a metric for execution of plans generated in plan mode (#18236)
|
2026-02-05 23:46:34 +00:00 |
|
Adib234
|
312fbdb1c8
|
feat(plan): implement support for MCP servers in Plan mode (#18229)
|
2026-02-05 21:37:28 +00:00 |
|
Alisa
|
21aa049734
|
Improving memory tool instructions and eval testing (#18091)
|
2026-02-05 18:07:47 +00:00 |
|
Peter Friese
|
fb1c289d34
|
fix(core): handle non-compliant mcpbridge responses from Xcode 26.3 (#18376)
|
2026-02-05 17:03:32 +00:00 |
|
Chris Coutinho
|
4b43edc047
|
fix(mcp): ensure MCP transport is closed to prevent memory leaks (#18054)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-02-04 21:00:41 +00:00 |
|
Jerop Kipruto
|
f04bec9f75
|
feat(core): add enter_plan_mode tool (#18324)
|
2026-02-04 18:57:41 +00:00 |
|
Jack Wotherspoon
|
b336f0cd25
|
feat: increase ask_user label limit to 16 characters (#18320)
|
2026-02-04 17:50:01 +00:00 |
|
Adib234
|
a4fe27c459
|
feat(plan): implement plan slash command (#17698)
|
2026-02-04 17:01:43 +00:00 |
|
christine betts
|
9db7c30643
|
Fix handling of empty settings (#18131)
|
2026-02-03 20:39:20 +00:00 |
|
Jerop Kipruto
|
88cc4f5d7a
|
chore(core): explicitly state plan storage path in prompt (#18222)
|
2026-02-03 19:55:43 +00:00 |
|
Serghei
|
0950d4380b
|
fix(core): Respect user's .gitignore preference (#15482)
Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
|
2026-02-03 19:37:21 +00:00 |
|
christine betts
|
8958bd6094
|
Match on extension ID when stopping extensions (#18218)
|
2026-02-03 19:29:15 +00:00 |
|
christine betts
|
2daa9f1e45
|
Remove MCP servers on extension uninstall (#18121)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-03 16:18:09 +00:00 |
|
Sandy Tao
|
186e3d79b8
|
feat(core): rename search_file_content tool to grep_search and add legacy alias (#18003)
|
2026-02-03 04:18:24 +00:00 |
|
Jerop Kipruto
|
ce4dfa5964
|
feat(plan): add core logic and exit_plan_mode tool definition (#18110)
|
2026-02-03 03:30:03 +00:00 |
|
Sandy Tao
|
d7e15f8187
|
feat(core): implement tool name aliasing for backward compatibility (#17974)
|
2026-02-03 00:34:14 +00:00 |
|
Jerop Kipruto
|
9396de754c
|
feat(plan): use placeholder for choice question "Other" option (#18101)
|
2026-02-02 17:00:13 +00:00 |
|
Jerop Kipruto
|
7a947a272c
|
feat(plan): refactor ToolConfirmationPayload to union type (#17980)
|
2026-01-30 19:51:45 +00:00 |
|
Jerop Kipruto
|
19284636e7
|
feat(plan): reuse standard tool confirmation for AskUser tool (#17864)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2026-01-30 18:32:21 +00:00 |
|
Gal Zahavi
|
2eb8dc3042
|
feat: Implement background shell commands (#14849)
|
2026-01-30 17:53:09 +00:00 |
|
Thomas Shephard
|
b1104bea25
|
feat: preserve EOL in files (#16087)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-01-30 00:57:06 +00:00 |
|
Adib234
|
438768f10b
|
Fix unintended credential exposure to MCP Servers (#17311)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-01-28 18:56:15 +00:00 |
|
jw bot
|
b10bd2d833
|
test(core): mock fetch in OAuth transport fallback tests (#17059)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2026-01-28 13:30:08 +00:00 |
|
Alisa
|
3b9af4b813
|
Add support for an additional exclusion file besides .gitignore and .geminiignore (#16487)
Co-authored-by: Adam Weidman <adamfweidman@google.com>
|
2026-01-28 01:19:13 +00:00 |
|
N. Taylor Mullen
|
34a9bc4de3
|
refactor(core): centralize path validation and allow temp dir access for tools (#17185)
Co-authored-by: Your Name <joshualitt@google.com>
|
2026-01-27 21:17:40 +00:00 |
|
Jerop Kipruto
|
17630f7806
|
feat(plan): enable AskUser tool in Plan mode for clarifying questions (#17694)
|
2026-01-27 20:23:49 +00:00 |
|
Jack Wotherspoon
|
3bd7686da7
|
feat: wire up AskUserTool with dialog (#17411)
|
2026-01-27 18:30:44 +00:00 |
|
Mark Cockram
|
10e192ee23
|
refactor: rename formatMemoryUsage to formatBytes (#14997)
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
|
2026-01-27 16:21:53 +00:00 |
|
Alex Gavrilescu
|
54a7271a95
|
feat (mcp): Refresh MCP prompts on list changed notification (#14863)
Co-authored-by: christine betts <chrstn@uw.edu>
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2026-01-27 12:50:27 +00:00 |
|
Abhi
|
6b919b9fcb
|
feat(core): enforce server prefixes for MCP tools in agent definitions (#17574)
|
2026-01-27 04:53:05 +00:00 |
|
Jerop Kipruto
|
222e85cc77
|
feat(plan): add persistent plan file storage (#17563)
|
2026-01-26 21:57:27 +00:00 |
|
Adam Weidman
|
96b66c059b
|
fix(core): stream grep/ripgrep output to prevent OOM (#17146)
|
2026-01-26 21:52:19 +00:00 |
|
Sandy Tao
|
9e99123be5
|
feat(core): optimize shell tool llmContent output format (#17538)
|
2026-01-26 18:12:21 +00:00 |
|
Maxim Masiutin
|
9795106b72
|
Resolves the confusing error message `ripgrep exited with code null that occurs when a search operation is cancelled or aborted (#14267)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
|
2026-01-25 19:02:37 +00:00 |
|
Adib234
|
c13d972e92
|
Allow prompt queueing during MCP initialization (#17395)
|
2026-01-23 23:32:06 +00:00 |
|
Tommaso Sciortino
|
85a107b252
|
chore: upgrade dep: diff 7.0.0-> 8.0.3 (#17403)
|
2026-01-23 20:20:21 +00:00 |
|
Jerop Kipruto
|
19866eb5d1
|
feat(plan): implement simple workflow for planning in main agent (#17326)
|
2026-01-23 06:53:47 +00:00 |
|
Christian Gunderman
|
954bc41041
|
Refactor subagent delegation to be one tool per agent (#17346)
|
2026-01-23 02:18:31 +00:00 |
|