Remove chat composer keyboard hint

ee240dfd9317 · AtlantisPleb · 2026-08-22T14:15:44-05:00 · parent 071ac6dfaa26

Remove chat composer keyboard hint

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

pushed
by user · WAL seq 99 · 2026-08-22T19:15:45.784777Z

Changed files

  • modified lib/openagents_web/live/chat_placeholder_live.ex

Diff

1 file changed, +8 -11

lib/openagents_web/live/chat_placeholder_live.ex modified +8 -11

@@ -264,17 +264,14 @@ defmodule OpenAgentsWeb.ChatPlaceholderLive do

264 264
            />
265 265
266 266
            <.prompt_input_toolbar class="chat-placeholder-composer__toolbar">
267
              <div class="flex min-w-0 items-center gap-2">
268
                <.input
269
                  field={@form[:reasoning]}
270
                  type="select"
271
                  options={@reasoning_options}
272
                  aria-label="Reasoning effort"
273
                  class="chat-placeholder-composer__reasoning"
274
                  disabled={@streaming?}
275
                />
276
                <span class="text-foreground/70 text-xs">Enter to send · Shift+Enter for a new line</span>
277
              </div>
267
              <.input
268
                field={@form[:reasoning]}
269
                type="select"
270
                options={@reasoning_options}
271
                aria-label="Reasoning effort"
272
                class="chat-placeholder-composer__reasoning"
273
                disabled={@streaming?}
274
              />
278 275
              <.prompt_input_tools class="ml-auto">
279 276
                <.prompt_input_submit
280 277
                  id="chat-placeholder-submit"

This page updates live while a promote is in flight · changelog