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
GPG Signing: Added support for GPG commit signing. This can be enabled via the gpg.enabled configuration setting.
User-Provided Context: Developers can now provide additional context for the AI by using the -m flag followed by a string. This information is used as the primary reference for generating commit messages.
Subdirectory Execution: PonoPush can now be executed from any subdirectory within a Git repository, ensuring it operates as if run from the repository root.
Changed
Configuration Management: Enhanced configuration management to include the gpg.enabled setting.
Prompt Template: Modified the prompt template to prioritize reasoning as an executive summary, followed by details and impact.
Fixed
Error Handling: Improved error handling for non-Git directories and other potential runtime issues.