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
Stream workspace startup logs in TaskDetailView (#797)
Display real-time workspace build logs within the task detail view so
users can monitor startup progress without leaving the tasks panel.
- Add WorkspaceLogs component and useWorkspaceLogs hook that receive
log lines via a new workspaceLogsAppend notification
- Batch incoming logs per animation frame to keep rendering smooth
- Stream logs from the Coder API through the extension host, stripping
ANSI codes before forwarding to the webview
- Clean up log subscriptions when the panel or workspace changes
0 commit comments