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
supervise: silent in interactive mode (no banner polluting the agent terminal)
Interactive supervise (docker run -it) now prints nothing on startup — the
'daemon listening', 'supervise: backend=...', and 'running agent' banner lines
were polluting the agent's terminal/REPL. They move to where they're useful:
the daemon command and headless supervise. The api.Serve listening/uid line is
now the caller's responsibility (daemon + headless print it; interactive stays
quiet).
0 commit comments