fix: remove streaming indicator from history message list (#456)
Remove streaming-indicator and tool calls panel from HistoryMessageList component. History sessions should not show "typing" indicators as they are read-only, completed sessions. Changes: - Remove streaming-indicator video animation from history - Remove tool calls panel from history - Clean up unused imports and functions - Remove unnecessary watchers - Clean up related styles (~200 lines removed) - Update version to 0.5.11 in package.json - Update changelog version to 0.5.11 This fixes the issue where history sessions incorrectly showed streaming indicators when there was an active run in another session. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export interface ChangelogEntry {
|
||||
|
||||
export const changelog: ChangelogEntry[] = [
|
||||
{
|
||||
version: '0.5.10',
|
||||
version: '0.5.11',
|
||||
date: '2026-05-05',
|
||||
changes: [
|
||||
'changelog.new_0_5_10_1',
|
||||
|
||||
Reference in New Issue
Block a user