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:
ekko
2026-05-05 14:03:31 +08:00
committed by GitHub
parent b52f28ffcb
commit 334723ba07
3 changed files with 2 additions and 315 deletions
+1 -1
View File
@@ -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',