Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 06:28
· 454 commits to main since this release

Patch Changes

  • Clarify the <use_parallel_tool_calls> guidance so agents parallelize only independent tool calls.
  • Tell agents not to place dependent calls in the same parallel block when a call needs an ID, filename, search result, or other value returned by an earlier tool call.
  • Explicitly warn against inventing placeholder task IDs or guessed values for dependent tool calls.