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} -
- Nomos is working in the background — your message will queue and run when it's free. + (plan 2026-08-03 F1/F2). Styled as a terminal status strip that + mirrors AgentTrace's running idiom (spinner + fg label + a + primary-tinted hairline border) and aligns to the textarea's + column, so it reads as part of the working state rather than a + floating footnote. --> +
+ + Working + message will queue — runs when Nomos is free
{/if}