[BUG] ultraplan sent to wrong codebase

Resolved 💬 3 comments Opened Apr 14, 2026 by oeuvrefilm Closed Apr 18, 2026

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?

What happened: You launched Claude Code from /Users/andrew/Play Lit on your Mac, but this remote session was provisioned with /home/user/repo as its working directory — which contains your Oeuvre project, not Play Lit. The remote environment doesn't have access to your local Mac filesystem, so it worked with the only repo it could find.

Why: This is a remote session workspace resolution issue. When Claude Code on the web spins up a remote container, it appears to have cloned/mounted the wrong repository. The git config at /home/user/repo/.git/config shows no remote URL, so it's unclear how the repo was provisioned, but it's definitely the Oeuvre project (package.json says "name": "oeuvre"), not Play Lit.

The debug log is empty — logging was just enabled, so there's no historical data to trace the root cause.

To report this bug to Anthropic:

Go to https://github.com/anthropics/claude-code/issues
File a new issue with:
Title: "Remote session clones wrong repository — workspace mismatch"
Body: You launched Claude Code from /Users/andrew/Play Lit but the remote session was provisioned with the Oeuvre project (/home/user/repo) instead. The session's primary working directory was set to /home/user and the repo at /home/user/repo is the wrong project entirely. No git remote was configured on the cloned repo. Session ID: b467099d-5b7f-4d7a-aaff-166e506d269e.
To get unblocked now: Run Claude Code locally in your terminal from the /Users/andrew/Play Lit directory — that will use the correct project directly from your filesystem.

1 step

What Should Happen?

Claude should use the directory that Claude Code CLI is running in

Error Messages/Logs

Steps to Reproduce

?

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.105

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Cursor

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗