Introducing a docked composer for AI bot conversations

We’re improving AI bot conversations with a new docked composer, designed to make chatting with the bot feel more seamless.

Instead of clicking Reply each time you want to continue the conversation, the composer now stays available at the bottom of the topic. You can type your next message right away, making AI bot conversations feel closer to a continuous chat experience.

What’s changing

  • A persistent composer is shown in AI bot conversations
  • You can continue chatting without repeatedly opening the reply composer
  • The interface is better suited for back-and-forth AI conversations
  • The existing composer experience remains available when the change is disabled

Why we’re making this change

AI bot conversations often involve several quick follow-up questions. The previous reply flow worked, but it added friction to that back-and-forth.

The docked composer keeps the input close at hand so conversations can continue more naturally.

Try it out

This change is currently behind an upcoming changes flag.

Admins can enable it from:

Admin → Settings → Upcoming changes

ai_bot_enable_docked_composer

Feedback

Please share any feedback, issues, or questions in this topic. We’re especially interested in hearing how the new composer feels during longer AI bot conversations.

16 Likes

is there any way to suppress the enter as submit? i absolutely hate that feature and i can’t get around it - it is not consistent with the rest of Discourse. i want to submit with the paper-plane icon only.

7 Likes

Samesies. I really hope this becomes an optional setting because I really like communicating with my AI in full sentences and paragraphs, and often with code blocks. To me these AI convos are not chat.

It is possible to change your chat prefs to reverse the default cmd-enter behavior. By default in chat when you press enter you submit the chat message, and when you hold cmd when pressing enter you get line breaks. But then you are slowing yourself down when you are chatting with someone!

1 Like

image uploads are breaking again after first post so i just reverted the setting to the regular composer again for bot.

2 Likes

Is there a reason this was disabled here on Meta? It was enabled at one point but now has the old reply button style. Just curious of the rationale straight from the source :slight_smile:

No particular reason :slight_smile: It looks like this was accidentally toggled off by a team member. We’ve turned it back on. Also, the upcoming change has now been bumped to beta now :+1:

2 Likes

This looks valuable for my platform, can one set the maximum length of a reply with AI bot conversations?

Looks like this is going to be a permanent change:

I spent lots of time with it today and have disabled it for now. I love the impulse behind it, to make chatting more efficient/quicker. But this does not work for me. If anything, I’d like the UI to slow me down!

Hitting RETURN submits my message instead of starting a new line. This causes a frantic situation of trying to stop the bot from responding. In more than one situation I shared something that I had not yet finished writing.

When I am engaging with AI, I want to be deliberate and thoughtful, which this new UI does not encourage.

Generally I am not enjoying having a third composer interface to learn how to use. I liked the way it worked previously as though I were engaging in a topic or PM with the bot.

1 Like

I think the user setting send shotcut of chat should be a forumwide setting :man_shrugging:

1 Like

Also seriously dislike the enter to send change.

I use the official ask.discourse.org for complicated troubleshooting problems and now this change is driving me crazy because I keep doing what I’ve been doing all along and it botches things. I can’t even go back and edit my unintentionally submitted reply.

I can understant that for some sites this change is good. But it’s very annoying on the ask. service (which I appreciate greatly, btw!!!)

1 Like

IIRC Shift + enter creates a newline, if that’s what you’re looking for. But perhaps this should be a user preference. For example, MS Teams has a similar option when sending chat messages.

1 Like

That’s a workaround if I remember to do it. If I forget, there is no forgiveness :pensive_face:

1 Like

i have a theme component fix for the Enter button submit issue for Discourse AI bot messages here:

i will probably submit a PR later today that adds an Discourse AI Admin site setting to toggle the Enter button behaviour on or off for the bot message post submission.

3 Likes

ok i have opened a PR here to add a Discourse AI admin site setting:

https://github.com/discourse/discourse/pull/42035

3 Likes

Wouldn’t it better be a user interface preference?

i thought about that but decided to make it site-wide by admins :woman_shrugging:t2:

So now some Discourse forums will have it one way and some will have it the other way and I’ll be unable to remember which one has it which way :wink:

Ah well I never talk to that bot anyway. And I never understood why it wasn’t implemented as an actual chat in the first place either.

1 Like

the proper way to do this would be to submit a PR that gives a user-preference setting to change it for all message submissions (including non-bot perhaps), not just the first one when the docked composer is disabled - just like the chat setting. but i don’t feel like writing that much code and nobody is paying me for this lol.

1 Like