| 65 | }; |
| 66 | |
| 67 | interface GenerateCommitMessageFromGitDiffParams { |
| 68 | diff: string; |
| 69 | extraArgs: string[]; |
| 70 | context?: string; |
| 71 | fullGitMojiSpec?: boolean; |
| 72 | skipCommitConfirmation?: boolean; |
| 73 | } |
| 74 | |
| 75 | const generateCommitMessageFromGitDiff = async ({ |
| 76 | diff, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…