mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-23 04:21:31 -07:00
chore: added WARNING and INFORMATION glyphs
This commit is contained in:
@@ -24,6 +24,8 @@ export const TOOL_STATUS = {
|
||||
CONFIRMING: '?',
|
||||
CANCELED: '-',
|
||||
ERROR: 'x',
|
||||
WARNING: '⚠',
|
||||
INFORMATION: 'ℹ',
|
||||
} as const;
|
||||
|
||||
// Maximum number of MCP resources to display per server before truncating
|
||||
|
||||
Reference in New Issue
Block a user