There was an error while loading. Please reload this page.
1 parent 6b13e56 commit fd28dd3Copy full SHA for fd28dd3
1 file changed
packages/opencode/src/provider/error.ts
@@ -314,7 +314,9 @@ export namespace ProviderError {
314
// altimate_change end
315
return {
316
type: "api_error",
317
+ // altimate_change start — finalMessage carries the optional /models hint
318
message: finalMessage,
319
+ // altimate_change end
320
statusCode: input.error.statusCode,
321
isRetryable: input.providerID.startsWith("openai")
322
? isOpenAiErrorRetryable(input.error)
0 commit comments