Skip to content

Commit 811c7e2

Browse files
committed
cli: update usage exceeded error
1 parent ebaa99a commit 811c7e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/session/retry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export namespace SessionRetry {
5454
if (MessageV2.APIError.isInstance(error)) {
5555
if (!error.data.isRetryable) return undefined
5656
if (error.data.responseBody?.includes("FreeUsageLimitError"))
57-
return `Free usage exceeded, add credits https://opencode.ai/zen`
57+
return `Free usage exceeded, subscribe to Go https://opencode.ai/go`
5858
return error.data.message.includes("Overloaded") ? "Provider is overloaded" : error.data.message
5959
}
6060

0 commit comments

Comments
 (0)