mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(cli): allow installing extensions from ssh repo (#26274)
Signed-off-by: Daniel Finimundi <danielrf@motorola.com> Co-authored-by: Dev Randalpura <devrandalpura@google.com>
This commit is contained in:
@@ -1300,7 +1300,8 @@ export async function inferInstallMetadata(
|
||||
source.startsWith('git@') ||
|
||||
source.startsWith('sso://') ||
|
||||
source.startsWith('github:') ||
|
||||
source.startsWith('gitlab:')
|
||||
source.startsWith('gitlab:') ||
|
||||
source.startsWith('ssh://')
|
||||
) {
|
||||
return {
|
||||
source,
|
||||
|
||||
Reference in New Issue
Block a user