claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] claude --teleport session_... does not include follow-up prompts typed into Claude Code for web

Open simonw opened this issue 2 weeks ago • 2 comments

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Claude Code web lets me start a task, and then lets me add extra prompts to that task while it is running.

When I use the claude --teleport mechanism to restart that session on my own computer those follow-up prompts are no longer included, even though the decisions Claude Code made afterwards are affected by them.

I checked the JSON from the undocumented /v1/session_ingress/session/SESSION_ID API and it doesn't include them either.

What Should Happen?

The follow-up prompts I type into Claude Code for web should be included in the session.json.

Error Messages/Logs


Steps to Reproduce

In Claude Code for web start a task, then send a follow-up prompt to the same task, then use the "Open in CLI" option and run it on your laptop to see that the follow-up prompts are not listed in the teleported transcript.

Claude Model

Not sure / Multiple models

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.0.76 (Claude Code) (or whatever Claude Code for web runs)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

simonw avatar Dec 26 '25 23:12 simonw