| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.33.3-amd64.deb | 2026-04-27 | 179.1 MB | |
| Pixcode-1.33.3-arm64.dmg | 2026-04-27 | 202.5 MB | |
| Pixcode-1.33.3-x64.dmg | 2026-04-27 | 207.1 MB | |
| Pixcode-1.33.3-x86_64.AppImage | 2026-04-27 | 235.2 MB | |
| Pixcode-Setup-1.33.3.exe | 2026-04-27 | 172.1 MB | |
| README.md | 2026-04-27 | 1.4 kB | |
| v1.33.3 -- Full OpenCode chat integration + Plan mode button source code.tar.gz | 2026-04-27 | 2.5 MB | |
| v1.33.3 -- Full OpenCode chat integration + Plan mode button source code.zip | 2026-04-27 | 2.8 MB | |
| Totals: 8 Items | 1.0 GB | 0 | |
Critical fix • OpenCode messages used to silently route to Claude in the chat panel — only the shell tab actually launched opencode. The chat path is now wired end-to-end. Selecting OpenCode and sending a message correctly spawns opencode run, streams its events back, and saves history under provider=opencode.
New • Dedicated Plan mode toggle button next to the mode pill in the chat input. Single tap enters/exits plan mode (read-only) instead of cycling through three other modes first. Visible on every provider that supports plan: Claude, Cursor, Gemini, Qwen, OpenCode. • Plan mode for OpenCode maps to opencode run --agent plan; bypassPermissions/acceptEdits map to --dangerously-skip-permissions.
Under the hood • server/opencode-cli.js — full headless wrapper around opencode run --format json with NDJSON event parsing, image attachments via repeated -f, abort/status APIs. • server/opencode-response-handler.js — handles OpenCode's message / part / tool_use / tool_result / init events. • Cross-platform: same XDG paths on Linux/macOS/Windows (under the user profile, not %APPDATA%).
This update unblocks every OpenCode user who selected the OpenCode tab, typed a message, and watched Claude respond. Apologies for the delay — the shell-tab fix in v1.33.2 covered terminal use but the chat path needed its own dispatch.