diff --git a/apps/staged/src/lib/features/sessions/ChatComposer.svelte b/apps/staged/src/lib/features/sessions/ChatComposer.svelte index e1434189..0b48e38a 100644 --- a/apps/staged/src/lib/features/sessions/ChatComposer.svelte +++ b/apps/staged/src/lib/features/sessions/ChatComposer.svelte @@ -2,7 +2,7 @@ ChatComposer.svelte — Shared bottom chat input for session chat surfaces. Houses the attached-image strip, the text input, and the control row below - it (agent config picker slot, attach button, send/stop button). Rendered by + it (agent config picker slot, attach button, send/queue button). Rendered by SessionChatPane, which backs both the session dialog and the note dialog's chat pane, so the composer looks and behaves identically everywhere: the text input gets its own full-width row with the controls beneath it. @@ -24,7 +24,6 @@