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
♻️ Refactor CI workflow to focus on testing only
Removes package building and PyPI publishing jobs from main CI workflow
to separate concerns. Publishing is now handled by dedicated release
workflow, making CI faster and more focused on code quality checks.
🔖 Bump version to 0.28.2 and add default to CommitMessage model
Add explicit default=None to CommitMessage model's git_message_detail field for better type clarity and consistency
🔖 Bump version to 0.28.2 and add default to CommitMessage model
Add explicit default=None to CommitMessage model's git_message_detail field for better type clarity and consistency
✨ Add debug logging for LangChain chain input/output
Improves observability by adding debug logging for chain input and output in the commit command. Also reorganizes imports following Python best practices by grouping standard library, third-party, and local imports.