mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 23:14:32 -07:00
refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471)
This commit is contained in:
@@ -81,7 +81,7 @@ const listCommand: SlashCommand = {
|
||||
chats: chatDetails,
|
||||
};
|
||||
|
||||
context.ui.addItem(item, Date.now());
|
||||
context.ui.addItem(item);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user