mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 23:31:13 -07:00
Add simple extensions release flow support (#8498)
This commit is contained in:
@@ -117,8 +117,12 @@ export interface GeminiCLIExtension {
|
||||
version: string;
|
||||
isActive: boolean;
|
||||
path: string;
|
||||
source?: string;
|
||||
type?: 'git' | 'local' | 'link';
|
||||
installMetadata?: ExtensionInstallMetadata;
|
||||
}
|
||||
|
||||
export interface ExtensionInstallMetadata {
|
||||
source: string;
|
||||
type: 'git' | 'local' | 'link' | 'github-release';
|
||||
ref?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user