[BUG] claude agents breaks with "Can't access this organization" after auto-update to 2.1.132
Description
After Claude Code auto-updated to 2.1.132 (at ~4:55 AM on 2026-05-15), claude agents stopped working. Attempting to authenticate shows a browser page with:
Can't access this organization You don't have access to this organization or it doesn't meet the requirements for Claude Code. Contact your organization admin to request access or check your Claude Code settings.json configuration.
This was working fine on the previous version throughout 2026-05-14.
Steps to Reproduce
- Have
forceLoginMethod: "console"andforceLoginOrgUUIDset in~/.claude/settings.json(Console org auth) - Update to Claude Code 2.1.132
- Run
claude agents - Attempt to authenticate → browser shows "Can't access this organization"
Expected Behavior
claude agents authenticates and displays background sessions as it did on the previous version.
Actual Behavior
Auth flow redirects to a browser page with "Can't access this organization" error. Interactive claude terminal sessions continue to work fine — the regression is specific to claude agents.
Environment
- Claude Code version: 2.1.132
- OS: macOS 25.4.0
- Auth method:
forceLoginMethod: "console"withforceLoginOrgUUIDset in settings.json - Updated at: 2026-05-15 ~04:55 local time (auto-update)
Notes
Interactive terminal sessions work without issue — the problem is isolated to the claude agents view. Likely a change in how claude agents handles auth for Console-org setups introduced in 2.1.132.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗