Jacob MacDonald
|
8c1656bf56
|
Don't always fall back on a git clone when installing extensions (#11229)
|
2025-10-15 21:29:16 +00:00 |
|
Dongin Kim(Terry)
|
518caae62e
|
chore: Extract '.gemini' to GEMINI_DIR constant (#10540)
Co-authored-by: Richie Foreman <richie.foreman@gmail.com>
|
2025-10-13 17:31:39 +00:00 |
|
Jacob MacDonald
|
a6e00d9183
|
Fix rough edges around extension updates (#10926)
|
2025-10-10 21:28:13 +00:00 |
|
Jacob MacDonald
|
56ca62cf3c
|
Pre releases (#10752)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-08 21:26:12 +00:00 |
|
Zack Birkenbuel
|
8980276b20
|
Rationalize different Extension typings (#10435)
|
2025-10-08 14:31:41 +00:00 |
|
Jacob MacDonald
|
343be47fa9
|
use extract-zip and tar libraries to extract archives (#10414)
Co-authored-by: christine betts <chrstn@uw.edu>
|
2025-10-07 15:37:41 +00:00 |
|
Jacob MacDonald
|
7f8537a130
|
Cleanup extension update logic (#10514)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-04 04:06:26 +00:00 |
|
Jacob MacDonald
|
ebbfcda762
|
support giving a github repo URL with a trailing slash (#10360)
|
2025-10-02 14:34:23 +00:00 |
|
Jacob Richman
|
a404fb8d2e
|
Switch to a reducer for tracking update state fixing flicker issues due to continuous renders (#10280)
|
2025-10-01 21:53:15 +00:00 |
|
Jacob MacDonald
|
0fec673bfb
|
fix installing extensions from zip files (#10253)
|
2025-09-30 19:34:41 +00:00 |
|
Jacob MacDonald
|
6c54746e24
|
restore case insensitivity for extension enablement and add tests (#10249)
|
2025-09-30 16:56:28 +00:00 |
|
Jacob MacDonald
|
42436d2ed4
|
Don't log an error about invalid extensions when passing "-e none" (#10203)
|
2025-09-30 15:59:05 +00:00 |
|
Jacob MacDonald
|
ea061f52b0
|
Fix -e <extension> for disabled extensions (#9994)
|
2025-09-29 13:53:19 +00:00 |
|
Jacob MacDonald
|
defda3a97d
|
Fix duplicate info messages for extension updates (#9760)
|
2025-09-25 17:58:43 +00:00 |
|
Jacob MacDonald
|
a0c8e3bf2b
|
Re-request consent if necessary when updating extensions (#9517)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-25 17:57:59 +00:00 |
|
christine betts
|
86e45c9aa5
|
Fix windows extension install issue (#9512)
|
2025-09-24 21:03:28 +00:00 |
|
Jacob MacDonald
|
cc47e475af
|
support standard github release archives format (#9265)
|
2025-09-24 15:38:09 +00:00 |
|
Jacob MacDonald
|
31c609daec
|
remove extraction of the first dir into the top level for github release extensions (#9247)
|
2025-09-23 18:30:44 +00:00 |
|
Jacob MacDonald
|
d8393a06dd
|
dont attempt to look up releases on github for non-github git uris (#9235)
|
2025-09-23 16:52:42 +00:00 |
|
christine betts
|
570b0086b6
|
Improve extensions consent flow, command formatting, github-release behavior (#9121)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-22 23:50:12 +00:00 |
|
Jacob MacDonald
|
525ced295c
|
quote archive names before extraction (#9165)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-22 22:35:45 +00:00 |
|
Jacob MacDonald
|
710e00e02d
|
use github release artifacts instead of cloning repos when available (#9147)
|
2025-09-22 19:12:41 +00:00 |
|
shrutip90
|
6c559e2338
|
feat(cli): Add permissions command to modify trust settings (#8792)
|
2025-09-22 18:45:02 +00:00 |
|
shishu314
|
10392ad344
|
Telemtry(extensions) - Add logging for extension events (#8339)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-22 16:55:43 +00:00 |
|
Jacob MacDonald
|
34c14b7dd2
|
Store installed release version as a part of install metadata (#9122)
|
2025-09-22 16:42:35 +00:00 |
|
christine betts
|
d9828e2571
|
Reinstate support for updating locally-installed extensions (#8833)
|
2025-09-22 03:44:58 +00:00 |
|
Jacob MacDonald
|
dd91b0a68b
|
for github release extensions, dont require built assets (#8746)
|
2025-09-19 16:02:26 +00:00 |
|
christine betts
|
fa8cea170a
|
Fix extensions enablement bugs (#8797)
|
2025-09-19 15:43:39 +00:00 |
|
Jacob MacDonald
|
22b7d86574
|
Add support for auto-updating git extensions (#8511)
|
2025-09-18 21:49:47 +00:00 |
|
Jacob MacDonald
|
899b6f72cb
|
Better parsing of github extension source uris (#8736)
|
2025-09-18 19:52:19 +00:00 |
|
christine betts
|
eddd13d70e
|
Add simple extensions release flow support (#8498)
|
2025-09-17 22:14:01 +00:00 |
|
hritan
|
d2f87d15ed
|
fix(cli): add workspacePath to extension variables (#8482)
Co-authored-by: Taneja Hriday <hridayt@google.com>
|
2025-09-17 04:23:12 +00:00 |
|
christine betts
|
459de383b2
|
Update extension enablement logic (#8544)
|
2025-09-16 19:51:46 +00:00 |
|
christine betts
|
b6cca01161
|
[extensions] Add an initial set of extension variables (#7035)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-26 02:13:16 +00:00 |
|