Tommaso Sciortino
|
a037b961b1
|
feat(cli): load extensions in parallel (#20229)
|
2026-02-25 17:15:00 +00:00 |
|
Michael Bleigh
|
d47d4855db
|
feat(hooks): adds support for RuntimeHook functions. (#19598)
|
2026-02-24 21:03:36 +00:00 |
|
Gal Zahavi
|
6510347d5b
|
feat(extensions): enforce folder trust for local extension install (#19703)
|
2026-02-24 19:58:44 +00:00 |
|
Christian Gunderman
|
58d637f919
|
Disallow and suppress unsafe assignment (#19736)
|
2026-02-20 22:28:55 +00:00 |
|
Jerop Kipruto
|
60be42f095
|
refactor(core): adopt CoreToolCallStatus enum for type safety (#18998)
|
2026-02-13 16:27:20 +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 |
|
Shreya Keshive
|
f062f56b43
|
feat(admin): apply MCP allowlist to extensions & gemini mcp list command (#18442)
|
2026-02-06 18:07:00 +00:00 |
|
christine betts
|
3e954930f1
|
Fix handling of empty settings (#18131)
|
2026-02-03 20:39:20 +00:00 |
|
kevinjwang1
|
6396ab1ccb
|
Add allowedExtensions setting (#17695)
|
2026-01-30 19:43:51 +00:00 |
|
Abhi
|
95b7d69d5b
|
refactor(hooks): remove legacy tools.enableHooks setting (#17867)
|
2026-01-30 15:15:48 +00:00 |
|
Spencer
|
beaa134f0e
|
feat(extensions): add support for custom themes in extensions (#17327)
|
2026-01-28 18:58:35 +00:00 |
|
christine betts
|
9dc0994878
|
Load extension settings for hooks, agents, skills (#17245)
|
2026-01-27 19:34:14 +00:00 |
|
joshualitt
|
211d2c5fdd
|
feat(core): Ensure all properties in hooks object are event names. (#16870)
|
2026-01-20 22:47:31 +00:00 |
|
David Soria Parra
|
b288f124b2
|
fix(cli): send gemini-cli version as mcp client version (#13407)
Co-authored-by: Taylor Mullen <ntaylormullen@google.com>
|
2026-01-20 22:01:18 +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 |
|
christine betts
|
3b55581aaf
|
Add an experimental setting for extension config (#16506)
|
2026-01-14 15:16:42 +00:00 |
|
Christian Gunderman
|
aa52462550
|
Implement support for subagents as extensions. (#16473)
|
2026-01-13 19:09:22 +00:00 |
|
christine betts
|
77e226c55f
|
Show settings source in extensions lists (#16207)
|
2026-01-09 17:04:53 +00:00 |
|
Shreya Keshive
|
97ad3d97cb
|
Reapply "feat(admin): implement extensions disabled" (#16082) (#16109)
|
2026-01-08 17:59:30 +00:00 |
|
christine betts
|
19bdd95eab
|
Revert "feat(admin): implement extensions disabled" (#16082)
|
2026-01-07 19:35:56 +00:00 |
|
Shreya Keshive
|
db99beda36
|
feat(admin): implement extensions disabled (#16024)
|
2026-01-07 16:31:17 +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 |
|
joshualitt
|
56092bd782
|
feat(hooks): Add a hooks.enabled setting. (#15933)
|
2026-01-06 21:33:37 +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
|
bdb349e7f6
|
Agent Skills: Extension Support & Security Disclosure (#15834)
|
2026-01-04 22:45:07 +00:00 |
|
christine betts
|
ec11b8afbf
|
Add extension settings info to /extensions list (#14905)
|
2025-12-30 21:09:48 +00:00 |
|
christine betts
|
563d81e08e
|
Add experimental in-CLI extension install and uninstall subcommands (#15178)
Co-authored-by: Christine Betts <chrstn@google.com>
|
2025-12-23 19:48:27 +00:00 |
|
Tommaso Sciortino
|
edab97997a
|
Remove unused code (#15290)
|
2025-12-18 23:04:29 +00:00 |
|
Christian Gunderman
|
7f2d33458a
|
Disallow unnecessary awaits. (#15172)
|
2025-12-17 05:28:18 +00:00 |
|
Shardul Natu
|
d030a1f62f
|
update(telemetry): add hashed_extension_name to field to extension events (#15025)
Co-authored-by: Shnatu <snatu@google.com>
|
2025-12-15 17:40:54 +00:00 |
|
Christian Gunderman
|
942bcfc61e
|
Disallow redundant typecasts. (#15030)
|
2025-12-13 01:43:43 +00:00 |
|
Tommaso Sciortino
|
126c32aca4
|
Refresh hooks when refreshing extensions. (#14918)
|
2025-12-12 16:43:46 -08:00 |
|
Abhi
|
d35a1fdec7
|
fix: handle missing local extension config and skip hooks when disabled (#14744)
|
2025-12-09 01:51:42 +00:00 |
|
Christian Gunderman
|
025e450ac2
|
Disallow floating promises. (#14605)
|
2025-12-06 00:12:49 +00:00 |
|
Abhi
|
eb3312e7ba
|
feat: Support Extension Hooks with Security Warning (#14460)
|
2025-12-03 20:07:37 +00:00 |
|
kevinjwang1
|
b248ec6dfb
|
Add implementation for setting to disable Github extensions (#12838)
|
2025-11-11 18:37:01 +00:00 |
|
Shardul Natu
|
cc2c48d59e
|
fix(extension-uninstallation): Fix uninstalling extensions named differently than their directory name (#12852)
Co-authored-by: Shnatu <snatu@google.com>
|
2025-11-11 18:19:06 +00:00 |
|
christine betts
|
43b8731241
|
Fix extensions logging race condition and slash command logging (#12732)
|
2025-11-08 15:29:36 +00:00 |
|
Jacob MacDonald
|
fa93b56243
|
[Extension Reloading]: Update custom commands, add enable/disable command (#12547)
|
2025-11-05 19:36:07 +00:00 |
|
Jacob MacDonald
|
da4fa5ad75
|
Extensions MCP refactor (#12413)
|
2025-11-04 15:51:18 +00:00 |
|
kevinjwang1
|
adddafe6d0
|
Handle untrusted folders on extension install and link (#12322)
Co-authored-by: Jacob MacDonald <jakemac@google.com>
|
2025-10-31 19:17:01 +00:00 |
|
christine betts
|
7e987113a2
|
Add support for sensitive keychain-stored per-extension settings (#11953)
|
2025-10-28 18:48:50 +00:00 |
|
Jacob MacDonald
|
1b302deeff
|
Add ExtensionLoader interface, use that on Config object (#12116)
|
2025-10-28 16:04:30 +00:00 |
|
Eric Rahm
|
a123a813b2
|
Fix(cli): Use the correct extensionPath (#11896)
|
2025-10-24 17:45:58 +00:00 |
|
Jacob MacDonald
|
c4c0c0d182
|
Create ExtensionManager class which manages all high level extension tasks (#11667)
|
2025-10-23 18:39:36 +00:00 |
|