Show warning if there's uncommitted changes (#92)
This commit is contained in:
@@ -486,6 +486,7 @@ This conversation includes one or more image attachments. When the user uploads
|
||||
event.sender.send("chat:response:end", {
|
||||
chatId: req.chatId,
|
||||
updatedFiles: status.updatedFiles ?? false,
|
||||
uncommittedFiles: status.uncommittedFiles,
|
||||
} satisfies ChatResponseEnd);
|
||||
} else {
|
||||
event.sender.send("chat:response:end", {
|
||||
|
||||
Reference in New Issue
Block a user