DashboardopencodePTY plugin protocol limits

PTY plugin protocol limits

Category: gotcha
Confidence: 1.00
ID: 01a07fcb-8dfc-7ec0-85c0-4e7f5fc56938
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 0
Source session: 0HnYWt04hkHDZf4Yf
Created: 2026-09-08 05:24:27
Updated: 2026-09-08 06:54:01

Content

Trap: validating only the plugin schema looks sufficient, but helper and framed-protocol limits can diverge and reject valid-looking sessions after authorization. Fix: keep all layers aligned at 128 arguments, 16,384 UTF-8 bytes per argument, 65,536 aggregate argument bytes, 3,600 runtime seconds, and 32,768-byte I/O payloads; split larger writes into bounded frames and validate canonical encoding.

Move to: