feat(gui): Add auto-scroll, blinking history, and reactive API events

This commit is contained in:
2026-02-25 00:41:45 -05:00
parent 3113e3c103
commit fb80ce8c5a
24 changed files with 575 additions and 172 deletions

View File

@@ -23,4 +23,10 @@
- [x] Task: Simulate the AI generating a PowerShell script that triggers the explicit confirmation modal. a1b2c3d
- [x] Task: Assert the modal appears correctly and accepts input/approval from the simulated user. e4f5g6h
- [x] Task: Validate the executed output via API hooks. i7j8k9l
- [x] Task: Conductor - User Manual Verification 'Phase 4: Execution and Modals Simulation' (Protocol in workflow.md) m0n1o2p
- [x] Task: Conductor - User Manual Verification 'Phase 4: Execution and Modals Simulation' (Protocol in workflow.md) m0n1o2p
## Phase 5: Reactive Interaction and Final Polish [checkpoint: final]
- [x] Task: Implement reactive `/api/events` endpoint for real-time GUI feedback. x1y2z3a
- [x] Task: Add auto-scroll and fading blink effects to Tool and Comms history panels. b4c5d6e
- [x] Task: Restrict simulation testing to `gui_2.py` and ensure full integration pass. f7g8h9i
- [x] Task: Conductor - User Manual Verification 'Phase 5: Reactive Interaction and Final Polish' (Protocol in workflow.md) j0k1l2m