diff --git a/apps/desktop/src/app/agents/index.tsx b/apps/desktop/src/app/agents/index.tsx index ec8f186dd1b..6a1fbf9eeea 100644 --- a/apps/desktop/src/app/agents/index.tsx +++ b/apps/desktop/src/app/agents/index.tsx @@ -357,7 +357,7 @@ function SubagentRow({ node, depth = 0, nowMs }: { node: SubagentNode; depth?: n {visibleRows.length > 0 ? ( -
{t.agents.files}
diff --git a/apps/desktop/src/app/command-center/index.tsx b/apps/desktop/src/app/command-center/index.tsx index 4261cd7d2c0..57358186a03 100644 --- a/apps/desktop/src/app/command-center/index.tsx +++ b/apps/desktop/src/app/command-center/index.tsx @@ -426,7 +426,10 @@ export function CommandCenterView({ initialSection, onClose, onDeleteSession, on )}
+
{logs.length ? logs.join('\n') : cc.noLogs}
+{status.lines.length > 0 ? status.lines.join('\n') : copy.postSetupStarting})} diff --git a/apps/desktop/src/components/notifications.tsx b/apps/desktop/src/components/notifications.tsx index ed26edbec0a..2558d27f93f 100644 --- a/apps/desktop/src/components/notifications.tsx +++ b/apps/desktop/src/components/notifications.tsx @@ -154,7 +154,10 @@ function NotificationDetail({ detail }: { detail: string }) {{copy.details}
-+{detail}) { return ( ) { 'overflow-auto rounded-lg border border-(--ui-stroke-tertiary) px-2.5 py-1.5 font-mono text-[0.6875rem] leading-[1.5] whitespace-pre-wrap break-words text-(--ui-text-tertiary) [scrollbar-width:thin]', className )} + data-selectable-text="true" {...props} /> )