LLM Commit Craft is an extension for Visual Studio Code that allows users to generate a commit message based on staged changes in the repository.
- Constants File (
src/constants.ts
):- Update
LLM_BASE_URL
,LLM_MODEL
,LLM_TEMPERATURE
,LLM_MAX_TOKENS
, andLLM_SEED
to match your OpenAI account settings.
- Update
- Custom configuration.
- Token Amount.
- Address
- Add support for multiple repositories.
- Add support for custom prompts.
- Add support for ollama.
- Test the extension on Linux and macOS.