Commit Graph

266 Commits

Author SHA1 Message Date
Shreya Keshive 8d7e4e70ff feat: launch Gemini 3 in Gemini CLI 🚀🚀🚀 (in main) (#13287)
Co-authored-by: Adam Weidman <65992621+adamfweidman@users.noreply.github.com>
Co-authored-by: Sehoon Shon <sshon@google.com>
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
Co-authored-by: Aishanee Shah <aishaneeshah@gmail.com>
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: joshualitt <joshualitt@google.com>
Co-authored-by: Jenna Inouye <jinouye@google.com>
2025-11-18 09:01:16 -08:00
Tommaso Sciortino b438698d94 fix test to use faketimer (#12913) 2025-11-12 03:03:10 +00:00
Tommaso Sciortino e9027d5e6f Move temp dir from system prompt to first user msg (#12895) 2025-11-11 21:22:22 +00:00
joshualitt c00d438037 feat(core): Migrate generateContent to model configs. (#12834) 2025-11-11 16:10:50 +00:00
Jacob MacDonald cd0bdd9715 [feat]: Add /extensions restart command (#12739) 2025-11-07 23:17:23 +00:00
joshualitt b0add82cdd feat(core): Migrate generateJson to resolved model configs. (#12626) 2025-11-07 22:18:45 +00:00
Jacob MacDonald c9a63d8e8f [feat] Extension Reloading - respect updates to exclude tools (#12728) 2025-11-07 20:18:35 +00:00
Jacob MacDonald 41b6f4411f Reload gemini memory on extension load/unload + memory refresh refactor (#12651) 2025-11-07 17:07:25 +00:00
Tommaso Sciortino 1ff17461a8 Use consistent param names (#12517) 2025-11-06 23:03:52 +00:00
Jainam M c1b6cb248f refactor(cli): consolidate repetitive tests in InputPrompt using it.each (#12524) 2025-11-06 17:41:50 +00:00
Andrew Riggs d2dbb34ac2 fix(core) Path reader method readPathFromWorkspace does not respect git/gemini ignore config. (#10073)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
2025-11-05 21:40:54 +00:00
Jacob MacDonald 93cc1f893e [Extension Reloading]: Update custom commands, add enable/disable command (#12547) 2025-11-05 19:36:07 +00:00
Bryan Morgan a3426c33e5 Fix/windows pty crash (#12587)
Co-authored-by: LayorX <yor31117@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-05 16:53:03 +00:00
Gaurav 4a453f0614 refactor: parse string for retryInfo (#12586) 2025-11-05 16:42:58 +00:00
cornmander 5a82097402 Tighten bash shell option handling (#12532) 2025-11-04 16:11:29 +00:00
Jacob MacDonald e1614fc362 Extensions MCP refactor (#12413) 2025-11-04 15:51:18 +00:00
anthony bushong 041ad3f56b feat(core): add timeout to llm edit fix (#12393) 2025-11-04 00:04:51 +00:00
Shreya Keshive 2df1bf457c feat(core): Add support for listing experiments (#12495) 2025-11-03 21:51:22 +00:00
Abhi 75975289de fix(ui): ensure model changes update the UI immediately (#12412) 2025-11-03 19:59:51 +00:00
Allen Hutchison 282d9741c5 refactor(core): improve error handling for setGlobalProxy (#12437) 2025-11-03 18:13:52 +00:00
Eric Rahm e36f242d48 fix(core): combine .gitignore and .geminiignore logic for correct precedence (#11587)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-11-01 17:06:34 +00:00
Shreya Keshive 01c7058617 feat(core): Introduce release channel detection (#12257)
Co-authored-by: shishu314 <shishu_1998@yahoo.com>
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
Co-authored-by: Shardul Natu <43422294+kiranani@users.noreply.github.com>
Co-authored-by: Shnatu <snatu@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-31 21:18:39 +00:00
Sehoon Shon 8960baebc1 migrating console.error to debugger for installationManager, oauth-provider, modifiable-tool (#12279) 2025-10-31 18:17:51 +00:00
Gaurav fd28335080 refactor: simplify daily quota error messages (#12386) 2025-10-31 17:49:32 +00:00
Abhi 5f9a74bb7c feat(core): Implement granular memory loaders for JIT architecture (#12195) 2025-10-30 04:09:12 +00:00
Shreya Keshive b420e0c847 refactor(core): Move getPackageJson utility to core package (#12224) 2025-10-29 20:23:35 +00:00
hritan 93211eb148 chore: migrate console.error in workspaceContext (#12167)
Co-authored-by: Hriday Taneja <hridayt@google.com>
2025-10-28 19:06:13 +00:00
Jacob MacDonald 942b0520ad Add ExtensionLoader interface, use that on Config object (#12116) 2025-10-28 16:04:30 +00:00
Pyush Sinha b78190ad7e (fix): appcontainer should not poll and footer should use currentModel from ui state (#11923) 2025-10-27 22:33:12 +00:00
Sandy Tao d020002bfd refactor(core): extract ChatCompressionService from GeminiClient (#12001) 2025-10-27 21:29:39 +00:00
ph-sp a53fb8cf29 Fix the shortenPath function to correctly insert ellipsis. (#12004)
Co-authored-by: Greg Shikhman <shikhman@google.com>
2025-10-25 04:10:00 +00:00
Eric Rahm f5015fb90c refactor: Switch over to unified shouldIgnoreFile (#11815) 2025-10-25 01:55:12 +00:00
Allen Hutchison c27a9a935e feat(core): Introduce message bus for tool execution confirmation (#11544)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-24 20:04:40 +00:00
cornmander 05e13806ce Add regression tests for shell command parsing (#11962) 2025-10-24 18:25:54 +00:00
Gaurav 95b804ee37 fix: handle request retries and model fallback correctly (#11624) 2025-10-24 18:09:06 +00:00
Riddhi Dutta 852ef9e67f Adding Parameterised tests (#11930) 2025-10-24 13:45:36 +00:00
Abhi 27b7279608 feat(ux): Surface internal errors via unified event system (#11803) 2025-10-23 18:14:14 +00:00
Abhi 237822c91c extract console error to util func (#11675) 2025-10-22 20:09:10 +00:00
Abhi a2fc45a492 refactor(logging): Centralize console logging with debugLogger (#11590) 2025-10-21 20:35:22 +00:00
Shreya Keshive c9810f5f4d fix(proxy): Add error handling to proxy agent creation (#11538)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-21 19:43:37 +00:00
cornmander 9fc0c1c7c0 test: add readWasmBinaryFromDisk unit test (#11546) 2025-10-21 02:42:16 +00:00
cornmander a1d7b2bb04 Fix shell auto-approval parsing for chained commands (#11527) 2025-10-20 23:18:00 +00:00
Zack Birkenbuel a240ecefcd Pass whole extensions rather than just context files (#10910)
Co-authored-by: Jake Macdonald <jakemac@google.com>
2025-10-20 23:15:23 +00:00
Abhi 6af2bff897 refactor(logging): Centralize all console messaging to a shared logger (part 1) (#11537) 2025-10-20 22:16:47 +00:00
Eric Rahm 988400b036 fix(core): Preserve significant trailing spaces in gitignore patterns (#11536) 2025-10-20 21:41:33 +00:00
Eric Rahm dd34ee7d71 fix(core): Preserve escaped characters in gitignore patterns (#11171)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-10-20 17:03:22 +00:00
Adam Weidman f2af879b43 chore: do not retry the model request if the user has aborted the request (#11224) 2025-10-20 15:21:49 +00:00
Abhi c56c456071 refactor(core): Centralize tool names to avoid circular dependencies - Edit, Grep, Read (#11434) 2025-10-19 23:21:47 +00:00
Abhi 3b6f872dad feat(logging): Centralize debug logging with a dedicated utility (#11417) 2025-10-17 22:00:23 +00:00
owenofbrien 70dce73e95 Log all user settings to enable measurement of experiment impacts (#11354) 2025-10-17 20:54:35 +00:00