feat(cli): Refine insight progress indicator UI

- Single-line layout with muted bar, accent stage text
- Inline

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>... in stage messages for cleaner code
- Simplify command intro text
This commit is contained in:
tanzhenxin 2026-02-26 15:25:39 +08:00
parent 509260ddfc
commit 5926b37f4d
3 changed files with 24 additions and 18 deletions

View file

@ -53,6 +53,14 @@ export const insightCommand: SlashCommand = {
context.ui.setPendingItem(progressItem);
};
context.ui.addItem(
{
type: MessageType.INFO,
text: t('This may take a couple minutes. Sit tight!'),
},
Date.now(),
);
// Initial progress
updateProgress(t('Starting insight generation...'), 0);