fix: don't open shell by default

This commit is contained in:
Adam 2025-12-13 15:15:13 -06:00 committed by Aiden Cline
commit f7544b729c

View file

@ -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",