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
When `codex exec` fails, the real error (quota, auth, model-not-
supported, 4xx from the provider) is at the *end* of stderr. The
head is startup noise — skill loader warnings, session preamble —
which just hides the actual cause. Truncating from the right means
the RuntimeError message surfaces the line that explains the exit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments