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: consistent model resolution across TrainingClient and create_agent
- TrainingClient._resolve_model_id now falls back to list_gateway_models()
when /v2/models/resolve 404s, so display names work the same as slugs/UUIDs
- env.py _inner_move resolves inner model via gateway list (same path as
create_agent) so return_token_ids extension is triggered correctly
- train.py Job.start hardcoded to 'c4-selfplay' instead of raw model string
- Fixed inner move column parsing: prefer explicit 'column N' match, fall
back to last \b[0-6]\b digit to avoid mis-picking row indices or counts
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
0 commit comments