From 3e65e07b9e91780a85f2f09365ac2d98cae6bbf1 Mon Sep 17 00:00:00 2001 From: iff Date: Wed, 9 Apr 2025 19:01:30 +0200 Subject: [PATCH] docs: update changes --- CHANGELOG.md | 5 +++++ module-request-ai/README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c3cd5..0318553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Using Damerau variation for string comparison +### Fixed + +- Panics in core and runtime-rules module +- Removed duplicated characters in stream output + ### Removed - `exe_contains` rule as it can be done with regex diff --git a/module-request-ai/README.md b/module-request-ai/README.md index 8b8c6f1..132a58b 100644 --- a/module-request-ai/README.md +++ b/module-request-ai/README.md @@ -11,7 +11,7 @@ Configuration is done via environment variables: - `https://api.openai.com/v1/chat/completions` (Note: OpenAI's ChatGPT is very slow) - `https://api.groq.com/openai/v1/chat/completions` - `http://localhost:11434/api/chat`: Ollama -- `_PR_AI_MODEL`: Model used +- `_PR_AI_MODEL`: Model used. Reasoning models are also supported - `_PR_AI_DISABLE`: Setting to any value disables AI integration - `_PR_AI_LOCALE`: Locale in which the AI explains the suggestion. Defaults to user system locale - `_PR_AI_ADDITIONAL_PROMPT`: Additional prompts to be included. (Yes, you can include role-playing prompts you pervert) @@ -68,7 +68,7 @@ If default values were not provided, pay-respects' own values will be used. Your ## Advanced Usages -For non-trivial suggestions, you can add more context as comments (interactive comments needs to be explicitly enabled in Bash and Zsh): +For non-trivial suggestions, you can add more context as comments (for Bash and Zsh, interactive comments needs to be explicitly enabled): ```sh pacman -S # how do I install Rust? ```