"Continue in Claude Code on the Web" sends commit prompt instead of generating web link
Resolved 💬 2 comments Opened Feb 26, 2026 by Memetrix Closed Mar 27, 2026
Bug description
When clicking the "Continue in Claude Code on the Web" button in the claude.app desktop application, instead of generating a web session link, it sends a hardcoded prompt to the assistant: "Commit and push all changes so I can continue this session on the web." The web link never appears.
Steps to reproduce
- Open a Claude Code session in the claude.app desktop application
- Click the cloud icon / "Continue in Claude Code on the Web" button
- Observe that a message is sent to the chat: "Commit and push all changes so I can continue this session on the web."
- No web link is generated — the button just keeps sending the same prompt on each click
Expected behavior
After the assistant commits and pushes, a web session link should be generated so the user can continue the conversation in the browser.
Actual behavior
The prompt is sent repeatedly with no link generated. Clicking the button multiple times results in the same commit/push message being sent each time, even when the working tree is already clean and fully pushed.
Environment
- Client: claude.app (desktop application)
- OS: macOS (Darwin 25.2.0)
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗