From 5ba38a80acc5a05895266c3ae55c1360f551f071 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 3 Mar 2025 09:34:59 +0100 Subject: [PATCH] Claude: Support stopping the conversation --- postcss.config.js | 1 + src/lib/AnthropicTab.svelte | 22 ++++++++++++++++++++-- src/lib/anthropic.js | 25 +++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index 3b6bb01..44f65ec 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -23,6 +23,7 @@ export default { case '.fa-desktop:before': case '.fa-mouse-pointer:before': case '.fa-hourglass-half:before': + case '.fa-hand:before': case '.fa-keyboard:before': case '.fa-brands:before': case '.fa-solid:before': diff --git a/src/lib/AnthropicTab.svelte b/src/lib/AnthropicTab.svelte index 6681b4b..a83a809 100644 --- a/src/lib/AnthropicTab.svelte +++ b/src/lib/AnthropicTab.svelte @@ -1,8 +1,11 @@

Claude AI Integration

WebVM is integrated with Claude by Anthropic AI. You can prompt the AI to control the system.

@@ -116,6 +126,14 @@ {#if $apiState == "KEY_REQUIRED"}