[1.0.63] - 2025-06-12
Added
- 📊 CI Job Log Pagination: Added pagination support for CI job logs to prevent context window flooding
get_pipeline_job_outputnow supports optionallimitandoffsetparameters- Default limit is 1000 lines when pagination is used
- Returns lines from the end of the log, with configurable offset
- Includes truncation metadata showing what was skipped
- Maintains backward compatibility (no parameters = full log)
- See: PR #97