mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-25 04:26:29 +00:00
- demuxExecStdout errors on a header cut short mid-frame (was a silent EOF that dropped the tail) and surfaces a docker systemerr frame instead of discarding it. - ftester drains telemetry on exit through the bounded observer.Drain instead of two unbounded ForceFlush calls, so an unreachable collector can't hang it at exit. - container-listing failures are sorted for a deterministic skipped-entries preview, logged per-entry at Debug (the detail is already in the response and the endpoint is hit on every navigation) with names quoted so control bytes in a hostile filename can't inject into a log line; corrected the stat-failure comment (a dangling symlink lstats fine, it doesn't fail). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>