Skip to content

Latest commit

 

History

History
480 lines (225 loc) · 20 KB

CHANGELOG.md

File metadata and controls

480 lines (225 loc) · 20 KB

2.1.11 (2024-11-29)

2.1.10 (2024-11-29)

Features

  • add numCtx config option for Ollama (e64656a)

2.1.9 (2024-11-12)

Features

  • add authentication options to OLLAMA service (75973a8)
  • package: add new package dependency @tak-bro/ollama (456a29a)

2.1.8 (2024-10-29)

2.1.7 (2024-10-29)

Features

  • add api key to ollama service (47465e7)

2.1.6 (2024-10-26)

Features

  • anthropic: add support for claude-3-5-sonnet-20241022 model (bc6eaf3)
  • config: add support for latest Claude-3 models (46b490d)

2.1.5 (2024-10-11)

Bug Fixes

  • integrate OpenAI library for Deepseek chat completions (83bd287)

2.1.4 (2024-09-19)

Bug Fixes

  • consider disabled models on msg-hook (c89ece3)

2.1.3 (2024-09-19)

Features

  • add disabled option for models (f56f3c0)

2.1.2 (2024-09-13)

Features

  • update @google/generative-ai to v0.19.0 (d3428e5)
  • update groq-sdk to 0.7.0 (025441e)

2.1.1 (2024-09-10)

Bug Fixes

  • prepare-commit-msg-hook: remove leading blank line (60c76e4)

2.1.0 (2024-09-09)

Features

  • add codeReviewPromptPath to config (c53980f)
  • aicommit2: add code review feature (d672e4c)
  • minor: support codeReview (408d3bd)
  • support language in code review prompt (23a2446)
  • update aicommit2 command file (7b3fb88)

2.0.9 (2024-08-28)

Bug Fixes

  • append instructions instead of overwriting (d4020f4)
  • correct the type of tools in HuggingFaceService (eeb8651)

Features

2.0.8 (2024-08-27)

Features

  • gemini: add safety settings for content moderation (31be80c)

2.0.7 (2024-08-26)

Features

  • add DeepSeekService for AI request management (c88d1be)

2.0.6 (2024-08-24)

Features

  • update supported models for groq. (dd4488e)

2.0.5 (2024-08-22)

2.0.4 (2024-08-19)

Features

  • update OpenAI model to gpt-4o-mini (0b86a69)

2.0.3 (2024-08-16)

Features

  • add topP configuration for Mistral, Codestral, and Perplexity AI services (e2e873a)

2.0.2 (2024-08-16)

Features

  • add topP configuration for OPENAI model (959687a)

2.0.1 (2024-08-15)

Features

2.0.0 (2024-08-13)

Bug Fixes

  • add model name check to config command (23a11df)
  • fix ignoreBody config (1faf9bd)
  • fix typo (e911583)
  • mistral: update model type check and error message (2ea3c84)

Features

1.13.0 (2024-08-11)

1.12.6 (2024-08-11)

Features

  • add support for Perplexity AI service (cf76e77)

1.12.5 (2024-08-06)

Bug Fixes

  • config: update major models (eabf16e)

1.12.4 (2024-08-01)

1.12.3 (2024-07-18)

Bug Fixes

  • remove unnecessary parameters from finalPrompt function (fb1b652)

1.12.2 (2024-07-18)

Features

  • add language option to prompt generator (0b3d110)

1.12.1 (2024-07-18)

1.12.0 (2024-07-18)

Bug Fixes

  • handle stream errors (0826464)
  • prompt: handle error reading user prompt file (4173fad)

Features

  • allow users to specify custom prompt templates (3d68cfe)

1.11.1 (2024-07-17)

Features

  • update hugging face service (e3bebb7)

1.11.0 (2024-07-16)

Bug Fixes

  • package: upgrade inquirer-reactive-list-prompt version (99d12be)

Features

  • add ignoreBody configuration option (825dafb)
  • add ignoreBody option (b25c452)
  • improve message sanitization (14b1ef5)
  • remove clova x support (af839bd)
  • update prompt message for clarity (b74a8c4)

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)