Your comments

SmartGit 26.1.011 Preview now supports SHA-256: https://www.smartgit.dev/download/preview/

SmartGit 26.1 Preview comes with a couple of worktree-related improvements already, which we have found useful in combination with AI agents: https://www.smartgit.dev/download/preview/

With version 25.1, there are now explicit remote entries in All Branches + Tags. For example, you can filter "remotes" to see only the remote entries.

If you are accustomed to tree controls, the list + filter approach is different and will take some time to get used to.

Here is a sample configuration:

Modify following entry in your .smartgit-ai configuration in your home directory (user profile on Windows)

[smartgit-ai-commit-message "generate"]
  llm = openai-generic
  maxDiffSize = 32768
  promptFile = .smartgit-ai-generate-message

And create .smartgit-ai-generate-message next to it with a content like:

Write a concise, one-line commit message (max 70 characters) for the following Git Diff.
Do not add prefixes like "fix:" or "feat:".
Respond in German.

Git Diff:

${gitDiff}

Do you mean something like: "Foo Bar: @ai" where "@ai" should be replaced?

Thanks for confirming and providing your suggestions. I have recorded this internally as SG-17708.