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: make eval scripts cross-platform compatible (Windows)
Use `pathToFileURL` for dynamic imports in eval_gemini.ts to fix
`ERR_UNSUPPORTED_ESM_URL_SCHEME` on Windows. Move env var from shell
syntax into script code for cross-platform compatibility. Add
.gitattributes to enforce LF line endings.
0 commit comments