feat(chat): Surface terminal model errors in chat#929
Conversation
Co-authored-by: Haze <hazeone@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4294012f3e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "title": "Execution Graph", | ||
| "branchLabel": "branch", | ||
| "thinkingLabel": "Thinking", | ||
| "errorLabel": "Error", |
There was a problem hiding this comment.
Add the runError.title locale key
The chat UI now renders t('runError.title') for terminal model failures, but this commit only adds executionGraph.errorLabel/runErrorLabel/modelErrorTitle keys in locale files. Because runError.title is missing, users will see the raw i18n key (runError.title) instead of a human-readable label whenever a run error is shown. Please add a consistent runError.title translation (or update the component to use an existing key) across locales.
Useful? React with 👍 / 👎.
Summary
Avoid the chat is always thinking after provider is error.
Type of Change
Validation
Checklist