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 |
|
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 |
|
Billy Biggs
|
c4efaeb8e6
|
Support IDE connections via stdio MCP (#6417)
|
2025-08-21 22:00:05 +00:00 |
|
Shreya Keshive
|
a4fdc9223f
|
feat(ide): improve IDE installation UX and feedback (#6677)
|
2025-08-20 21:11:31 +00:00 |
|
Blackoutta
|
91b10ce9b0
|
Fix IDE Companion Connection in Proxy Environments (#6308)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-20 00:32:08 +00:00 |
|
Shreya Keshive
|
18475fe0f3
|
fix(ide): Correctly identify IDE process when run from terminal (#6566)
|
2025-08-20 00:23:37 +00:00 |
|
Shreya Keshive
|
7b51089aa3
|
fix(ide): Fix bug where companion extension was not being installed on Windows correctly (#6576)
|
2025-08-19 20:25:11 +00:00 |
|
Shreya Keshive
|
caa5717f26
|
feat: Show /ide subcommands based on connection status instead of ideMode boolean (#6496)
|
2025-08-19 17:24:58 +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 |
|
cornmander
|
d7d77a0d6d
|
Fix several IDE mode integration tests (#6408)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-17 07:55:39 +00:00 |
|
Sunny Sachanandani
|
bf8388be74
|
[ide-mode] Fix path delimiter for multi-root workspaces on Windows (#6273)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-15 22:58:31 +00:00 |
|
Shreya Keshive
|
c51256e887
|
IDE integration Gemini command multi-folder support + bump version (#6265)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-08-15 00:07:06 +00:00 |
|
christine betts
|
a9698363a1
|
[ide-mode] Support multi-folder workspaces (#6177)
|
2025-08-14 20:12:57 +00:00 |
|
christine betts
|
70511fe684
|
[ide-mode] Write port to file in ide-server (#5811)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-14 18:09:19 +00:00 |
|
christine betts
|
6fb63783bf
|
[ide-mode] Suggest the extension name in the installation messages (#6182)
|
2025-08-14 14:57:36 +00:00 |
|
Richie Foreman
|
43a2b0f921
|
chore(telemetry): Add various surface detection to determineSurface for logging. (#6074)
Co-authored-by: christine betts <chrstn@uw.edu>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-08-13 21:45:53 +00:00 |
|
Shreya Keshive
|
864dd9bacc
|
Launch VS Code IDE Integration (#6063)
|
2025-08-12 21:08:07 +00:00 |
|
christine betts
|
709616996c
|
[ide-mode] Update installation logic and nudge (#6068)
|
2025-08-12 20:08:47 +00:00 |
|
christine betts
|
1cb6245d1b
|
[ide-mode] Update sandbox detection logic to support macos seatbelt (#6005)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-08-11 21:09:57 +00:00 |
|
christine betts
|
0e32336a7c
|
[ide-mode] Update handling of workspace paths (#6014)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-11 21:06:01 +00:00 |
|
christine betts
|
1f0dd6ccf4
|
Add support for VSCode-like editors (#5699)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-11 21:01:37 +00:00 |
|
Shreya Keshive
|
b04ceb93a0
|
Reduce noisy IDE integration error message in standalone terminal (#6006)
|
2025-08-11 19:57:56 +00:00 |
|