| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-27 | 1.3 kB | |
| v1.33.4 -- OpenCode unblocked in MCP _ Auth _ Install + error rendering fix source code.tar.gz | 2026-04-27 | 2.5 MB | |
| v1.33.4 -- OpenCode unblocked in MCP _ Auth _ Install + error rendering fix source code.zip | 2026-04-27 | 2.8 MB | |
| Pixcode-1.33.4-amd64.deb | 2026-04-27 | 179.1 MB | |
| Pixcode-1.33.4-arm64.dmg | 2026-04-27 | 202.5 MB | |
| Pixcode-1.33.4-x64.dmg | 2026-04-27 | 207.1 MB | |
| Pixcode-1.33.4-x86_64.AppImage | 2026-04-27 | 235.2 MB | |
| Pixcode-Setup-1.33.4.exe | 2026-04-27 | 172.1 MB | |
| Totals: 8 Items | 1.0 GB | 0 | |
Critical fixes • MCP tab no longer shows "Unsupported provider 'opencode'". The /api/providers/* routes had a whitelist that didn't include opencode, so every settings call (auth/status, mcp/servers, api-key, install jobs, models) returned a 400 before the handler even ran. • Account tab now correctly reads ~/.local/share/opencode/auth.json and shows "Authenticated" instead of "Failed to check authentication status". • Sending a message to OpenCode no longer renders as "Error [object Object]". Structured error payloads from the stream are now coerced to a readable string. • Settings stops auto-bouncing the active provider away from OpenCode. (The fallback was kicking in because the broken auth/status route returned installed=null, so the empty-state picker thought OpenCode wasn't installed.)
Notes • The empty opencode.json / tui.json showing as "new" in the Configuration tab is expected — OpenCode doesn't create these until you save changes through the editor or run the CLI once. Edit + Save will create the file. • Auth.json with an API key but no "models" listed is also expected — OpenCode discovers models from the Models.dev catalog at runtime, not from auth.json. The Account tab will show the authenticated providers; the model picker fetches the catalog on demand.