Files
picoclaw/pkg/agent
程智超0668000959 d6371fcb68 fix(agent): close base64 encoder on io.Copy error path
Previously when io.Copy to the base64 encoder failed, encoder.Close()
was skipped. This left the encoder's internal buffer unflushed.
Now always call Close() and handle both copy and close errors
explicitly.
2026-06-25 15:23:34 +08:00
..
2026-05-19 16:38:47 +08:00
2026-05-11 16:13:27 +08:00
2026-05-04 08:41:17 +02:00