mirror of
https://github.com/pragma-/pbot.git
synced 2025-11-06 01:27:24 +01: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