Jacob Richman
|
f9f916e1dc
|
test: support tests that include color information (#20220)
|
2026-02-25 23:31:35 +00:00 |
|
Gal Zahavi
|
6510347d5b
|
feat(extensions): enforce folder trust for local extension install (#19703)
|
2026-02-24 19:58:44 +00:00 |
|
christine betts
|
8e9ce3f4c3
|
Fix extension env dir loading issue (#20198)
|
2026-02-24 18:13:21 +00:00 |
|
Christian Gunderman
|
dfd7721e69
|
Disallow unsafe returns. (#19767)
|
2026-02-21 01:12:56 +00:00 |
|
Jacob Richman
|
04f65f3d55
|
Migrate core render util to use xterm.js as part of the rendering loop. (#19044)
|
2026-02-19 00:46:50 +00:00 |
|
N. Taylor Mullen
|
b37e67451a
|
ci: shard windows tests and fix event listener leaks (#18670)
|
2026-02-10 18:46:42 +00:00 |
|
Christian Gunderman
|
fd65416a2f
|
Disallow unsafe type assertions (#18688)
|
2026-02-10 00:10:15 +00:00 |
|
Gal Zahavi
|
81ccd80c6d
|
feat(cli): implement atomic writes and safety checks for trusted folders (#18406)
|
2026-02-09 17:16:56 +00:00 |
|
christine betts
|
ee58e1e3c1
|
Add support for /extensions config command (#17895)
|
2026-02-05 16:04:24 +00:00 |
|
Grant McCloskey
|
a3af4a8cae
|
feat(skills): implement linking for agent skills (#18295)
|
2026-02-04 22:11:01 +00:00 |
|
christine betts
|
3e954930f1
|
Fix handling of empty settings (#18131)
|
2026-02-03 20:39:20 +00:00 |
|
christine betts
|
42eedc9184
|
Resolve error thrown for sensitive values (#17826)
|
2026-01-29 14:59:26 +00:00 |
|
christine betts
|
4d4e16cc8c
|
[extension config] Make breaking optional value non-optional (#17785)
|
2026-01-28 16:11:21 +00:00 |
|
christine betts
|
9dc0994878
|
Load extension settings for hooks, agents, skills (#17245)
|
2026-01-27 19:34:14 +00:00 |
|
Jacob Richman
|
f7f38e2b9e
|
Make merged settings non-nullable and fix all lints related to that. (#16647)
|
2026-01-15 17:26:10 +00:00 |
|
N. Taylor Mullen
|
a81500a929
|
feat(cli): add security consent prompts for skill installation (#16549)
|
2026-01-15 01:47:02 +00:00 |
|
christine betts
|
3b55581aaf
|
Add an experimental setting for extension config (#16506)
|
2026-01-14 15:16:42 +00:00 |
|
christine betts
|
77e226c55f
|
Show settings source in extensions lists (#16207)
|
2026-01-09 17:04:53 +00:00 |
|
christine betts
|
97b31c4eef
|
Simplify extension settings command (#16001)
|
2026-01-07 16:23:07 +00:00 |
|
N. Taylor Mullen
|
7956eb239e
|
Introduce GEMINI_CLI_HOME for strict test isolation (#15907)
|
2026-01-07 04:09:39 +00:00 |
|
christine betts
|
4c67eef0f2
|
Inform user of missing settings on extensions update (#15944)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-01-06 17:26:01 +00:00 |
|
N. Taylor Mullen
|
615b218ff7
|
fix(cli): mock fs.readdir in consent tests for Windows compatibility (#15904)
|
2026-01-04 21:19:33 -08:00 |
|
N. Taylor Mullen
|
bdb349e7f6
|
Agent Skills: Extension Support & Security Disclosure (#15834)
|
2026-01-04 22:45:07 +00:00 |
|
Christian Gunderman
|
7f2d33458a
|
Disallow unnecessary awaits. (#15172)
|
2025-12-17 05:28:18 +00:00 |
|
Christian Gunderman
|
942bcfc61e
|
Disallow redundant typecasts. (#15030)
|
2025-12-13 01:43:43 +00:00 |
|
Christian Gunderman
|
648041c62a
|
Add missing await. (#14910)
|
2025-12-10 19:52:31 +00:00 |
|
Abhi
|
d35a1fdec7
|
fix: handle missing local extension config and skip hooks when disabled (#14744)
|
2025-12-09 01:51:42 +00:00 |
|
christine betts
|
ec9a8c7a72
|
Add support for user-scoped extension settings (#13748)
|
2025-12-08 22:51:26 +00:00 |
|
Justin Poehnelt
|
205d0f456e
|
fix(extensions): resolve GitHub API 415 error for source tarballs (#13319)
|
2025-12-04 17:16:08 +00:00 |
|
christine betts
|
e0a2227faf
|
Add commands for listing and updating per-extension settings (#12664)
|
2025-12-04 00:16:16 +00:00 |
|
Abhi
|
eb3312e7ba
|
feat: Support Extension Hooks with Security Warning (#14460)
|
2025-12-03 20:07:37 +00:00 |
|
CHAEWAN KIM
|
f4babf172b
|
fix(async): prevent missed async errors from bypassing catch handlers (#13714)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2025-12-01 22:11:40 +00:00 |
|
Daniel Alejandro Coll Tejeda
|
6f9118dca6
|
Fix TypeError: "URL.parse is not a function" for Node.js < v22 (#13698)
|
2025-11-25 20:18:49 +00:00 |
|
Maksym
|
f2c52f777c
|
fix(cli): allow non-GitHub SCP-styled URLs for extension installation (#13800)
Co-authored-by: Maksym Kursin <maksym.kursin@dkatalis.com>
|
2025-11-25 16:57:53 +00:00 |
|
Megha Bansal
|
61582678bf
|
Optimize and improve test coverage for cli/src/config (#13485)
|
2025-11-21 04:57:59 +00:00 |
|
Haroon Chaudhry
|
a0a6828265
|
fix: Downloading release assets from private GitHub repository #11928 (#12682)
|
2025-11-07 15:50:44 +00:00 |
|
christine betts
|
c13ec85d7d
|
Update keychain storage name to be more user-friendly (#12644)
|
2025-11-06 20:55:20 +00:00 |
|
Jainam M
|
6ab1b239ca
|
refactor(core): Refactored and removed redundant test lines in telemetry (#12356)
|
2025-11-04 08:42:31 +00:00 |
|
Jacob MacDonald
|
cc081337b7
|
Initial support for reloading extensions in the CLI - mcp servers only (#12239)
|
2025-10-30 18:05:49 +00:00 |
|
christine betts
|
7e987113a2
|
Add support for sensitive keychain-stored per-extension settings (#11953)
|
2025-10-28 18:48:50 +00:00 |
|
Jacob Richman
|
13aa0148e7
|
Migrate tests to use avoid jsdom (#12118)
|
2025-10-28 17:32:15 +00:00 |
|
Jacob MacDonald
|
1b302deeff
|
Add ExtensionLoader interface, use that on Config object (#12116)
|
2025-10-28 16:04:30 +00:00 |
|
Jacob Richman
|
ee66732ad2
|
First batch of fixing tests to use best practices. (#11964)
|
2025-10-25 21:41:53 +00:00 |
|
Jacob MacDonald
|
cdff69b7b2
|
Support redirects in fetchJson, add tests for it (#11993)
|
2025-10-24 22:35:09 +00:00 |
|
Jacob MacDonald
|
c20b88cee2
|
use coreEvents.emitFeedback in extension enablement (#11985)
|
2025-10-24 21:47:13 +00:00 |
|
Jacob MacDonald
|
c4c0c0d182
|
Create ExtensionManager class which manages all high level extension tasks (#11667)
|
2025-10-23 18:39:36 +00:00 |
|
christine betts
|
750c0e366f
|
Add extension settings to be requested on install (#9802)
|
2025-10-23 15:47:08 +00:00 |
|
christine betts
|
c6a59896f3
|
Add extensions logging (#11261)
|
2025-10-21 20:55:16 +00:00 |
|
Zack Birkenbuel
|
cc7e1472f9
|
Pass whole extensions rather than just context files (#10910)
Co-authored-by: Jake Macdonald <jakemac@google.com>
|
2025-10-20 23:15:23 +00:00 |
|
Abhi
|
995ae717cc
|
refactor(logging): Centralize all console messaging to a shared logger (part 1) (#11537)
|
2025-10-20 22:16:47 +00:00 |
|