Revert "deps: update OpenTUI to 0.4.2 (#33610)" (#33842)

This commit is contained in:
Simon Klee 2026-06-25 10:38:09 +02:00 committed by GitHub
commit 98dcea02a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 31 additions and 29 deletions

View file

@ -1528,7 +1528,7 @@ function AssistantMessage(props: { message: AssistantMessage; parts: Part[]; las
customBorderChars={SplitBorder.customBorderChars}
borderColor={theme.error}
>
<text fg={theme.textMuted}>{errorMessage(props.message.error)}</text>
<text fg={theme.textMuted}>{props.message.error?.data.message}</text>
</box>
</Show>
<Switch>