← Back to PRs

#23153: feat(pipeline): fix agent timeouts, engine logging, and enhanced JSON summary

by Sashamine open 2026-02-22 02:34 View on GitHub →
cli commands size: L
## Summary This PR improves the stability and observability of the pipeline engine: - **Bug Fixes:** Resolved invalid `timeout=0` (gateway requires positive seconds) and fixed a loop logging bug (`fixOutRel`). - **Engine Improvements:** Added chunked `agent.wait` polling and optional `PIPELINE_DEBUG=1` logs to avoid silent hangs. - **Reporting:** Added `stepsPlanned`, `loopsPlanned`, and `loopsRun` to the JSON summary.

Most Similar PRs