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(cli): unify CLI v2 CliError with shared @fern-api/task-context CliError
Delete the local cli-v2 CliError class and switch all 31 importing
files to use the shared CliError from @fern-api/task-context. Remap
v2 codes (AUTH_REQUIRED→AUTH_ERROR, EXIT→TaskAbortSignal, etc.),
replace ~35 CliError.exit() calls with TaskAbortSignal, and classify
~62 untyped new CliError sites with appropriate error codes.
Made-with: Cursor
0 commit comments