fix: watch workspace agent logs (#17209)

This commit is contained in:
Asher
2025-04-01 17:18:44 -08:00
committed by GitHub
parent a61c3e7a1c
commit c6e866225f
+4 -1
View File
@@ -223,7 +223,10 @@ export const watchWorkspaceAgentLogs = (
agentId: string,
{ after, onMessage, onDone, onError }: WatchWorkspaceAgentLogsOptions,
) => {
const searchParams = new URLSearchParams({ after: after.toString() });
const searchParams = new URLSearchParams({
follow: "true",
after: after.toString(),
});
/**
* WebSocket compression in Safari (confirmed in 16.5) is broken when