feat(agents): improve UI feedback and parser reliability (#16459)

This commit is contained in:
N. Taylor Mullen
2026-01-12 16:20:28 -08:00
committed by GitHub
parent 6ef2a92233
commit 548641c952
4 changed files with 39 additions and 2 deletions

View File

@@ -65,6 +65,14 @@ const agentsRefreshCommand: SlashCommand = {
};
}
context.ui.addItem(
{
type: MessageType.INFO,
text: 'Refreshing agent registry...',
},
Date.now(),
);
await agentRegistry.reload();
return {