You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(trace): publish live UI to host, banner before TUI, poll-then-open
cctrace prints its Live UI URL inside the container where no browser can
reach it, then the TUI paints over it. Fix the host side:
- traced sessions publish container 9317 to a probed free host loopback
port (9317, 9318, ... — concurrent traced containers get neighbors)
- deva prints "Trace UI: http://localhost:<port>" before the agent takes
the screen
- host browser opens the moment the UI answers: background poll-then-open,
never a connection-refused page; DEVA_TRACE_OPEN=0 disables
- port publish is create-time only: traced attach to a container created
without it warns with the recreate hint
Closes#425
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments