Files
Pitchfork-and-Torch 1a28980713 fix(docker): playground config type + monitor websocket auth dep
Playground Advanced Config always 400'd because /config/dump requires
type but pyConfigToJson only sent code. Include #cfg-type, align stream
fallback with dump shape, and teach shouldUseStream both nestings.

Monitor dashboard WS /monitor/ws 500'd because router-level token_dep is
HTTP Request-only and cannot inject into WebSocket scopes. Auth remains
on AuthGateMiddleware; admin routes keep require_admin.

Fixes #2059
Fixes #2060
2026-07-09 20:54:07 -04:00
..