fix: View extensions link (#3751)

This commit is contained in:
Angie Jones
2025-07-31 01:14:56 -05:00
committed by GitHub
parent e20a88516d
commit 4549d617c0
+1 -1
View File
@@ -433,7 +433,7 @@ export default function ChatInput({
message: `Too many tools can degrade performance.\nTool count: ${toolCount} (recommend: ${TOOLS_MAX_SUGGESTED})`,
action: {
text: 'View extensions',
onClick: () => setView('settings'),
onClick: () => setView('extensions'),
},
autoShow: false, // Don't auto-show tool count warnings
});