From 22e8f65c659e235850284702b74fa4e8e26035e7 Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Fri, 7 Aug 2026 03:59:32 +0800 Subject: [PATCH] =?UTF-8?q?emrg:=20evolution=5Fprompt=20quick-ref=20?= =?UTF-8?q?=E2=80=94=20add=20#525=20truncation-flag=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emrg/server/evolution_prompt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/emrg/server/evolution_prompt.md b/emrg/server/evolution_prompt.md index 8e9eb47a..df491556 100644 --- a/emrg/server/evolution_prompt.md +++ b/emrg/server/evolution_prompt.md @@ -312,6 +312,7 @@ When reading rants, follow these rules: > - LLM error redaction (#518 llm.py _redact_text/_redact_headers:错误日志/异常脱敏 response headers(set-cookie/auth/token)+ body 内联凭据;lazy import daemon._redact_string 防循环导入) ✅ > - LLM URL redaction (#520 logger.debug 请求/流式 URL 经 _redact_text 遮蔽 query-string 凭据;base_url 可携带 token) ✅ > - GUI max-rounds truncation hint (#523 chat.js handleDone 检测 exceeded+max|limit|round → chat.maxRoundsHint zh/en 提示可继续;对齐 TUI client/app.py:442;正反两态测试无假阳性) ✅ +> - evolution cycle truncation flag (#525 scheduler EvolutionHandler done 帧检测 exceeded → truncated 标记,不误计空周期/不推进 idle-halt backoff;impact tag -truncated + truncated=max-tool-rounds;正反两态测试) ✅ #### 2.2 Latest GitHub code changes