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
refactor(controller): dedupe the terminal-error annotation decoder
decodeTerminalErrorAnnotation duplicated decodeTerminalError (both born in the
same commit). Route the one caller to decodeTerminalError and delete the copy;
the caller already guards against an empty annotation, so the canonical
decoder's empty-string handling is equivalent here.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments