BACK_TO_FEEDAICRIER_2
Claude Code 2.1.123 fixes OAuth loop
OPEN_SOURCE ↗
X · X// 5h agoPRODUCT UPDATE

Claude Code 2.1.123 fixes OAuth loop

Claude Code 2.1.123 is a small release with a big practical fix: it restores CLI auth when `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` previously trapped users in a 401 retry loop. The more interesting shift is in the system prompt, where Anthropic also changed safety framing and allowed generated or guessed URLs in responses.

// ANALYSIS

This reads like a maintenance release on paper, but the auth fix and prompt edits both matter for real-world usage. The CLI is becoming more reliable for locked-down environments, while the prompt changes hint at a broader tradeoff between helpfulness and guardrails.

  • Fixing the OAuth 401 retry loop removes a painful failure mode for teams running with experimental betas disabled.
  • The system prompt change that drops the explicit upfront security-use restriction is notable; it suggests Anthropic is rebalancing how Claude Code handles safety-sensitive requests.
  • Allowing generated or guessed URLs is a quality-of-life improvement, but it also raises the odds of stale or fabricated links slipping into responses.
  • The added and removed `claude-empty-*` model surface entries look like internal plumbing cleanup rather than a user-facing feature.
  • For developers, this is less about new capability and more about trustworthiness, especially if Claude Code is wired into authenticated or policy-constrained workflows.
// TAGS
claude-codecliai-codingagentsafety

DISCOVERED

5h ago

2026-04-29

PUBLISHED

5h ago

2026-04-29

RELEVANCE

9/ 10

AUTHOR

ClaudeCodeLog