joshualitt
641b0cda09
bug(core): Prompt engineering for truncated read_file. ( #5161 )
2025-08-06 20:52:04 +00:00
Akhil Appana
2a5df22ac9
fix: improve error handling and path processing in memory discovery ( #5175 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Allen Hutchison <adh@google.com >
2025-08-06 17:19:43 +00:00
Bryant Chandler
123807dfa3
feat(file-search): Add support for non-recursive file search ( #5648 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-06 06:33:27 +00:00
Yash Velagapudi
c377e15595
fix(core): Treat .mts files as TypeScript modules instead of video files ( #5492 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-06 06:15:53 +00:00
Bryant Chandler
9c5fcd0924
feat(core, cli): Introduce high-performance FileSearch engine ( #5136 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-05 23:18:03 +00:00
Shreya Keshive
4c72689a4a
Refactor IDE client state management, improve user-facing error messages, and add logging of connection events ( #5591 )
...
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-08-05 22:52:58 +00:00
Gal Zahavi
8e76abeb99
fix(core): prevent UI shift after vim edit ( #5315 )
2025-08-05 21:55:54 +00:00
joshualitt
36d6da3fcf
bug(core): fix contentRangeTruncated calculation. ( #5329 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-05 18:52:39 +00:00
Yuki Okita
06a37e148a
feat: Multi-Directory Workspace Support (part 3: configuration in settings.json) ( #5354 )
...
Co-authored-by: Allen Hutchison <adh@google.com >
2025-08-05 17:01:01 +00:00
Sandy Tao
178afd18fe
feat(cli): Handle Punctuation in @ Command Parsing ( #5482 )
2025-08-04 17:49:15 +00:00
TIRUMALASETTI PRANITH
0ac0852fbf
fix(config): Resolve duplicate config loading from home directory ( #5090 )
...
Co-authored-by: Allen Hutchison <adh@google.com >
Co-authored-by: Allen Hutchison <allen@hutchison.org >
2025-08-01 22:22:17 +00:00
Allen Hutchison
7e9ca7c319
fix(tests): refactor integration tests to be less flaky ( #4890 )
...
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-08-01 21:33:33 +00:00
mrcabbage972
2b4191e7c8
Switch utility calls to use the gemini-2.5-flash-lite model ( #5193 )
...
Co-authored-by: Anjali Sridhar <anjsridhar@gmail.com >
2025-08-01 21:11:51 +00:00
Brian Ray
036d6a5a24
New browser launcher for MCP OAuth. ( #5261 )
2025-08-01 05:47:22 +00:00
Sandy Tao
3bd678bb67
fix(core): Remove json output schema form the next speaker check prompt ( #5325 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-01 01:17:52 +00:00
Paige Bailey
02f6e3a1c5
Add emacs support, as per user requests. :) ( #1633 )
...
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: matt korwel <matt.korwel@gmail.com >
Co-authored-by: matt korwel <mattkorwel@google.com >
2025-07-31 22:46:04 +00:00
Niladri Das
18d5c25e69
fix: CLAUDE.md compatibility for GEMINI.md '@' file import behavior ( #2978 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Allen Hutchison <adh@google.com >
2025-07-31 16:36:50 +00:00
joshualitt
55c568bb70
bug(core): UI reporting for truncated read_file. ( #5155 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-31 16:31:14 +00:00
christine betts
b3375cc97a
Introduce IDE mode installer ( #4877 )
2025-07-30 21:26:31 +00:00
Yuki Okita
2d6318d9d0
feat: Multi-Directory Workspace Support (part1: add --include-directories option) ( #4605 )
...
Co-authored-by: Allen Hutchison <adh@google.com >
2025-07-30 20:38:20 +00:00
Hyunsu Shin
7bb6c5ac90
perf(core): parallelize bfsFileSearch for 40% faster CLI startup ( #5185 )
2025-07-30 17:32:03 +00:00
Abhi
cc1c02302c
(model) - Use Flash Lite For Next Speaker Checks ( #4991 )
2025-07-27 21:40:55 +00:00
Hyeladi Bassi
078b402ab0
refactor(telemetry): enhance flushToClearcut method with retry logic and early return for empty events ( #1601 )
...
Co-authored-by: Scott Densmore <scottdensmore@mac.com >
2025-07-27 18:18:27 +00:00
Abhi
1cfb4e7448
feat: Add Shell Command Execution to Custom Commands ( #4917 )
2025-07-27 06:00:26 +00:00
Abhi
62b433e5a7
refactor(core): Centralize shell logic into ShellExecutionService ( #4823 )
2025-07-26 01:56:49 +00:00
matt korwel
c6a3f4a125
Safer Shell command Execution ( #4795 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
2025-07-25 19:25:32 +00:00
Tommaso Sciortino
1e940a6f9a
Make errorReporting test windows compatible. ( #4856 )
2025-07-25 17:32:23 +00:00
Tommaso Sciortino
71c3938ecc
Upgrade test to work on windows. ( #4815 )
2025-07-25 07:15:41 +00:00
Tommaso Sciortino
e754bb12f0
Fix tests to work in windows ( #4754 )
2025-07-23 22:07:19 +00:00
Brandon Keiji
e999892248
feat(memory): make directory search limit on memory discovery configurable with settings.json ( #4460 )
2025-07-23 21:48:35 +00:00
Tommaso Sciortino
8331617fef
Fix memoryDiscovery test to work in windows. ( #4742 )
2025-07-23 20:14:06 +00:00
Tommaso Sciortino
e10acf4404
Fix windows bugs in atCommandProcessor.ts ( #4684 )
2025-07-23 00:18:57 +00:00
HyeongHo Jun
38f1d77e94
feat(core): add partUtils module with unit tests ( #4575 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-22 23:57:06 +00:00
Tommaso Sciortino
8e0eb835d0
Fix windows bugs + refactor tests. ( #4634 )
2025-07-22 05:21:37 +00:00
Abhi
3311d0944e
(feat): Initial Version of Custom Commands ( #4572 )
2025-07-22 04:34:55 +00:00
BOYI
021a798328
fix: character encoding issues in shell command processor ( #1949 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
2025-07-21 22:26:40 +00:00
Josh Soref
03f7b220d3
Various spelling improvements ( #3497 )
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
2025-07-21 21:54:44 +00:00
Tommaso Sciortino
8b319a8866
Simplify streaming code for code assist server ( #4619 )
2025-07-21 20:44:43 +00:00
sangwook
4dea1ca506
feat: Make file type detection and binary checks asynchronous ( #3286 ) ( #3288 )
2025-07-20 23:16:42 +00:00
Didier Durand
c73ff6c06c
fix typos in diverse files ( #3550 )
...
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com >
Co-authored-by: Pascal Birchler <pascalb@google.com >
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com >
2025-07-20 22:36:34 +00:00
Cole Miller
c800635181
Check for zeditor if zed binary is not found ( #3680 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: Scott Densmore <scottdensmore@mac.com >
2025-07-20 19:35:21 +00:00
Pyush Sinha
612b6ba9b1
feat: full implementation for .geminiignore in settings and respective tool calls ( #3727 )
2025-07-20 07:55:33 +00:00
Ali Al Jufairi
e4139e7a8a
Feature custom themes logic ( #2639 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-20 07:51:18 +00:00
osbornesec
79d20b35dd
fix: prevent RangeError in GitIgnoreParser for root paths ( #3417 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-07-20 07:12:53 +00:00
Marat Boshernitsan
90b0f23994
Automatically detect non-interactive environments and fall back to a manual, code-based authentication flow ( #4475 )
2025-07-19 00:22:50 +00:00
Pascal Birchler
1db1de8a87
fix: remove direct gaxios dependency ( #4289 )
2025-07-17 22:54:19 +00:00
Conrad Irwin
6e762dc70c
Zed integration ( #4266 )
...
Co-authored-by: Agus Zubiaga <agus@zed.dev >
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com >
Co-authored-by: mkorwel <matt.korwel@gmail.com >
2025-07-17 22:25:23 +00:00
anj-s
5d27db15fc
Enable tool summarization only when explicitly set in settings.json ( #4140 )
...
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-07-15 17:22:31 +00:00
Tommaso Sciortino
3757633829
Pure refactor: Consolidate isWithinRoot() function calling. ( #4163 )
2025-07-15 05:55:49 +00:00
Bryan Morgan
664827e03d
Fix circular reference JSON serialization in telemetry logging ( #4150 )
2025-07-14 20:20:06 +00:00