Merge remote-tracking branch 'origin/main' into r1-display-reason

This commit is contained in:
Matt Rubens
2025-01-26 00:16:55 -05:00
5 changed files with 44 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ export const ChatRowContent = ({
isLast,
isStreaming,
}: ChatRowContentProps) => {
const { mcpServers } = useExtensionState()
const { mcpServers, alwaysAllowMcp } = useExtensionState()
const [reasoningCollapsed, setReasoningCollapsed] = useState(false)
// Auto-collapse reasoning when new messages arrive
@@ -888,6 +888,7 @@ export const ChatRowContent = ({
)?.alwaysAllow || false,
}}
serverName={useMcpServer.serverName}
alwaysAllowMcp={alwaysAllowMcp}
/>
</div>
{useMcpServer.arguments && useMcpServer.arguments !== "{}" && (