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