From 250b2ca01adf686e8b117504c7f9c061dac73168 Mon Sep 17 00:00:00 2001 From: teknium1 Date: Sun, 22 Feb 2026 02:40:16 -0800 Subject: [PATCH] fix: update MEMORY_GUIDANCE for clarity - Revised the MEMORY_GUIDANCE text to enhance clarity by adjusting the phrasing for better user understanding of memory tool usage. --- agent/prompt_builder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/prompt_builder.py b/agent/prompt_builder.py index 01726bac..1717ad2f 100644 --- a/agent/prompt_builder.py +++ b/agent/prompt_builder.py @@ -27,8 +27,8 @@ DEFAULT_AGENT_IDENTITY = ( MEMORY_GUIDANCE = ( "You have persistent memory across sessions. Proactively save important things " - "you learn (user preferences, environment details, useful approaches) using the " - "memory tool -- don't wait to be asked." + "you learn (user preferences, environment details, useful approaches) and do " + "using the memory tool -- don't wait to be asked." ) SESSION_SEARCH_GUIDANCE = (