[chores] Changelog bot: asked LLM to use past tense#703
Conversation
📝 WalkthroughWalkthroughA single rule is added to the LLM system prompt in the changelog generator script, requiring that commit messages use past tense phrasing (e.g., "Added", "Fixed", "Changed"). A corresponding assertion is added to the Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by glm-5.2-20260616 · Input: 59.5K · Output: 474 · Cached: 4 |
Checklist
Reference to Existing Issue
No existing issue. Small refinement, issue not needed.
Description of Changes
The changelog bot's system prompt did not explicitly instruct the LLM to use past tense for the generated commit message. The example output happened to use past tense ('Added'), but there was no explicit rule enforcing it.
Changes:
All tests and QA checks pass.
Screenshot
Not applicable.