mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-17 05:20:23 -07:00
feat(ui): add /colors slash command to demo theme colors
This commit is contained in:
@@ -172,6 +172,11 @@ export const useSlashCommandProcessor = (
|
||||
type: 'help',
|
||||
timestamp: message.timestamp,
|
||||
};
|
||||
} else if (message.type === MessageType.COLORS) {
|
||||
historyItemContent = {
|
||||
type: 'colors',
|
||||
timestamp: message.timestamp,
|
||||
};
|
||||
} else if (message.type === MessageType.STATS) {
|
||||
historyItemContent = {
|
||||
type: 'stats',
|
||||
|
||||
Reference in New Issue
Block a user