diff --git a/Sources/SwiftCommitGen/CommitGenTool.swift b/Sources/SwiftCommitGen/CommitGenTool.swift index 28b5e73..c26d466 100644 --- a/Sources/SwiftCommitGen/CommitGenTool.swift +++ b/Sources/SwiftCommitGen/CommitGenTool.swift @@ -130,6 +130,7 @@ struct CommitGenTool { ) } + logger.info("Analyzing staged changes…") let stagedStatus = GitStatus(staged: stagedChanges, unstaged: [], untracked: []) let summary = try await summarizer.summarize( status: stagedStatus,