Every manual commit makes me write a short message by hand. It interrupts the flow, and the information is already right there in the diff — so I usually end up typing something generic anyway or I commit outside Tolaria. Tolaria already shows the current vault diff; it could just turn that diff into the commit message for me.
What I'd love:
  • Pre-fill the commit message field by generating it from the current diff — fully editable before I hit commit, so I can tweak or accept as-is
  • Use the existing AI integration (already configured) to write a concise natural-language summary, e.g. Update 3 notes in finance/, add 2 people, edit dev-cycle
  • A non-AI heuristic fallback (added/modified/deleted counts by folder) so it still works offline / with AI off
  • Bonus: same generation could feed AutoGit checkpoints instead of a generic label
Why it fits: the diff is already in the app and AI models are already wired in — this just removes the one manual step in an otherwise smooth commit flow.