Skip to content

Latest commit

 

History

History
248 lines (115 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

248 lines (115 loc) · 10.3 KB

1.10.1 (2024-07-01)

Bug Fixes

  • update dependencies to address compatibility issues (1fcf318)

1.10.0 (2024-07-01)

Bug Fixes

  • minor: hotfix for inquirer error (35e5556)

1.9.10 (2024-06-30)

Bug Fixes

  • update selection logic based on CODESTRAL_MODEL (27541b7)

Features

  • implement Codestral service (5f72689)

1.9.9 (2024-06-30)

Bug Fixes

  • config: update default Gemini model #47 (63dfc40)

Features

  • add Codestral support in MistralService (d54be92)

1.9.8 (2024-06-28)

Bug Fixes

  • config: update default Gemini model (db0ea19)

1.9.7 (2024-06-10)

Features

  • implement GroqService for Groq AI (8c4ad8c)

1.9.6 (2024-06-09)

1.9.5 (2024-06-04)

Bug Fixes

  • update logging in ParallelOllamaService to include model information (2ad9f76)

Features

  • add ParallelOllamaService (5a13ce3)
  • support multiple Ollama models (cb865d9)
  • update OllamaService to support multiple models (7103f03)

1.9.4 (2024-06-03)

Bug Fixes

  • update gitmoji regular expression (e8a3d36)

1.9.3 (2024-06-02)

Features

  • implement removeAll command to delete all log files (20b7fa8)
  • updated commit message format description (15e6a38)

1.9.2 (2024-05-31)

✨ Features

💫 CI/CD

  • add no response issue workflow (c017ec4)
  • add no-response-issues workflow (16aac67)
  • add stale_issues.yml workflow (0b718e8)

📦 Chores

  • add scheduled job for no response issues (e2f0a74)

1.9.1 (2024-05-27)

✨ Features

  • gemini: update default Gemini model to 'gemini-1.5-flash-latest' (9e50f5e)

🐛 Bug Fixes

  • validate against all config parsers (193d68c)

♻️ Refactor

  • add generalConfigParsers (8ebb2fe)

1.9.0 (2024-05-24)

✨ Features

  • add error logging to check ai response (d050a81)
  • update log file name and content format (9777072)
  • update log message to include prompt (47f3c5f)

🐛 Bug Fixes

  • correct the generateDefaultPrompt function (fc0aa0c)

♻️ Refactor

  • improve regular expression pattern to check message loosely (d527fa4)

💫 CI/CD

  • minor: update release configuration (461c0fd)

📦 Chores

  • update logging logic for OllamaService (7b346ec)
  • update logging mechanism (ad06ac1)

1.8.7 (2024-05-22)

✨ Features

  • correct prompt message for generating commit messages (2c4f854)
  • update prompt and commit type format messages (447ce8a)

📦 Chores

  • remove keep_alive option from OllamaService (4879337)
  • update prompt for commit message guidelines (4121875)

1.8.6 (2024-05-16)

♻️ Refactor

  • replace localhost url with default constant and add DEFAULT_OLLMA_HOST to config.ts (76b9d00)

1.8.5 (2024-05-08)

✨ Features

  • improved OllamaService with configurable prompt and temperature (c200906)
  • simplify prompt generation and update buildPrompt method (6c39016)

🐛 Bug Fixes

  • correct prompt format (2b258f1)
  • prompt: fix generatePrompt function to accept additionalPrompts (d42507d)

📝 Docs

  • update badges (c765a64)
  • update documentation for Ollama model, host, and stream (6750db1)
  • update README (fdb080b)
  • update README (b9c2c73)
  • update README.md with new links and images (3e9f87e)

📦 Chores

  • rollback code for ollama service (721710c)

1.8.4 (2024-05-04)

✨ Features

  • anthropic: add temperature parameter to Anthropic API call (ca32486)
  • support claude3 models (c4985b8)

📝 Docs

  • update Anthropic model default in README (09db772)

1.8.3 (2024-04-30)

✨ Features

  • update supported models in HuggingFace (6ceb341)

📝 Docs

  • clarify stream request option (8cacb2a)
  • README: update introduction and features (e0682dd)

1.8.2 (2024-04-21)

💫 CI/CD

  • add semantic-release npm plugin to release config (2b756c8)

📦 Chores

  • update prompt to include commit type (fd5647a)

1.8.1 (2024-04-20)

📝 Docs

💫 CI/CD

  • release: update semantic release plugins and config (9c4f7ee)