From 2cb0dd249695aaddab9444e9c07c2124a9aaf54f Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 12 Sep 2024 11:38:54 +0300 Subject: [PATCH] docs: add dynamic context strategy documentation and update configuration settings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29eb93be..5571c4b4 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ CodiumAI PR-Agent aims to help efficiently review and handle pull requests, by p ## News and Updates ### September 12, 2024 -[Dynamic context](https://pr-agent-docs.codium.ai/core-abilities/dynamic_context/) is now the default option for all tools. -This feature enables PR-Agent to dynamically adjusting the relevant context for each code hunk, while avoiding overflowing the model's with too much information. +[Dynamic context](https://pr-agent-docs.codium.ai/core-abilities/dynamic_context/) is now the default option for context extension. +This feature enables PR-Agent to dynamically adjusting the relevant context for each code hunk, while avoiding overflowing the model with too much information. ### September 3, 2024