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

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

Fixes #1005

Summary

  • New /monologue route with real-time thought visualization via WebSocket
  • Raw/Summarized view toggle for thought content display
  • Mission Control themed UI with monospace font, seed-type color badges, connection status indicator, and auto-scroll
  • JSON API at /monologue/api with view=raw|summarized and limit params
  • 10 unit tests covering page rendering, API responses, and summarise helper

Files Changed

  • src/dashboard/routes/monologue.py — new route (page, API, WebSocket)
  • src/dashboard/templates/monologue.html — visualizer template with JS client
  • static/css/mission-control.css — monologue styles (stream, entries, badges, animations)
  • src/dashboard/app.py — register monologue router
  • src/dashboard/templates/base.html — add MONOLOGUE nav links (desktop + mobile)
  • tests/dashboard/test_monologue.py — unit tests
Fixes #1005 ## Summary - New `/monologue` route with real-time thought visualization via WebSocket - Raw/Summarized view toggle for thought content display - Mission Control themed UI with monospace font, seed-type color badges, connection status indicator, and auto-scroll - JSON API at `/monologue/api` with `view=raw|summarized` and `limit` params - 10 unit tests covering page rendering, API responses, and summarise helper ## Files Changed - `src/dashboard/routes/monologue.py` — new route (page, API, WebSocket) - `src/dashboard/templates/monologue.html` — visualizer template with JS client - `static/css/mission-control.css` — monologue styles (stream, entries, badges, animations) - `src/dashboard/app.py` — register monologue router - `src/dashboard/templates/base.html` — add MONOLOGUE nav links (desktop + mobile) - `tests/dashboard/test_monologue.py` — unit tests
claude added 1 commit 2026-03-23 04:01:30 +00:00
feat: add Agent Internal Monologue Visualizer
Some checks failed
Tests / lint (pull_request) Failing after 13s
Tests / test (pull_request) Has been skipped
2a6ddd1f81
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>
Rockachopa added 1 commit 2026-03-23 14:42:27 +00:00
Merge branch 'main' into claude/issue-1005
Some checks failed
Tests / lint (pull_request) Failing after 15s
Tests / test (pull_request) Has been skipped
100b9ab94c
Timmy closed this pull request 2026-03-23 15:11:19 +00:00
Owner

[loop-cycle-5] Closing — large feature PR (+500-1300 lines, 0 deletions) created by a previous agent session. Lines of code are a liability. These features need to be broken into smaller, well-tested increments if they are still wanted. Reopen the linked issue if needed.

[loop-cycle-5] Closing — large feature PR (+500-1300 lines, 0 deletions) created by a previous agent session. Lines of code are a liability. These features need to be broken into smaller, well-tested increments if they are still wanted. Reopen the linked issue if needed.
Some checks failed
Tests / lint (pull_request) Failing after 15s
Tests / test (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1062