chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-07 03:28:52 +00:00
parent 93316f1fae
commit 82f71bef7a
25 changed files with 571 additions and 408 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ export function cliErrorMessage(input: unknown): string | undefined {
}
const provider = configData(input, "ProviderInitError")
if (provider) return `Failed to initialize provider "${field(provider, "providerID")}". Check credentials and configuration.`
if (provider)
return `Failed to initialize provider "${field(provider, "providerID")}". Check credentials and configuration.`
const json = configData(input, "ConfigJsonError")
if (json) {