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: normalize model name separators in CLI validation
Apply separator normalization (. and _ -> -) to the AWF CLI model
validation path so both 'claude-haiku-4-5' and 'claude-haiku-4.5'
are accepted and resolved to the canonical form 'claude-haiku-4.5'.
This mirrors the existing tolerant behavior in the api-proxy's
model-utils.js / model-resolver.js. The fix also extends to
retired-alias lookups for consistency.
Closes#4907
0 commit comments