Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 15:24
· 1 commit to main since this release
a8a8ba7

[v0.9.1] - 2026-08-15

Changed

  • Dependencies: Bumped pipelex (with the anthropic, google, google-genai and bedrock extras) from 0.42.0 to 0.45.0.

Fixed

  • Pipelines: The write_changelog_enhanced sequence in swe_diff/changelog_enhanced.mthds referenced format_changelog_as_markdown without its domain, but that pipe is declared in the changelog domain. pipelex 0.45.0 resolves an unqualified pipe reference strictly inside the referencing pipe's own domain, so this became a hard startup failure for every cocode command. The reference is now written out as changelog.format_changelog_as_markdown.