UnicDB v1.53.8
Empty-diff error now visible
Clicking UnicDB: Generate Commit Message in a Git repo with no changes previously showed an info toast (UnicDB: no changes to summarize.) that was easy to miss.
Now it surfaces as a clear error notification:
UnicDB: nothing to commit — this Git repo has no staged or unstaged changes. Stage or modify at least one file, then click again.
Files
src/ai/commitGenCommand.ts—showInfo→showError+ clearer messagesrc/ai/__tests__/commitGenCommand.test.ts— Test #4 updated