mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Add support for auto-updating git extensions (#8511)
This commit is contained in:
@@ -12,4 +12,5 @@ export enum ExtensionUpdateState {
|
||||
UP_TO_DATE = 'up to date',
|
||||
ERROR = 'error checking for updates',
|
||||
NOT_UPDATABLE = 'not updatable',
|
||||
UNKNOWN = 'unknown',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user