{{ message }}
fix(core): preserve structured error messages#33530
Merged
Merged
Conversation
JeongEEE
added a commit
to JeongEEE/opencode
that referenced
this pull request
Jun 24, 2026
- permission.tsx 충돌 해결: bash 권한 title 커스텀(data.description 우선 + t().permission_shell_command i18n fallback) 유지, upstream의 하드코딩 "Shell command" 미반영 - 커스텀 보존 확인: JeongEEE URL, logo 5초 자동효과, pcode, i18n, I18nProvider 순서, SDK EventPluginRefreshed, 플러그인 자동 최신화 toast - upstream 신규: OpenAI/opencode 통합(anomalyco#33555), 구조화된 에러 메시지 보존(anomalyco#33530) 등 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
BenGu3
pushed a commit
to BenGu3/opencode
that referenced
this pull request
Jun 27, 2026
josechifflet
pushed a commit
to josechifflet/opencode
that referenced
this pull request
Jun 27, 2026
(cherry picked from commit c17b955)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
.messageWhy
Schema.TaggedErrorClass does not derive
.messagefrom structured fields. Errors such as ProviderModelNotFoundError therefore reached BackgroundJob with an empty message, producingErrorfor foreground tasks and an empty<task_error>for background tasks.Verification
bun typecheckinpackages/corebun typecheckinpackages/tuibun typecheckinpackages/opencodegit diff --check