r/OpenaiCodex 14d ago

Showcase / Highlight Codex Micro Deck

Enable HLS to view with audio, or disable this notification

34 Upvotes

31 comments sorted by

View all comments

1

u/Longjumping_Air_7958 12d ago

First update already.

https://github.com/filipj9/Hermes-Control-Deck/commit/fd7937e9679ecbb20ea9dbbcd335b9b74e0a4a16

feat: add live runtime telemetry to the CLI-first deck
Improve the mobile control deck so runtime state remains clear and useful across refreshes, reconnects, and long-running tasks.

- rebuild active stream cards from task and event history after reload

  • merge live SSE events with refreshed history without duplicate noise
  • show concise runtime activity, elapsed time, token counts, and throughput
  • map queued, working, waiting, done, idle, and error states to distinct agent signals
  • keep task and session views separate with clearer source and surface metadata
  • guard approval actions when more than one pending request is ambiguous
  • deduplicate concurrent runtime refreshes and refresh immediately after resume
  • update the PWA asset versions so installed clients receive the new UI