Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

Commit ea0c0ab

Browse files
Mihai - Alexandru ChindrișMihai - Alexandru Chindriș
authored andcommitted
Document OpenCode fallback overlay logs
1 parent 9e6937d commit ea0c0ab

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,18 @@ The new standalone provider offers:
984984

985985
## Troubleshooting
986986

987+
### OpenCode fallback overlay logs
988+
989+
If you see a fallback/progress overlay in the OpenCode UI (e.g., "Trying fallback…" or "All models exhausted"), that output is generated by OpenCode itself, not this plugin. Disabling plugin logging will not hide it. To suppress it locally, disable fallback in your OpenCode config:
990+
991+
```json
992+
{
993+
"fallback_enabled": false
994+
}
995+
```
996+
997+
Or remove the Puter provider entirely from `~/.config/opencode/opencode.json`.
998+
987999
### HTTP 403 Forbidden on all AI requests
9881000

9891001
This is a known issue affecting all users. See [Current Status](#current-status-api-access-blocked) at the top of this README.

0 commit comments

Comments
 (0)