fix: don't open shell by default

This commit is contained in:
Adam 2025-12-13 15:15:13 -06:00
commit 5ebe29de1e
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

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