[FEATURE] Show user message immediately after sending (before API response)
Resolved 💬 3 comments Opened Jan 19, 2026 by obott9 Closed Jan 19, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When I send a prompt, there is a delay of several seconds before any visual feedback appears (the "Thinking..." spinner). During this time, there is no indication that my message was sent successfully. This causes uncertainty about whether the input was received.
Proposed Solution
The user's message should appear immediately in the conversation history area as soon as the send action is triggered, similar to how chat applications like Slack or Discord work.
Current Flow:
- User sends prompt
- Wait several seconds (no visual change)
- Spinner appears
- Response arrives
Proposed Flow:
- User sends prompt
- User's message immediately appears in conversation history
- Spinner appears below user's message
- Response arrives
This provides instant confirmation that the message was sent and is a standard UX pattern in messaging applications.
Alternative Solutions
_No response_
Priority
Critical - Blocking my work
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗