v1.11.0
What's Changed
- Add job step and group key filters by @mitchbne in #318
- fix: reduce list jobs response payload by @wolfeidau in #319
- Allow for annotation summary on get_build by @mcncl in #315
Tool Changes
Changes to list_jobs:
- Returns compact, actionable job summaries by default, reducing token usage while retaining job IDs and failure diagnostics. Use
detail_level: "detailed"for execution metadata ordetail_level: "full"for the previous full response. - Adds
step_keyandgroup_keyfilters, making it possible to fetch all parallel jobs for a step or all jobs in a group. - Includes soft-failure, signal, step, and retry context in summaries when available.
Changes to get_build:
- Includes lightweight annotation summaries with each annotation's ID, context, style, scope, associated job, and priority, while omitting potentially large annotation bodies.
- Returns up to 100 annotation summaries and sets
annotations_truncatedwhen more are available. Uselist_annotationsto retrieve full annotation bodies or continue exploring annotations.
Full Changelog: v1.10.0...v1.11.0