Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fa52305927
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| /(Unknown command: \w+|未知のコマンドです: .+)/, | ||
| /(Unknown snapshot flag: .+|未知の snapshot フラグです: .+)/, | ||
| /(ERROR: browse binary not found|ERROR: browse バイナリが見つかりません)/, | ||
| /(Server failed to start|サーバー起動に失敗)/, |
There was a problem hiding this comment.
Match localized browse startup failures in error scanner
This pattern no longer matches the startup errors currently thrown by browse/src/cli.ts (for example サーバーの起動に失敗しました and ...秒以内にサーバーが起動しませんでした), because it only checks for サーバー起動に失敗 (missing の) or the old English phrase. When browse cannot start during E2E/eval runs, runSkillTest can miss the failure and leave browseErrors empty, which can produce false-successful experiment results instead of surfacing the startup breakage.
Useful? React with 👍 / 👎.
No description provided.