Commit Graph

8 Commits

Author SHA1 Message Date
1060476113 feat(server,frontend): real-time sync architecture with message accumulator
- Add message-accumulator.js: cascades diff-based message accumulation
- Add 3-second cascade polling with broadcastToAll (was undefined!)
- Add /api/bridge/approve endpoint: tries accept/reject Step→Command→Terminal
- Add persistent approve/reject buttons in chat header toolbar
- Frontend: loadSessionMessages (trajectory + accumulated), applyNewMessages (WS push)
- Status change detection: _prevStatusKey tracking prevents unnecessary re-renders
- actionInProgress flag prevents DOM replacement during button fetch
- Known issues: Trajectory 341 hard limit, Cascade no command-approval state
2026-03-08 14:05:59 +09:00
79c2b1b6d9 feat(action): direct accept/reject buttons — no mirror tab needed, Extension /api/action endpoint 2026-03-08 01:32:29 +09:00
8568985e7a fix(ui): smart display for long convos, action buttons for isBlocking, no middle gap 2026-03-08 01:24:14 +09:00
1d0eae769a refactor(ui): Antigravity-style conversation — task cards group tool actions, remove internal steps, mode badges 2026-03-08 00:34:24 +09:00
9281c6b45d refactor(scrape): complete rewrite of content extraction - per-turn parsing for all types 2026-03-07 22:57:04 +09:00
22f7280907 feat(chat): extract and render action buttons from task cards (Cancel, Review Changes) 2026-03-07 22:47:41 +09:00
507324f78e feat(chat): redesign chat UI with structured rendering and interactive action buttons 2026-03-07 21:08:08 +09:00
CD
8020a5b072 feat: Gravity Web Phase 1 - CDP remote control dashboard 2026-03-07 18:53:41 +09:00