claude-code - 💡(How to fix) Fix [Bug] Claude Code ultraplan fails to initialize on Windows 11 on both wsl2 and cmd [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#53373Fetched 2026-04-26 05:17:27
View on GitHub
Comments
2
Participants
3
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×3commented ×2renamed ×1

Error Message

[{"error":"Error: ENOENT: no such file or directory, unlink 'C:\Users\lilyx\AppData\Local\Temp\claude\Z--home-lily-wsl-git-callingassistant\765d47af-ffb2-40f2-a29d-74a9265aa9c5\tasks\a5db2dbd9dc1c9846.output'\n at async <anonymous> (B:/~BUN/root/src/entrypoints/cli.js:8696:299)","timestamp":"2026-04-25T21:46:32.438Z"}]

Code Example

[{"error":"Error: ENOENT: no such file or directory, unlink 'C:\\Users\\lilyx\\AppData\\Local\\Temp\\claude\\Z--home-lily-wsl-git-callingassistant\\765d47af-ffb2-40f2-a29d-74a9265aa9c5\\tasks\\a5db2dbd9dc1c9846.output'\n    at async <anonymous> (B:/~BUN/root/src/entrypoints/cli.js:8696:299)","timestamp":"2026-04-25T21:46:32.438Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description ultraplan will not work for windows 11

Environment Info

  • Platform: win32
  • Terminal: windows-terminal and wsl2
  • Version: 2.1.119
  • Feedback ID: e8426a21-fb80-4c98-be82-19468c45bc5c

Errors

❯ ultraplan: cannot launch remote session — The Claude GitHub app must be installed on this repository first. https://github.com/apps/claude/installations/new

claude code github app was already authenticated. Went to configure and allowed all repositories.

[{"error":"Error: ENOENT: no such file or directory, unlink 'C:\\Users\\lilyx\\AppData\\Local\\Temp\\claude\\Z--home-lily-wsl-git-callingassistant\\765d47af-ffb2-40f2-a29d-74a9265aa9c5\\tasks\\a5db2dbd9dc1c9846.output'\n    at async <anonymous> (B:/~BUN/root/src/entrypoints/cli.js:8696:299)","timestamp":"2026-04-25T21:46:32.438Z"}]

extent analysis

TL;DR

The issue with ultraplan not working on Windows 11 may be related to the Claude GitHub app configuration or file system permissions.

Guidance

  • Verify that the Claude GitHub app has the necessary permissions to access and manage files in the specified directory (C:\\Users\\lilyx\\AppData\\Local\\Temp\\claude\\).
  • Check the file system for any issues with the directory or file mentioned in the error message (765d47af-ffb2-40f2-a29d-74a9265aa9c5\\tasks\\a5db2dbd9dc1c9846.output).
  • Ensure that the ultraplan configuration is correct and that the remote session is properly set up.
  • Review the error message and the code at B:/~BUN/root/src/entrypoints/cli.js:8696:299 to understand the root cause of the ENOENT error.

Example

No code snippet is provided as the issue does not clearly imply a specific code change.

Notes

The issue may be specific to the Windows 11 environment or the wsl2 setup. Further investigation is needed to determine the root cause.

Recommendation

Apply workaround: Try to manually delete the file or directory mentioned in the error message and retry the ultraplan command. This may resolve the ENOENT error and allow the remote session to launch.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Bug] Claude Code ultraplan fails to initialize on Windows 11 on both wsl2 and cmd [2 comments, 3 participants]