keegan
(Keegan George)
4. Mai 2026 um 18:11
10
Danke, Lilly!
Ich habe den Docked Composer hinter kommende Änderungen gestellt:
main ← uc-docked-composer
merged 04:26PM - 04 May 26 UTC
Previously, the docked chat-style composer for AI bot PMs was always enabled wit… h no way for admins to disable it while the feature is still being refined.
This change adds an `ai_bot_enable_docked_composer` upcoming change flag at alpha status, allowing admins to opt in via the upcoming changes page. When disabled (the default), AI bot PMs fall back to the standard floating composer.
<img width="1104" height="432" alt="Screenshot 2026-05-04 at 08 44 01" src="https://github.com/user-attachments/assets/2f65f280-1cb9-4e41-81c7-4fbf20f50ba6" />
während wir noch weiter an der Verfeinerung arbeiten.
Lilly:
Ich denke, mein größter Kritikpunkt ist, dass ich nicht gerne Umschalt + Eingabe drücken muss, um zur nächsten Zeile zu gelangen. Ich drücke immer noch sehr oft Eingabe und muss dann kurz pausieren. Die Verhaltensänderung im Vergleich zum normalen Composer fühlt sich immer noch inkonsistent an. (FWIW passiert mir das bei Chat-GPT auch jedes Mal )
Das hat mich schon ein- oder zweimal erwischt. Ich möchte es erst einmal eine Weile so lassen, um zu sehen, ob es sich nur um etwas handelt, an das man sich gewöhnen muss, werde es aber wieder aufgreifen, falls es sich als häufigeres Problem erweist.
Ich habe auch eine Korrektur für den Upload-Fehler bereitgestellt:
committed 06:01PM - 04 May 26 UTC
Previously, uploads in the AI bot docked composer were completely
non-functional… due to two issues: a Glimmer modifier ordering race
condition where the file input's `didInsert` fired before the parent
container's `didInsert` (so `UppyUpload` was never bound to the file
input), and the submit service rejected upload-only submissions because
it early-returned on empty `raw` before considering attached uploads.
This change fixes the initialization order by calling
`uppyUpload.setup()` in `setupContainer` when the file input is already
available, restructures the submit validation to allow upload-only posts
and skip the min-length check when uploads are present, and adds
vertical padding to the uploads container for better visual spacing.
<img width="791" height="330" alt="Screenshot 2026-05-04 at 10 14 43"
src="https://github.com/user-attachments/assets/7a0b8e38-f29e-40f7-bac7-361ab549474c"
/>
Bitte lass mich wissen, wie es läuft! Vielen Dank für deine Tests und dein Feedback
1 „Gefällt mir“