Claude Code Web Adds a Way to Recall Queued Messages
Claude Code's web app now lets a user pull back a message they queued while Claude was still finishing a prior task, before Claude ever reads it. A user can remove the message from the queue outright, or press Esc or the Up arrow key to return its text to the message box for editing. The change, shipped in Claude Code 2.1.269 on September 11, 2026, closes a long-standing gap between the terminal CLI, which has supported recalling a queued message for some time, and Claude Code's cloud sessions, which previously had no way to stop a queued message from reaching Claude once sent.
Key Takeaways
- A new safety net for queued messages, letting Claude Code web users retract a message queued while Claude was still working, before Claude ever reads it.
- Two ways to cancel: remove the message from the queue outright, or press Esc or the Up arrow key to pull its text back into the message box for editing.
- Fixes a real workflow annoyance, since a queued message in a cloud session previously had no undo once sent, mistyped or not.
- Shipped in the September 11, 2026 release, Claude Code 2.1.269, alongside dozens of other fixes spanning the CLI, VS Code extension, and Slack integration.
- Brings cloud sessions closer to terminal parity, since the CLI has long supported recalling a queued message with the Up arrow.
Sources & Mentions
2 external resources covering this update
A Small Fix for a Common Annoyance
Anyone who has used Claude Code's web interface knows the moment: Claude is still working through a task, a follow-up thought arrives, it gets typed and sent, and only after hitting enter does it become clear the message was premature, or simply wrong. Until Claude Code 2.1.269, that queued message had no way back. It sat in the queue until Claude finished its current work and read it, mistakes and all.
Version 2.1.269, released September 11, 2026, closes that gap for Claude Code on the web. A user can now remove a queued message from the queue entirely, or press Esc or the Up arrow key to pull its text back into the message box, where it can be edited or discarded before it ever reaches Claude.
Bringing Cloud Sessions in Line With the Terminal
The addition brings Claude Code's cloud sessions closer to parity with the terminal CLI, where recalling a queued message with the Up arrow has been possible for some time. As Anthropic continues to build out Claude Code on the web as a first-class surface alongside the terminal, VS Code extension, and Slack integration, small consistency fixes like this one matter: users increasingly move between surfaces during a single workflow, and inconsistent behavior between them is a common source of frustration.
The fix shipped as one of many changes in the 2.1.269 release, which also added a subagent "agent map" and new Hooks and Permission rules editors to the VS Code extension, a diff view for Bash-driven file edits, and a cluster of permission and sandbox hardening fixes.