This is a small plugin for Simon Willison’s llm utility. It uses staged Git changes and generates a commit message using a LLM. You can do things like: git add . # Stage your changes llm commit # Automatically generate a commit message from the staged diff llm commit –model gpt-4 –max-tokens 150 –temperature 0.8 –yes Comments
You must log in or register to comment.
Complex input, sparse output, not a huge deal if it’s wrong… and it covers something people don’t want to do. Yeah, that’s about perfect.