fix: don't open shell by default

This commit is contained in:
Adam
2025-12-13 15:15:13 -06:00
parent 698ab731f9
commit bae831f008
@@ -321,7 +321,6 @@ ToolRegistry.register({
render(props) { render(props) {
return ( return (
<BasicTool <BasicTool
defaultOpen
icon="console" icon="console"
trigger={{ trigger={{
title: "Shell", title: "Shell",