diff --git a/frontend/src/features/datasources/components/AgentConsole.tsx b/frontend/src/features/datasources/components/AgentConsole.tsx index 7a2ebcb5c..3c8a764e8 100644 --- a/frontend/src/features/datasources/components/AgentConsole.tsx +++ b/frontend/src/features/datasources/components/AgentConsole.tsx @@ -165,49 +165,49 @@ export function AgentConsole({ <>
{/* Drag handle to resize, like an IDE terminal — docked mode only. */} {!embedded && (
-
+
)} -
-
- +
+
+ {hostname} {windows ? ( ) : ( - {shell} + {shell} )}
@@ -229,16 +229,16 @@ export function AgentConsole({
inputRef.current?.focus()} - className="flex-1 cursor-text overflow-y-auto px-4 py-3 font-mono text-[12px] leading-relaxed text-zinc-300" + className="flex-1 cursor-text overflow-y-auto px-4 py-3 font-mono text-[12px] leading-relaxed text-foreground/80" > - {lines.length === 0 &&

{t('datasources.console.hint')}

} + {lines.length === 0 &&

{t('datasources.console.hint')}

} {lines.map((l, i) => (
               {l.text}