mirror of
https://github.com/pragma-/pbot.git
synced 2025-10-14 06:57:25 +02:00

- use JSONL encoding for input (use \n instead of 🔚)
- split VM input into 4k byte chunks to prevent truncation due to
4096 byte line limitation
- produce error message instead of timing out when guest fails to
parse input JSON
- minor refactoring of info/debug logging