MCPcopy
hub / github.com/di-sukharev/opencommit / GenerateCommitMessageFromGitDiffParams

Interface GenerateCommitMessageFromGitDiffParams

src/commands/commit.ts:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67interface GenerateCommitMessageFromGitDiffParams {
68 diff: string;
69 extraArgs: string[];
70 context?: string;
71 fullGitMojiSpec?: boolean;
72 skipCommitConfirmation?: boolean;
73}
74
75const generateCommitMessageFromGitDiff = async ({
76 diff,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…