Skip to content

Commit b399895

Browse files
committed
feat: add full error details to streaming failure dialog
1 parent 596783d commit b399895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ export const ChatRowContent = ({
10811081
? "https://github.com/cline/cline/wiki/TroubleShooting-%E2%80%90-%22PowerShell-is-not-recognized-as-an-internal-or-external-command%22"
10821082
: undefined
10831083
}
1084+
errorDetails={apiReqStreamingFailedMessage}
10841085
/>
10851086
)}
10861087
</>

0 commit comments

Comments
 (0)