diff --git a/apps/desktop/src/components/assistant-ui/thread.tsx b/apps/desktop/src/components/assistant-ui/thread.tsx
index c5b20cedd3e..1ac97c200ca 100644
--- a/apps/desktop/src/components/assistant-ui/thread.tsx
+++ b/apps/desktop/src/components/assistant-ui/thread.tsx
@@ -859,7 +859,10 @@ const ProcessNotificationNote: FC<{ text: string }> = ({ text }) => {
+{detail}diff --git a/apps/desktop/src/components/chat/terminal-output.tsx b/apps/desktop/src/components/chat/terminal-output.tsx index 946ec2386be..034f20f2a81 100644 --- a/apps/desktop/src/components/chat/terminal-output.tsx +++ b/apps/desktop/src/components/chat/terminal-output.tsx @@ -41,7 +41,11 @@ export function TerminalOutput({ className, text }: TerminalOutputProps) { }, [text]) return ( -+{text}diff --git a/apps/desktop/src/styles.css b/apps/desktop/src/styles.css index 03b348c9d84..2aff7a21c77 100644 --- a/apps/desktop/src/styles.css +++ b/apps/desktop/src/styles.css @@ -680,6 +680,7 @@ textarea, [contenteditable]:not([contenteditable='false']), [data-slot='aui_user-message-root'], [data-slot='aui_assistant-message-content'], +[data-slot='aui_system-message-root'], [data-selectable-text='true'], [data-selectable-text='true'] * { -webkit-user-select: text;