AI: harness-aware model validation, official codex contract, launch fail-fast

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
2026-08-24 20:38:43 -04:00
co-authored by Claude Fable 5
parent 02d0d5c991
commit 717ba305bf
5 changed files with 285 additions and 30 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ env)
cn_ai_render_codex_config "$provider" "$model" "$key"
exec "$command"
fi
eval "$(cn_ai_render_env "$harness" "$provider" "$model" "$key")"
env_exports=$(cn_ai_render_env "$harness" "$provider" "$model" "$key")
eval "$env_exports"
exec "$command"
;;
native)