From 381cbed4fd86a5ec5dd6e31ccbd63566f2209afd Mon Sep 17 00:00:00 2001 From: zhayujie Date: Mon, 15 Jun 2026 22:28:07 +0800 Subject: [PATCH] fix(evolution): improve review summary language, tone and length --- agent/evolution/prompts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agent/evolution/prompts.py b/agent/evolution/prompts.py index 1ba95995..649495e5 100644 --- a/agent/evolution/prompts.py +++ b/agent/evolution/prompts.py @@ -129,12 +129,12 @@ them. When their signal is clear, act; do not be shy here. # Output - Nothing worth evolving -> output exactly `[SILENT]` and nothing else. -- Otherwise, after performing the edits, output a user-facing summary in +- Otherwise, after performing the edits, output a short user-facing summary in the SAME LANGUAGE the user speaks in the conversation transcript. Write it for an ordinary user, in plain everyday words — NOT a developer report. No need to expose internal details - (file names/paths, system mechanics, etc.). Briefly Convey that you just did a - self-learning pass, what you learned, and what you changed in THIS pass. Keep - it clear and focused on the key changes, and let the user know they can undo it. + (file names/paths, system mechanics, etc.). Briefly speak directly TO the user, telling them that you just did a self-learning pass, + what you learned, and what you changed in THIS pass. Keep it clear and focused on the key changes (a few lines), and let + the user know they can undo it. """