Versions in this module Expand all Collapse all v0 v0.0.10 Jun 3, 2026 v0.0.9 May 31, 2026 Changes in this version + type CommitMsg struct + Description string + Title string v0.0.8 May 31, 2026 v0.0.7 May 30, 2026 Changes in this version + func Generate(dir string, options GenerateOptions) (string, error) + func RunGenCommitMsg(args []string) error + type GenerateOptions struct + Logger Logger + Model string + type Logger interface + Error func(msg string) + Log func(msg string)