feat(app): feed customization options

This commit is contained in:
Adam 2026-02-22 11:36:00 -06:00
commit aaf8317c82
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
22 changed files with 381 additions and 134 deletions

View file

@ -539,6 +539,8 @@ export function MessageTimeline(props: {
messageID={message.id}
lastUserMessageID={props.lastUserMessageID}
showReasoningSummaries={settings.general.showReasoningSummaries()}
shellToolDefaultOpen={settings.general.shellToolPartsExpanded()}
editToolDefaultOpen={settings.general.editToolPartsExpanded()}
classes={{
root: "min-w-0 w-full relative",
content: "flex flex-col justify-between !overflow-visible",