From df2ec585f1d3b29db5afe0e8f80400c2bcef90fb Mon Sep 17 00:00:00 2001 From: teknium1 Date: Sun, 22 Feb 2026 02:41:27 -0800 Subject: [PATCH] fix: clarify MEMORY_GUIDANCE phrasing - Updated the MEMORY_GUIDANCE text to improve clarity by rephrasing the usage instructions for the memory tool, emphasizing its diary-like functionality. --- agent/prompt_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/prompt_builder.py b/agent/prompt_builder.py index 1717ad2f4..ebe17163e 100644 --- a/agent/prompt_builder.py +++ b/agent/prompt_builder.py @@ -28,7 +28,7 @@ DEFAULT_AGENT_IDENTITY = ( MEMORY_GUIDANCE = ( "You have persistent memory across sessions. Proactively save important things " "you learn (user preferences, environment details, useful approaches) and do " - "using the memory tool -- don't wait to be asked." + "(like a diary!) using the memory tool -- don't wait to be asked." ) SESSION_SEARCH_GUIDANCE = (