diff --git a/packages/client/src/components/hermes/chat/ChatPanel.vue b/packages/client/src/components/hermes/chat/ChatPanel.vue index 4972345..accb06b 100644 --- a/packages/client/src/components/hermes/chat/ChatPanel.vue +++ b/packages/client/src/components/hermes/chat/ChatPanel.vue @@ -210,6 +210,7 @@ const activeSessionSource = computed(() => ); const activeApproval = computed(() => chatStore.activePendingApproval); +const visibleApproval = computed(() => activeApproval.value); function handleNewChat() { chatStore.newChat(); @@ -835,44 +836,64 @@ async function handleWorkspaceConfirm() {