mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix: View extensions link (#3751)
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user