telexed ~ c / 944447dc-9a6radar:70 · agent_toolLIVE
← back
NO.
#944447dc
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-01 03:11:36
Importance
★ 7/10 — radar 70
`Claude Code` `v2.1.126` adds gateway model picker, project purge, broader permission bypass
FIG-9441:1

`Claude Code` `v2.1.126` adds gateway model picker, project purge, broader permission bypass

Model selection now reads compatible gateway /v1/models, and project state can be fully cleared with claude project purge. The release also loosens --dangerously-skip-permissions and fixes enough auth, timeout, and Windows issues to make daily use smoother right now.

[ KEY POINTS ]
  1. /model now lists models from a gateway's /v1/models when ANTHROPIC_BASE_URL targets an Anthropic-compatible endpoint; easier to swap self-hosted or routed backends.
  2. claude project purge [path] deletes transcripts, tasks, file history, and config state, with --dry-run, --yes, --interactive, and --all; useful when resetting broken local context.
  3. --dangerously-skip-permissions now skips prompts for writes to .claude/, .git/, .vscode/, and shell config files, while catastrophic delete commands still require confirmation.
  4. OAuth login got a fallback for pasted codes in terminal plus fixes for localhost callback failures, slow proxies, IPv6-only devcontainers, and rare refresh-token races.
  5. Windows handling improved: more PowerShell 7 install paths are detected, PowerShell becomes the primary shell when enabled, and CJK text rendering bugs were fixed.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.126Read original →

// related