Jerop Kipruto
92b9afbe21
feat(cli): integrate conductor as a built-in extension
...
- Introduce support for bundled 'builtin' extensions in ExtensionManager
- Migrate conductor extension to packages/core/src/extensions/builtin/conductor
- Add automatic migration logic to cleanup manual conductor installations
- Make extension versioning optional for built-ins, defaulting to CLI version
- Update build and bundle scripts to include builtin extensions
- Enhance documentation to highlight conductor as a core feature
2026-03-17 11:35:17 -04:00
christine betts
43eb74ac59
Add support for updating extension sources and names ( #21715 )
2026-03-09 23:31:31 +00:00
Mahima Shanware
c332d1e636
feat(extensions): add support for plan directory in extension manifest ( #20354 )
...
Co-authored-by: Mahima Shanware <mshanware@google.com >
Co-authored-by: Jerop Kipruto <jerop@google.com >
2026-03-03 16:50:18 +00:00
Christian Gunderman
fd65416a2f
Disallow unsafe type assertions ( #18688 )
2026-02-10 00:10:15 +00:00
Spencer
beaa134f0e
feat(extensions): add support for custom themes in extensions ( #17327 )
2026-01-28 18:58:35 +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
Jacob MacDonald
f4330c9f5e
remove support for workspace extensions and migrations ( #11324 )
2025-10-17 23:08:57 +00:00
Jacob MacDonald
d3bdbc6978
add extension IDs ( #11377 )
2025-10-17 20:29:07 +00:00
christine betts
b734723d95
Update extensions install warning ( #11149 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-16 15:01:17 +00:00
Jacob MacDonald
8c1656bf56
Don't always fall back on a git clone when installing extensions ( #11229 )
2025-10-15 21:29:16 +00:00
Jacob MacDonald
a6e00d9183
Fix rough edges around extension updates ( #10926 )
2025-10-10 21:28:13 +00:00
Jacob MacDonald
bf0f61e656
Show final install path in extension consent dialog and fix isWorkspaceTrusted check ( #10830 )
2025-10-10 20:40:13 +00:00
Adam Weidman
f2852056a1
feat: prevent ansi codes in extension MCP Servers ( #10748 )
2025-10-08 20:41:22 +00:00
Zack Birkenbuel
8980276b20
Rationalize different Extension typings ( #10435 )
2025-10-08 14:31:41 +00:00
Jacob MacDonald
cea1a867b6
Extension update confirm dialog ( #10183 )
2025-09-29 21:19:19 +00:00
Jacob MacDonald
ea061f52b0
Fix -e <extension> for disabled extensions ( #9994 )
2025-09-29 13:53:19 +00:00
christine betts
53434d860a
Update enablement behavior + info ( #9758 )
2025-09-26 01:44:28 +00:00
christine betts
2d76cdf2c6
Throw error for invalid extension names ( #9538 )
2025-09-25 18:05:49 +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
Jack Wotherspoon
c463d47fa8
chore: add indicator to extensions list for enable/disable ( #9405 )
2025-09-25 16:30:25 +00:00
shishu314
98461ff667
metrics(extension) - Add logging for disable extension ( #9238 )
...
Co-authored-by: Shi Shu <shii@google.com >
2025-09-23 18:37:35 +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
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
hritan
6869dbe695
fix(cli): return proper errors from loadExtensionConfig ( #8909 )
...
Co-authored-by: Taneja Hriday <hridayt@google.com >
2025-09-22 09:34:52 +00:00
christine betts
0152759dfb
Filter out the 'trust' attribute from extension MCP server configs ( #8809 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-20 01:15:40 +00:00
Jacob MacDonald
22b7d86574
Add support for auto-updating git extensions ( #8511 )
2025-09-18 21:49:47 +00:00
hritan
2d406ffc75
fix(cli): uninstall extensions using their source URL ( #8692 )
...
Co-authored-by: Taneja Hriday <hridayt@google.com >
2025-09-18 16:00:28 +00:00
christine betts
eddd13d70e
Add simple extensions release flow support ( #8498 )
2025-09-17 22:14:01 +00:00
christine betts
0403375799
Conditionally use consent flow ( #8551 )
2025-09-17 13:24:38 +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
shishu314
7470133a13
feat(extensions) - Add local/remote for mcp servers ( #8355 )
...
Co-authored-by: Shi Shu <shii@google.com >
2025-09-15 15:11:14 +00:00
shishu314
8a5e692373
Metric(extension) - Add logging for uninstalling extension ( #8293 )
...
Co-authored-by: Shi Shu <shii@google.com >
2025-09-12 17:38:54 +00:00
Jacob MacDonald
e89012efa8
Make a stateful extensions list component, with update statuses ( #8301 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-12 16:20:04 +00:00
shishu314
cf20697450
feat(extension) - Add permission prompt for when user installs a local extension with mcpservers ( #8208 )
...
Co-authored-by: Shi Shu <shii@google.com >
2025-09-12 14:53:30 +00:00
Jacob MacDonald
ef70c17936
Add functionality to check for git extension updates, as well as support for installing a specific ref ( #8018 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-10 16:35:48 +00:00
christine betts
a31830a3cb
Ignore workspace extensions in user extensions dir ( #8084 )
2025-09-10 00:23:46 +00:00
christine betts
02f67d3c57
Add clearcut logging for extensions install command ( #8057 )
...
Co-authored-by: Bryan Morgan <bryanmorgan@google.com >
2025-09-09 16:12:56 +00:00
christine betts
69da43eb70
Make 'source' a positional argument in extensions install and set flag to true ( #7807 )
2025-09-05 18:44:41 +00:00
Tommaso Sciortino
e6e60861e5
Move settings error throwing to loadSettings ( #7605 )
2025-09-03 17:41:53 +00:00
christine betts
6a581a695f
Add gemini extensions link command ( #7241 )
...
Co-authored-by: Bryan Morgan <bryanmorgan@google.com >
2025-09-02 17:15:42 +00:00
Albert Mulà
ea844857a2
feat(extension): resolve environment variables in extension configuration ( #7213 )
...
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com >
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-08-29 17:53:39 +00:00
christine betts
af6a792caa
Add flag to update all extensions ( #7321 )
2025-08-29 17:24:17 +00:00
Richie Foreman
2fc857092e
fix(trust): Refuse to load extensions from untrusted workspaces ( #7342 )
2025-08-28 20:46:45 +00:00
Gal Zahavi
f22263c9e8
refactor: refactor settings to a nested structure ( #7244 )
2025-08-28 01:39:45 +00:00