mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-19 09:41:17 -07:00
Fix issue where subagent thoughts are appended. (#22975)
This commit is contained in:
committed by
GitHub
parent
0ed9f1e7f5
commit
0082e1ec97
@@ -120,7 +120,7 @@ export class LocalSubagentInvocation extends BaseToolInvocation<
|
||||
lastItem.type === 'thought' &&
|
||||
lastItem.status === 'running'
|
||||
) {
|
||||
lastItem.content += text;
|
||||
lastItem.content = text;
|
||||
} else {
|
||||
recentActivity.push({
|
||||
id: randomUUID(),
|
||||
|
||||
Reference in New Issue
Block a user