Christian Gunderman
|
c369147b32
|
Disallow unsafe type assertions (#18688)
|
2026-02-10 00:10:15 +00:00 |
|
Shreya Keshive
|
9cde77f5f6
|
fix(ide): no-op refactoring that moves the connection logic to helper functions (#18118)
|
2026-02-03 00:42:29 +00:00 |
|
kapsner
|
36c3f85ef8
|
feat(core): add support for positron ide (#15045) (#15047)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
|
2026-01-28 15:08:03 +00:00 |
|
Tommaso Sciortino
|
e471c30545
|
revert bad changes to tests (#17673)
|
2026-01-27 17:25:57 +00:00 |
|
Tommaso Sciortino
|
50226d6db8
|
test(core): fix tests in windows (#17592)
|
2026-01-27 00:43:44 +00:00 |
|
Dongjun Shin
|
f13d6fde1a
|
fix(core): handle URI-encoded workspace paths in IdeClient (#17476)
Co-authored-by: Shreya Keshive <shreyakeshive@google.com>
|
2026-01-26 17:09:43 +00:00 |
|
kapsner
|
40bd709a25
|
bug: fix ide-client connection to ide-companion when inside docker via ssh/devcontainer (#15049)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-01-22 19:19:04 +00:00 |
|
Chuck
|
139dbc3242
|
Feature/jetbrains ide detection (#16243)
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
|
2026-01-22 15:21:05 +00:00 |
|
phreakocious
|
0a8bec3d6a
|
feat: add native Sublime Text support to IDE detection (#16083)
Co-authored-by: phreakocious <567063+phreakocious@users.noreply.github.com>
|
2026-01-08 19:49:05 +00:00 |
|
N. Taylor Mullen
|
1bfc3a7399
|
Introduce GEMINI_CLI_HOME for strict test isolation (#15907)
|
2026-01-07 04:09:39 +00:00 |
|
Adib234
|
97bc542183
|
Migrate console to coreEvents.emitFeedback or debugLogger (#15219)
|
2025-12-29 20:46:10 +00:00 |
|
Adib234
|
de39dde34a
|
Resolve unhandled promise rejection in ide-client.ts (#15587)
|
2025-12-26 16:37:13 +00:00 |
|
Christian Gunderman
|
bce7cd8bb3
|
Disallow redundant typecasts. (#15030)
|
2025-12-13 01:43:43 +00:00 |
|
Allen Hutchison
|
ed35f316e9
|
feat: Persistent "Always Allow" policies with granular shell & MCP support (#14737)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-12-12 21:45:39 +00:00 |
|
Kevin Ramdass
|
8972656c91
|
test: update ide detection tests to make them more robust when run in an ide (#15008)
|
2025-12-12 19:53:07 +00:00 |
|
Shreya Keshive
|
5de01504c0
|
feat(ide): fallback to GEMINI_CLI_IDE_AUTH_TOKEN env var (#14843)
|
2025-12-09 19:41:32 +00:00 |
|
Christian Gunderman
|
69ae42bb1f
|
Disallow floating promises. (#14605)
|
2025-12-06 00:12:49 +00:00 |
|
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 |
|
Megha Bansal
|
b21cb4a57d
|
Increase code coverage for core packages (#12872)
|
2025-11-12 04:06:43 +00:00 |
|
Lê Nam Khánh
|
de7ac458fd
|
docs: fix typos in some files (#12706)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-11-07 15:51:56 +00:00 |
|
Shreya Keshive
|
e1d6efb23d
|
fix(core): Handle null command in VSCode IDE detection (#12689)
|
2025-11-07 03:01:53 +00:00 |
|
Abhi
|
a2fc45a492
|
refactor(logging): Centralize console logging with debugLogger (#11590)
|
2025-10-21 20:35:22 +00:00 |
|
Abhi
|
e844e64a96
|
perf(core): optimize Windows IDE process detection from O(N) to O(1) (#11048)
|
2025-10-14 02:42:09 +00:00 |
|
Gal Zahavi
|
29c0ff42e6
|
fix(core): Use shell for spawn on Windows (#9995)
|
2025-10-08 21:21:23 +00:00 |
|
김세은
|
425a7c869a
|
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 |
|
Shreya Keshive
|
8e797ab744
|
fix(core): Use 127.0.0.1 for IDE client connection (#10658)
|
2025-10-07 20:26:35 +00:00 |
|
Dmytro Salnyk
|
469bd5b14c
|
fix(telemetry): Improve Cloud Shell surface type detection for telemetry purposes (#10162)
|
2025-09-30 10:35:34 +00:00 |
|
Shreya Keshive
|
01e048316f
|
feat(ide): Read IDE info from discovery file (#8760)
|
2025-09-22 00:54:18 +00:00 |
|
Tommaso Sciortino
|
aadd281e79
|
Fix incompatibilities with package.json (#8949)
|
2025-09-20 18:38:03 +00:00 |
|
Shreya Keshive
|
f10936db2f
|
refactor(ide): replace DetectedIde enum with IDE_DEFINITIONS object (#8698)
|
2025-09-18 19:23:24 +00:00 |
|
Shreya Keshive
|
37152cc673
|
fix(ide): increase IDE open / close tool timeouts (#8587)
|
2025-09-16 22:38:17 +00:00 |
|
Gal Zahavi
|
e32b135bd7
|
refactor: Replace exec with spawn (#8510)
|
2025-09-16 19:03:17 +00:00 |
|
Shreya Keshive
|
cd5240d689
|
feat(ide): add auth token support to IdeClient (#8490)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2025-09-15 23:22:31 +00:00 |
|
Shreya Keshive
|
70c5cc5dde
|
fix(ide): Correct IDE client temp dir and port matching (#8270)
|
2025-09-12 17:49:37 +00:00 |
|
Shreya Keshive
|
fd8513607f
|
refactor(ide): Improve IDE diff communication protocol (#8338)
|
2025-09-12 15:44:24 +00:00 |
|
Shreya Keshive
|
9b1953e78e
|
feat(ide): Check for IDE diffing capabilities before opening diffs (#8266)
|
2025-09-11 20:17:57 +00:00 |
|
Tommaso Sciortino
|
48f3c8210f
|
Refactor IdeContextStore (#8278)
|
2025-09-11 18:22:20 +00:00 |
|
HugoMurillo
|
1ad362ece7
|
fix(#7039): broken IDE integration for multi-edit/multi-write flows (#8159)
|
2025-09-10 18:21:46 +00:00 |
|
Shreya Keshive
|
cb37f3d169
|
feat(ide): Update context filtering to be done CLI-side + update port discovery logic (#8107)
|
2025-09-09 22:47:14 +00:00 |
|
Shreya Keshive
|
744d551f54
|
refactor(ide): extract IDE context types into a separate file (#8037)
|
2025-09-09 16:16:00 +00:00 |
|
Shreya Keshive
|
cbe188cfe3
|
fix(ide): fix crash on windows when null command is returned (#8007)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-09-08 14:53:28 +00:00 |
|
Shreya Keshive
|
0f4ffdb9e1
|
fix(process-utils): fix bug that prevented start-up when running process walking command fails (#7757)
|
2025-09-04 23:10:33 +00:00 |
|
Tommaso Sciortino
|
ca53eccb2c
|
Use IdeClient directly instead of config.ideClient (#7627)
|
2025-09-04 16:32:09 +00:00 |
|
Rahat Ahmed
|
a19c2ae49a
|
Fix diff approval race between CLI and IDE (#7609)
Co-authored-by: Shreya Keshive <skeshive@gmail.com>
|
2025-09-03 20:53:57 +00:00 |
|
shrutip90
|
5d5513fc5c
|
Override Gemini CLI trust with VScode workspace trust when in IDE (#7433)
|
2025-09-03 18:44:26 +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 |
|
David East
|
326c2c96b5
|
fix(tests): Fix Firebase Studio to IDE detection tests (#7163)
|
2025-08-27 17:31:59 +00:00 |
|
Shreya Keshive
|
5c9fb9b9a1
|
fix(ide): remove noisy error log (#7066)
|
2025-08-26 01:29:31 +00:00 |
|
Pascal Birchler
|
a97a6cc71b
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
Richie Foreman
|
9804d50f3b
|
feat(ide): Enable Firebase Studio install now that FS has updated VsCode (#7027)
|
2025-08-25 21:10:36 +00:00 |
|