You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.