feat: add permission request UI
This commit is contained in:
@@ -75,6 +75,7 @@ export const GlobalChatbox: React.FC<Props> = ({ open, onClose }) => {
|
||||
editAndResubmit,
|
||||
cycleBranch,
|
||||
abort,
|
||||
replyPermission,
|
||||
createSession,
|
||||
renameSession,
|
||||
removeSession,
|
||||
@@ -354,6 +355,7 @@ export const GlobalChatbox: React.FC<Props> = ({ open, onClose }) => {
|
||||
onRegenerate={regenerate}
|
||||
onEditResubmit={editAndResubmit}
|
||||
onCycleBranch={cycleBranch}
|
||||
onReplyPermission={replyPermission}
|
||||
/>
|
||||
|
||||
<AgentComposer
|
||||
|
||||
Reference in New Issue
Block a user