From a678106e737605ed438627ffa87c84c4b5914e3c Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Thu, 6 Aug 2026 22:52:41 +0800 Subject: [PATCH] =?UTF-8?q?emrg:=20evolution=5Fprompt=20quick-ref=20?= =?UTF-8?q?=E2=80=94=20add=202026-08-06=20GUI=20features=20(result=20panel?= =?UTF-8?q?/Ask-Auto/evolution=20visibility/evolution=5Fsummary/i18n/langu?= =?UTF-8?q?age=20policy/self-heal)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emrg/server/evolution_prompt.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/emrg/server/evolution_prompt.md b/emrg/server/evolution_prompt.md index 0cb6e076..9403a612 100644 --- a/emrg/server/evolution_prompt.md +++ b/emrg/server/evolution_prompt.md @@ -294,6 +294,15 @@ When reading rants, follow these rules: > - GUI streaming chat (16ms delta batching + marked after done) ✅ | session management (list/switch/new/delete) ✅ > - GUI disconnect-reconnect (G43 stale port + auto-relaunch + session restore) ✅ | broadcast model (multi-client same session) ✅ > - GUI G65 own-stream lock (busy blocks session switch) ✅ | G143 pre-generated requestId eliminates race ✅ | G144 first-run default model selected ✅ +> - GUI 15 TUI slash commands (P1-P4, #486/#487/#491/#496) ✅ | GUI /rant evolution dialog + /trigger task dialog ✅ +> - GUI WorkBuddy P1 result panel (three-column, tool-output cards, ⌘\ collapse, narrow auto-hide, #498) ✅ +> - GUI WorkBuddy P2 Ask/Auto mode (daemon empty toolset on ask, capsule switcher, #500) ✅ +> - GUI WorkBuddy P3 evolution visibility (#501 growth card + one-per-day toast + dynamic /version) ✅ +> - daemon evolution_summary command (count + recent N improvements from ~/.emrg/logs/evolution-*.json, #502) ✅ +> - result-panel.js window.ResultPanel export (ES-module migration hardening, #502) ✅ +> - GUI i18n Stage 1 (#503 i18n.js dict {zh,en} + detectLocale + Settings language switcher + data-i18n static) ✅ +> - GUI i18n Stage 2 (#504 all dynamic renderer strings localized: chat/sidebar/dialogs/result-panel/markdown/utils/app) ✅ +> - Language policy #485 (outward GitHub output always English) ✅ | evolution workspace self-heal #489/#490 (clone on demand + projects/tasks bootstrap) ✅ #### 2.2 Latest GitHub code changes