Multiple steering messages visually replace each other
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.7k
- PR merge metrics
- PR metrics pending
Description
When sending multiple steering messages in succession, only the latest steering message remains visible in the UI. However, when the messages are submitted, all of them are sent.
Steps to reproduce
- Start an agent session.
- Send two or more steering messages before the current turn completes.
- Observe the steering messages in the UI.
- Wait for the messages to be submitted to the agent.
Expected behavior
Each queued steering message remains visible so the UI accurately represents what will be sent.
Actual behavior
Each new steering message visually replaces the previous one, even though all queued messages are eventually sent.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by starting an agent session and sending multiple steering messages before the turn completes. Search the TypeScript UI code for steering-message rendering and queue handling, then verify that each queued message remains visible while all messages are submitted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100