You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: wrap backend errors in Anthropic format to prevent login page
When the backend returns 4xx/5xx errors, Claude Code doesn't
understand non-Anthropic error shapes and falls back to showing
its login page. Now intercepts error responses and wraps them
in { type: 'error', error: { type, message } } format.
0 commit comments