[BUG] Claude code desktop app should not assume origin is the default remote
Resolved 💬 3 comments Opened May 18, 2026 by jchauncey Closed May 22, 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?
For example - On the claude desktop app for macos if I want to use the import github issue feature this requires the git repo to have a remote setup called origin.
What Should Happen?
This should be configurable per repository/project at the very least. I have seen other issues similarly to this across the project so it would be nice if any instance where you are interacting with systems like git/github that you do not assume the default remote is set to origin and instead allow for a configurable value (like upstream).
Error Messages/Logs
Steps to Reproduce
- Create a github repo
- Clone repo and have the remote called something other than origin (like upstream).
- Open Claude dekstop app
- Notice that the import github issue functionality does not work
- Add/Rename remote to origin
- Import github issue functionality is now enabled.
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
Claude 1.7196.0 (2dbd78)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
iTerm2
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗