mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 04:54:25 -07:00
Add support for auto-updating git extensions (#8511)
This commit is contained in:
@@ -124,6 +124,7 @@ export interface ExtensionInstallMetadata {
|
||||
source: string;
|
||||
type: 'git' | 'local' | 'link' | 'github-release';
|
||||
ref?: string;
|
||||
autoUpdate?: boolean;
|
||||
}
|
||||
|
||||
export interface FileFilteringOptions {
|
||||
|
||||
Reference in New Issue
Block a user