picoclaw/cmd/picoclaw-launcher/internal
Yasuhiro Matsumoto 943385105f
fix: handle ignored io.ReadAll errors across codebase
io.ReadAll errors were silently discarded with `body, _ := io.ReadAll(...)`,
which could cause empty or partial data to be used for JSON unmarshaling
or error messages. This adds proper error checks for all instances.
2026-03-05 20:56:38 +09:00
..
server fix: handle ignored io.ReadAll errors across codebase 2026-03-05 20:56:38 +09:00
ui feat: add picoclaw-launcher with web UI for configuration and gateway management (#904) 2026-02-28 18:38:38 +08:00