picoclaw/cmd/picoclaw-launcher-tui/internal/ui
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
..
app.go feat(tui): Add configurable Launcher and Gateway process management (#909) 2026-02-28 19:37:18 +08:00
channel.go enable dupl check 2026-03-01 18:17:32 +11:00
gateway_posix.go feat(tui): Add configurable Launcher and Gateway process management (#909) 2026-02-28 19:37:18 +08:00
gateway_windows.go feat(tui): Add configurable Launcher and Gateway process management (#909) 2026-02-28 19:37:18 +08:00
menu.go feat(tui): Add configurable Launcher and Gateway process management (#909) 2026-02-28 19:37:18 +08:00
model.go fix: handle ignored io.ReadAll errors across codebase 2026-03-05 20:56:38 +09:00
style.go * Add new style banner for picoclaw and picoclaw-launcher-tui (#1008) 2026-03-03 12:04:28 +08:00