Merge branch 'main' into restart-resume

This commit is contained in:
Jack Wotherspoon
2026-03-10 09:21:29 +01:00
committed by GitHub
208 changed files with 4823 additions and 1292 deletions
+4
View File
@@ -361,6 +361,10 @@ export interface GeminiCLIExtension {
*/
directory?: string;
};
/**
* Used to migrate an extension to a new repository source.
*/
migratedTo?: string;
}
export interface ExtensionInstallMetadata {