Changes from feat/improve-ai-suggestions-ui

This commit is contained in:
Kacper
2025-12-24 01:02:49 +01:00
parent d50b15e639
commit 0461045767
2 changed files with 55 additions and 13 deletions

View File

@@ -63,10 +63,8 @@ For each suggestion, provide:
The response will be automatically formatted as structured JSON.`;
events.emit('suggestions:event', {
type: 'suggestions_progress',
content: `Starting ${suggestionType} analysis...\n`,
});
// Don't send initial message - let the agent output speak for itself
// The first agent message will be captured as an info entry
const options = createSuggestionsOptions({
cwd: projectPath,