claude-code - 💡(How to fix) Fix [BUG] OAuth login paste input completely broken after upgrading to 2.1.105 over SSH [4 comments, 5 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#47734Fetched 2026-04-15 06:43:46
View on GitHub
Comments
4
Participants
5
Timeline
22
Reactions
2
Timeline (top)
cross-referenced ×8labeled ×6commented ×4subscribed ×2

Error Message

Error Messages/Logs

Fix Action

Fix / Workaround

Expected: OAuth code paste works as before Actual: Input completely ignored at paste prompt Workaround: npm install -g @anthropic-ai/[email protected]

Code Example

npm install -g @anthropic-ai/claude-code@2.1.104
RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

What's Wrong?

Bug Description: OAuth login paste input completely broken after upgrading to 2.1.105 over SSH

Environment Info:

  • Platform: Linux (Remote SSH)
  • Terminal: MobaXterm / CMD / PowerShell (all affected)
  • Version: 2.1.105

What Should Happen?

OAuth login paste input completely broken after upgrading to 2.1.105 over SSH

Error Messages/Logs

npm install -g @anthropic-ai/[email protected]

Steps to Reproduce

Steps to Reproduce:

  1. Auto-updated to 2.1.105
  2. Run claude login
  3. When "Paste code here if prompted >" appears
  4. Cannot paste OAuth code — no input registered, no ****** shown
  5. Downgrading to 2.1.104 fixes the issue immediately

Expected: OAuth code paste works as before Actual: Input completely ignored at paste prompt Workaround: npm install -g @anthropic-ai/[email protected]

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

2.1.104

Claude Code Version

2.1.105

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

PowerShell

Additional Information

No response

extent analysis

TL;DR

Downgrade to version 2.1.104 using npm install -g @anthropic-ai/[email protected] as a temporary workaround for the OAuth login paste input issue.

Guidance

  • The issue seems to be specific to version 2.1.105, and downgrading to 2.1.104 resolves the problem, indicating a regression.
  • To verify the issue, follow the steps to reproduce provided in the bug report, specifically steps 1 through 5.
  • If downgrading is not feasible, consider reporting the issue to the maintainers with detailed steps to reproduce, as it's confirmed to be a regression from version 2.1.104.
  • Ensure that the terminal environment (MobaXterm, CMD, PowerShell) does not have any specific settings that could interfere with the paste functionality, although the issue seems to be version-specific.

Example

No specific code snippet is necessary for this issue, as the workaround involves a version change rather than a code modification.

Notes

This solution is based on the information provided and may not apply if there are other environmental factors at play. The issue seems to be directly related to the upgrade to version 2.1.105.

Recommendation

Apply the workaround by downgrading to version 2.1.104, as it is a confirmed fix for the regression introduced in version 2.1.105.

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