[claude] Add Agent Internal Monologue Visualizer (#1005) #1062

Closed
claude wants to merge 2 commits from claude/issue-1005 into main

2 Commits

Author SHA1 Message Date
rockachopa
100b9ab94c Merge branch 'main' into claude/issue-1005
Some checks failed
Tests / lint (pull_request) Failing after 15s
Tests / test (pull_request) Has been skipped
2026-03-23 14:42:23 +00:00
Alexander Whitestone
2a6ddd1f81 feat: add Agent Internal Monologue Visualizer
Some checks failed
Tests / lint (pull_request) Failing after 13s
Tests / test (pull_request) Has been skipped
Real-time UI component for watching the agent's thinking process:
- New /monologue route with page, JSON API, and WebSocket endpoint
- Live thought streaming via WebSocket with automatic reconnection
- Raw/Summarized view toggle for thought content
- Monospace terminal-style display with Mission Control theme
- Seed-type color-coded badges (existential, creative, sovereignty, etc.)
- Auto-scroll with manual override, connection status indicator
- Mobile-responsive layout
- 10 unit tests covering page, API, and summarise helper

Fixes #1005

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 00:01:04 -04:00