Tommaso Sciortino
|
ea2d551dd2
|
Move IdeClient.connect() to initializeApp(). (#8282)
|
2025-09-11 20:07:57 +00:00 |
|
Tommaso Sciortino
|
48f3c8210f
|
Refactor IdeContextStore (#8278)
|
2025-09-11 18:22:20 +00:00 |
|
Abhi
|
431bf4c273
|
feat(routing): Initialize model routing architecture (#8153)
|
2025-09-11 17:38:50 +00:00 |
|
Allen Hutchison
|
2403d7b528
|
feat(core): Tool Confirmation Message Bus foundation (PR 1 of 3) (#7835)
|
2025-09-11 16:39:17 +00:00 |
|
Jerop Kipruto
|
d468caeaa9
|
Structured JSON Output (#8119)
|
2025-09-10 20:19:47 +00:00 |
|
Sandy Tao
|
3267e938b7
|
feat(core): Only summarize long tool output for shell command (#8039)
|
2025-09-09 20:01:25 +00:00 |
|
Abhi
|
32992ff772
|
refactor(core): Introduce LlmUtilityService and promptIdContext (#7952)
|
2025-09-09 05:14:15 +00:00 |
|
joshualitt
|
5dbcbd878c
|
feat(core): Download ripgrep at runtime, if enabled. (#7818)
|
2025-09-08 21:44:56 +00:00 |
|
Abhi
|
bb2c912bd9
|
refactor: Centralize and improve model fallback handling (#7634)
|
2025-09-08 20:19:52 +00:00 |
|
Tommaso Sciortino
|
271e54623d
|
Pull contentGenerator out of GeminiClient and into Config. (#7825)
|
2025-09-07 20:00:03 +00:00 |
|
Sandy Tao
|
13c1efeb29
|
feat(core): Save large tool outputs to a file and return truncated lines (#6240)
|
2025-09-05 22:37:29 +00:00 |
|
christine betts
|
d3021475ea
|
Make 'source' a positional argument in extensions install and set flag to true (#7807)
|
2025-09-05 18:44:41 +00:00 |
|
shishu314
|
d6e39ce627
|
Feat(security) - Create a class for Oauth credential (#7745)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-05 14:30:41 +00:00 |
|
Tommaso Sciortino
|
ca53eccb2c
|
Use IdeClient directly instead of config.ideClient (#7627)
|
2025-09-04 16:32:09 +00:00 |
|
Gal Zahavi
|
1798fafadc
|
refactor(setting): Improve settings migration and tool loading (#7445)
Co-authored-by: psinha40898 <pyushsinha20@gmail.com>
|
2025-09-04 02:23:25 +00:00 |
|
Silvio Junior
|
49ed443b8f
|
Enable smart edit by default on main (#7679)
|
2025-09-03 23:04:50 +00:00 |
|
shrutip90
|
5d5513fc5c
|
Override Gemini CLI trust with VScode workspace trust when in IDE (#7433)
|
2025-09-03 18:44:26 +00:00 |
|
Silvio Junior
|
7279c8d73b
|
Smart Edit Tool (#6823)
|
2025-08-29 19:45:39 +00:00 |
|
Richie Foreman
|
0396e440a7
|
fix(trust): Respect folder trust setting when reading GEMINI.md (#7409)
|
2025-08-29 18:12:36 +00:00 |
|
Pyush Sinha
|
aea394ebcd
|
fix: add flash lite with respect to api defaults (#4652)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
|
2025-08-29 16:20:50 +00:00 |
|
shrutip90
|
574d63bcc0
|
fix(trust): Update config.isTrustedFolder (#7373)
|
2025-08-29 02:41:33 +00:00 |
|
Pascal Birchler
|
9fdb9491c5
|
Add MCP loading indicator when initializing Gemini CLI (#6923)
|
2025-08-28 19:53:56 +00:00 |
|
Richie Foreman
|
12ec49050d
|
fix(logging): Log NodeJS Version && Make Config.SessionID readonly (#7219)
|
2025-08-28 18:22:39 +00:00 |
|
Davor Racic
|
dcf3b13434
|
fix(process-utils): replace wmic with powershell for windows process (#7087)
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-28 14:09:01 +00:00 |
|
Andrew Garrett
|
2919b44546
|
feat(cli): Add --allowed-tools flag to bypass tool confirmation (#2417) (#6453)
|
2025-08-26 16:17:43 +00:00 |
|
shrutip90
|
f6c1e27e8a
|
Treat undefined same as true for isTrustedFolder (#7073)
|
2025-08-26 02:57:57 +00:00 |
|
shrutip90
|
f7a6a36048
|
feat: Disable YOLO and AUTO_EDIT modes for untrusted folders (#7041)
|
2025-08-26 00:30:04 +00:00 |
|
Pascal Birchler
|
a97a6cc71b
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
Pascal Birchler
|
42392f6308
|
chore: consistently import node modules with prefix (#3013)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-25 20:11:27 +00:00 |
|
Shreya Keshive
|
0287a2ea22
|
refactor(ide): Improve IDE detection discovery (#6765)
|
2025-08-25 18:39:57 +00:00 |
|
christine betts
|
5443d3a6f3
|
[extensions] Add extension management install command (#6703)
|
2025-08-25 17:02:10 +00:00 |
|
sangwook
|
add99a3509
|
feat(core): share file list patterns between glob and grep tools (#6359)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-23 04:35:00 +00:00 |
|
Bryant Chandler
|
b3a5c83e32
|
feat(search): Add option to disable fuzzy search (#6510)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-08-22 06:31:39 +00:00 |
|
fuyou
|
c8f60722e3
|
Fix(grep): memory overflow in grep search and enhance test coverage (#5911)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-22 06:10:45 +00:00 |
|
christine betts
|
9741a4160d
|
Introduce initial screen reader mode handling and flag (#6653)
|
2025-08-21 22:29:15 +00:00 |
|
官余棚
|
fb46856298
|
feat(cli): prompt completion (#4691)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-21 08:04:04 +00:00 |
|
agarwalravikant
|
ac7b7dc5c7
|
Changes to add MCP tool count, and MCP tool name as dimension (#6631)
Co-authored-by: Ravikant Agarwal <ravikantag@google.com>
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-08-20 14:22:22 +00:00 |
|
Yuki Okita
|
fbbf39b059
|
Refac: Centralize storage file management (#4078)
Co-authored-by: Taylor Mullen <ntaylormullen@google.com>
|
2025-08-20 01:55:47 +00:00 |
|
Sandy Tao
|
e3a3f97adf
|
feat(core): Add --skip-next-speaker-check flag (#6589)
|
2025-08-19 23:45:13 +00:00 |
|
Gal Zahavi
|
40265977fa
|
feat(core): refactor shell execution to use node-pty (#6491)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-19 23:03:51 +00:00 |
|
Tommaso Sciortino
|
c0c371bf5d
|
Remove unnecessary promiuse usage. (#6585)
|
2025-08-19 22:31:02 +00:00 |
|
anj-s
|
07f9fe778f
|
Remove checking for a condition just for logging (#6503)
|
2025-08-19 20:17:42 +00:00 |
|
bl-ue
|
76d89bb555
|
feat(sessions): Introduce core ChatRecordingService for automatic conversation saving (#5221)
|
2025-08-19 00:39:57 +00:00 |
|
Conrad Irwin
|
f0af8c2e2d
|
Read and write files through Zed (#6169)
Co-authored-by: Agus Zubiaga <agus@zed.dev>
|
2025-08-18 22:29:45 +00:00 |
|
Billy Biggs
|
35962f39c2
|
Log start session event through telemetry/loggers (#6431)
|
2025-08-18 20:03:03 +00:00 |
|
Richie Foreman
|
ddc9755b96
|
chore(compiler): Enable strict property access TS compiler flag. (#6255)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-17 16:43:21 +00:00 |
|
Billy Biggs
|
6adf2d4b3e
|
Add support for HTTP OpenTelemetry exporters (#6357)
|
2025-08-16 01:10:21 +00:00 |
|
Sandy Tao
|
cab827080f
|
fix(core): Discard thought signature when switching from Gemini API Key to OAuth (#6090)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-13 20:33:04 +00:00 |
|
shrutip90
|
f290fef5f0
|
Add support for trustedFolders.json config file (#6073)
|
2025-08-13 18:06:31 +00:00 |
|
Agus Zubiaga
|
c00193b026
|
Zed integration schema upgrade (#5536)
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
Co-authored-by: Ben Brandt <benjamin@zed.dev>
|
2025-08-13 15:58:26 +00:00 |
|