Conversation
Query and use the model field from individual messages rather than always using the chat-level model. This ensures the actual model that generated each response is recorded, falling back to chat-level model for older messages that may lack the per-message field.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the
📝 WalkthroughWalkthroughAdded per-message model tracking to PiebaldMessage with optional model field. Updated SQL query to retrieve the model column and modified assistant message handling to compute model_str using per-message model with fallback to chat-level model. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
This affects Piebald users only.
Summary by CodeRabbit
Release Notes