Merge remote-tracking branch 'origin/bb/gui' into austin/bb/gui

This commit is contained in:
Austin Pickett
2026-05-13 10:18:22 -04:00
48 changed files with 976 additions and 763 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ export function DesktopController() {
onAttachDroppedItems={composer.attachDroppedItems}
onAttachImageBlob={composer.attachImageBlob}
onBranchInNewChat={messageId => void branchInNewChat(messageId)}
onCancel={() => void cancelRun()}
onCancel={cancelRun}
onDeleteSelectedSession={() => {
if (selectedStoredSessionId) {
void removeSession(selectedStoredSessionId)