2.1.11 (2024-11-29)
2.1.10 (2024-11-29)
- add numCtx config option for Ollama (e64656a)
2.1.9 (2024-11-12)
- 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)
- add api key to ollama service (47465e7)
2.1.6 (2024-10-26)
- 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)
- integrate OpenAI library for Deepseek chat completions (83bd287)
2.1.4 (2024-09-19)
- consider disabled models on msg-hook (c89ece3)
2.1.3 (2024-09-19)
- add disabled option for models (f56f3c0)
2.1.2 (2024-09-13)
2.1.1 (2024-09-10)
- prepare-commit-msg-hook: remove leading blank line (60c76e4)
2.1.0 (2024-09-09)
- 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)
- append instructions instead of overwriting (d4020f4)
- correct the type of tools in HuggingFaceService (eeb8651)
- support topP options (e9be03e)
2.0.8 (2024-08-27)
- gemini: add safety settings for content moderation (31be80c)
2.0.7 (2024-08-26)
- add DeepSeekService for AI request management (c88d1be)
2.0.6 (2024-08-24)
- update supported models for groq. (dd4488e)
2.0.5 (2024-08-22)
2.0.4 (2024-08-19)
- update OpenAI model to gpt-4o-mini (0b86a69)
2.0.3 (2024-08-16)
- add topP configuration for Mistral, Codestral, and Perplexity AI services (e2e873a)
2.0.2 (2024-08-16)
- add topP configuration for OPENAI model (959687a)
2.0.1 (2024-08-15)
- add exclude option (ba7a73f)
2.0.0 (2024-08-13)
- add model name check to config command (23a11df)
- fix ignoreBody config (1faf9bd)
- fix typo (e911583)
- mistral: update model type check and error message (2ea3c84)
1.13.0 (2024-08-11)
1.12.6 (2024-08-11)
- add support for Perplexity AI service (cf76e77)
1.12.5 (2024-08-06)
- config: update major models (eabf16e)
1.12.4 (2024-08-01)
1.12.3 (2024-07-18)
- remove unnecessary parameters from finalPrompt function (fb1b652)
1.12.2 (2024-07-18)
- add language option to prompt generator (0b3d110)
1.12.1 (2024-07-18)
1.12.0 (2024-07-18)
- allow users to specify custom prompt templates (3d68cfe)
1.11.1 (2024-07-17)
- update hugging face service (e3bebb7)
1.11.0 (2024-07-16)
- package: upgrade inquirer-reactive-list-prompt version (99d12be)
- 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)
- update dependencies to address compatibility issues (1fcf318)
1.10.0 (2024-07-01)
- minor: hotfix for inquirer error (35e5556)
1.9.10 (2024-06-30)
- update selection logic based on CODESTRAL_MODEL (27541b7)
- implement Codestral service (5f72689)
1.9.9 (2024-06-30)
- add Codestral support in MistralService (d54be92)
1.9.8 (2024-06-28)
- config: update default Gemini model (db0ea19)
1.9.7 (2024-06-10)
- implement GroqService for Groq AI (8c4ad8c)
1.9.6 (2024-06-09)
1.9.5 (2024-06-04)
- update logging in ParallelOllamaService to include model information (2ad9f76)
- add ParallelOllamaService (5a13ce3)
- support multiple Ollama models (cb865d9)
- update OllamaService to support multiple models (7103f03)
1.9.4 (2024-06-03)
- update gitmoji regular expression (e8a3d36)
1.9.3 (2024-06-02)
- implement removeAll command to delete all log files (20b7fa8)
- updated commit message format description (15e6a38)
1.9.2 (2024-05-31)
- add Cohere AI service (34f2d7e)
- add no response issue workflow (c017ec4)
- add no-response-issues workflow (16aac67)
- add stale_issues.yml workflow (0b718e8)
- add scheduled job for no response issues (e2f0a74)
1.9.1 (2024-05-27)
- gemini: update default Gemini model to 'gemini-1.5-flash-latest' (9e50f5e)
- validate against all config parsers (193d68c)
- add generalConfigParsers (8ebb2fe)
1.9.0 (2024-05-24)
- add error logging to check ai response (d050a81)
- update log file name and content format (9777072)
- update log message to include prompt (47f3c5f)
- correct the generateDefaultPrompt function (fc0aa0c)
- improve regular expression pattern to check message loosely (d527fa4)
- minor: update release configuration (461c0fd)
1.8.7 (2024-05-22)
- correct prompt message for generating commit messages (2c4f854)
- update prompt and commit type format messages (447ce8a)
- remove keep_alive option from OllamaService (4879337)
- update prompt for commit message guidelines (4121875)
1.8.6 (2024-05-16)
- replace localhost url with default constant and add DEFAULT_OLLMA_HOST to config.ts (76b9d00)
1.8.5 (2024-05-08)
- improved OllamaService with configurable prompt and temperature (c200906)
- simplify prompt generation and update buildPrompt method (6c39016)
- correct prompt format (2b258f1)
- prompt: fix generatePrompt function to accept additionalPrompts (d42507d)
- 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)
- rollback code for ollama service (721710c)
1.8.4 (2024-05-04)
- anthropic: add temperature parameter to Anthropic API call (ca32486)
- support claude3 models (c4985b8)
- update Anthropic model default in README (09db772)
1.8.3 (2024-04-30)
- update supported models in HuggingFace (6ceb341)
1.8.2 (2024-04-21)
- add semantic-release npm plugin to release config (2b756c8)
- update prompt to include commit type (fd5647a)
1.8.1 (2024-04-20)
- release: update semantic release plugins and config (9c4f7ee)