[BUG] text input clears when a message is promoted from the queue
Environment
- Platform (select one):
- [x] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other:
- Claude CLI version: <!-- output of
claude --version--> - Operating System:
- Terminal:
Bug Description
https://github.com/anthropics/claude-code/issues/535 is great, thank you!
I just hit a small but annoying issue:
- claude is working
- one message is already queued
- I'm typing another message, to prepare for queuing that
- claude finishes its work and accepts the queued message
- then the bug: the message I've typed is cleared
this is obv annoying, because I've lost the message I've mostly typed, and is basically impossible to avoid if we want to queue multiple messages, since the timing of when claude will finish is uncertain
thanks again for the superb tool!
I also need this feature to queue tasks
This is such a bad bug it is so bad to just delete the user's message while they are typing. Can you imagine how infuriating that is? I hit it 100 times a day, my message deleted mid-typing, and have to start over typing the same thing again.
The way I interact probably hits it more often I'm always preparing the next instruction as it's working in parallel, and half the time it just deletes what I'm writing.
Imagine a web page where the form just resets itself randomly. Please fix this..... Can't imagine anything being a higher priority than not losing the user's input as they type.