picoclaw/cmd/picoclaw-launcher-tui/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
..
config feat(tui): Add configurable Launcher and Gateway process management (#909) 2026-02-28 19:37:18 +08:00
ui fix: handle ignored io.ReadAll errors across codebase 2026-03-05 20:56:38 +09:00