diff options
| author | Miguel Solorio <[email protected]> | 2025-05-23 14:34:27 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-05-23 16:14:37 -0700 |
| commit | 2a2d041dcd1c097db8d686bb29ab85ad5155c6cd (patch) | |
| tree | 4317d16448acf6c642449410cfea763f8a306c0f | |
| parent | 6247cb8ddd3965329ce8f2c563fe02f3f478d7fd (diff) | |
Update packages/cli/src/ui/types.ts
Co-authored-by: N. Taylor Mullen <[email protected]>
| -rw-r--r-- | packages/cli/src/ui/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/types.ts b/packages/cli/src/ui/types.ts index b9cc6a4d..03b9287f 100644 --- a/packages/cli/src/ui/types.ts +++ b/packages/cli/src/ui/types.ts @@ -119,7 +119,7 @@ export enum MessageType { INFO = 'info', ERROR = 'error', USER = 'user', - ABOUT = 'about', // Added ABOUT type + ABOUT = 'about', // Add GEMINI if needed by other commands } |
