Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 612 Bytes

LLM Commit Craft

Description

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.

Configuration

  • Constants File (src/constants.ts):
    • Update LLM_BASE_URL, LLM_MODEL, LLM_TEMPERATURE, LLM_MAX_TOKENS, and LLM_SEED to match your OpenAI account settings.

Roadmap

  • 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.