Skip to content

fix: first message from welcome screen lost#663

Merged
ShaerWare merged 1 commit intomainfrom
fix/welcome-message-lost
Apr 2, 2026
Merged

fix: first message from welcome screen lost#663
ShaerWare merged 1 commit intomainfrom
fix/welcome-message-lost

Conversation

@ShaerWare
Copy link
Copy Markdown
Owner

Summary

  • sendFromWelcome() now forwards the user's message to sendMessage() after session creation
  • Previously the message was used only as session title then discarded

Test plan

  • Non-admin user with no sessions: type message on welcome screen → session created AND message sent
  • Non-admin user with existing sessions: type message → opens recent session AND sends message

🤖 Generated with Claude Code

Previously sendFromWelcome() used the message text only as session title
then discarded it. Now the message is forwarded to sendMessage() after
session creation, so users don't have to retype their first question.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ShaerWare ShaerWare merged commit eb394e7 into main Apr 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant