mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-01 17:02:29 -07:00
feat(agents): improve UI feedback and parser reliability (#16459)
This commit is contained in:
@@ -65,6 +65,14 @@ const agentsRefreshCommand: SlashCommand = {
|
||||
};
|
||||
}
|
||||
|
||||
context.ui.addItem(
|
||||
{
|
||||
type: MessageType.INFO,
|
||||
text: 'Refreshing agent registry...',
|
||||
},
|
||||
Date.now(),
|
||||
);
|
||||
|
||||
await agentRegistry.reload();
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user