Skip to content

v1.11.0

Choose a tag to compare

@wolfeidau wolfeidau released this 20 Jul 06:06
542ce1c

What's Changed

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 or detail_level: "full" for the previous full response.
  • Adds step_key and group_key filters, 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_truncated when more are available. Use list_annotations to retrieve full annotation bodies or continue exploring annotations.

Full Changelog: v1.10.0...v1.11.0