Skip to content

Commit ad3b350

Browse files
committed
fix(app): default shell tool to collapsed
1 parent 590523d commit ad3b350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/context/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const defaultSettings: Settings = {
9292
releaseNotes: true,
9393
followup: "steer",
9494
showReasoningSummaries: false,
95-
shellToolPartsExpanded: true,
95+
shellToolPartsExpanded: false,
9696
editToolPartsExpanded: false,
9797
},
9898
updates: {

0 commit comments

Comments
 (0)