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(framework): live session link on the dashboard from the agent's real session id (#175)
Capture the wrapped agent's real session id once the first driver turn
returns and stream it as a new session-update FrameworkEvent, rendered
live on the dashboard header and printed to the terminal. --session-link
now accepts a {sessionId} template that resolves once the id is known; a
literal URL still shows immediately.
Remote Control exposes no URL derivable from a session id (verified
against code.claude.com/docs/en/remote-control), so this ships the honest
version: the real id is always surfaced, and a real URL drops in via the
template later with no rework.
Closes#174
Surface the live agent session on the dashboard. The wrapped agent's real session id is captured once the first turn returns and streamed as a new `session-update` event, so the dashboard header shows the live session (and the terminal prints it). `--session-link` now accepts a `{sessionId}` template that resolves to a real URL once the id is known; a literal URL still shows immediately.
0 commit comments