Get the latest tech news
Show HN: Cocommit – A copilot for git commit
Cocommit is a command-line tool that works with your HEAD commit and leverages an LLM of your choice to enhance commit quality. - andrewromanenco/cocommit
Cocommit analyzes the message from the last (HEAD) commit and suggests improvements, highlighting both strengths and areas for enhancement. Cocommit interacts with Large Language Models (LLMs) through an abstraction layer provided by LangChain. Ensure your chosen LLM provider is authorized (e.g., OpenAI API key or AWS credentials).
Or read this on Hacker News