Skip to content

Use Haiku model for commit message generation in fix-pr and babysit-pr steps#84

Merged
vm-mishchenko merged 3 commits into
mainfrom
fix-pr-haiku-commits
May 14, 2026
Merged

Use Haiku model for commit message generation in fix-pr and babysit-pr steps#84
vm-mishchenko merged 3 commits into
mainfrom
fix-pr-haiku-commits

Conversation

@vm-mishchenko
Copy link
Copy Markdown
Owner

Summary

Hardcode claude-haiku-4-5-20251001 for the commit message generation sub-step in both fix-pr and babysit-pr. Commit message generation is a lightweight task that does not benefit from a more capable model, so using Haiku reduces latency and cost regardless of the top-level model configured for the workflow.

Test plan

  • Run fix-pr and babysit-pr steps and verify commit messages are generated using the Haiku model via step logs.

…r steps

Commit message generation is a lightweight task that does not benefit
from a more capable model. Hardcode claude-haiku-4-5-20251001 for this
sub-step in both fix-pr and babysit-pr to reduce latency and cost.
…neration

Switch from the full versioned model ID `claude-haiku-4-5-20251001` to the
shorter alias `claude-haiku-4-5` in both fix-pr and babysit-pr steps, so
the commit-message generation sub-agent automatically follows Anthropic's
latest Haiku 4.5 release without requiring a code change on each update.
- Replace `claude-haiku-4-5` with `haiku` in babysit_pr — reviewer
  flagged hardcoded version — alias tracks current generation
  automatically
- Replace `claude-haiku-4-5` with `haiku` in fix_pr — same reviewer
  issue — avoids manual updates when newer Haiku versions ship
@vm-mishchenko vm-mishchenko marked this pull request as ready for review May 14, 2026 23:32
@vm-mishchenko vm-mishchenko merged commit a586b42 into main May 14, 2026
1 check passed
@vm-mishchenko vm-mishchenko deleted the fix-pr-haiku-commits branch May 15, 2026 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant