diff --git a/VERSION b/VERSION index 7cca771..c3d16c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.1 +0.17.2 diff --git a/web/src/lib/components/ChatThread.svelte b/web/src/lib/components/ChatThread.svelte index d757515..cfde1da 100644 --- a/web/src/lib/components/ChatThread.svelte +++ b/web/src/lib/components/ChatThread.svelte @@ -11,6 +11,7 @@ import { Textarea } from '$lib/components/ui/textarea' import AgentTrace from './AgentTrace.svelte' import OperatorQuestion from './OperatorQuestion.svelte' + import Spinner from './Spinner.svelte' import CornerDownLeftIcon from '@lucide/svelte/icons/corner-down-left' import RefreshCwIcon from '@lucide/svelte/icons/refresh-cw' import SquareIcon from '@lucide/svelte/icons/square' @@ -418,9 +419,17 @@ {#if working && !streaming} -