Amp Code: queue/unqueue messages
• 63 words • 1 min • updated
When using Amp Code (a CLI coding agent), sending two messages in a row results in the second message interrupting the first.
Most other agents (e.g. Claude Code, OpenAI Codex, Google Gemini) support message queueing by default, wherein the second message “waits” until the first prompt is complete.
To achieve the same behavior in amp, use /queue. There’s also /dequeue to
undo it.
Backlinks
- Goodbye, Amp Code (Mar 25, 2026)