V3 Update: Cbox

| Area | v2 Behavior | v3 Requirement | |------|-------------|----------------| | API authentication | API key in header | JWT from Passport service | | File uploads | Direct POST to node | Presigned URL + multipart chunked | | Rate limits | Per IP (static) | Per identity + workload token bucket | | Plugin manifest | plugin.json | cbox.v3.toml (schema v3.1) |

Migration path:
cbox-cli v3 analyze → generate manifest → run shadow mode (dual-write) → cutover. cbox v3 update


The first thing you’ll notice is the look. Cbox v3 features a modern, streamlined UI that looks great on any device. We’ve reduced visual clutter, updated the color palette for better readability, and introduced adaptive dark and light modes. The new interface is cleaner, letting your community’s conversation take center stage. | Area | v2 Behavior | v3 Requirement

The developers have released a public Trello board for the first time. Based on that board, here is what is coming in the Cbox V3.1 and V3.2 updates (estimated Q3 2026): The first thing you’ll notice is the look

Fix: Ensure you have define('CBOX_ALLOW_ADMIN_PANEL', true); in wp-config.php.


V2 used long-polling, which meant a delay of 2–3 seconds between messages. Cbox V3 has migrated to WebSockets. The result is instantaneous message delivery—latency under 50ms. It feels snappy, similar to a native desktop app.