From a9da0ce3fd1613e8b648bb75adf062c148bf4b17 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 1 Jan 2026 17:16:47 +0100 Subject: [PATCH] Fix export-html message stats and help bar - Fix entry type names: branch_summary, custom_message (snake_case) - Fix toolResult role (was 'tool') - Count all entry types: user, assistant, tool results, custom, compactions, branch summaries - Use global stats for tokens/cost (all entries), not just current branch - Make help bar more prominent (12px, full opacity) - Remove Esc shortcut from help bar --- .../src/core/export-html/template.html | 32 +++++++++++++++---- 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/packages/coding-agent/src/core/export-html/template.html b/packages/coding-agent/src/core/export-html/template.html index 2fae6139..05aeea03 100644 --- a/packages/coding-agent/src/core/export-html/template.html +++ b/packages/coding-agent/src/core/export-html/template.html @@ -220,10 +220,9 @@ /* Help bar */ .help-bar { - font-size: 11px; - color: var(--dim); + font-size: 12px; + color: var(--text); margin-bottom: var(--line-height); - opacity: 0.7; } /* Header */ @@ -800,7 +799,7 @@
-
Ctrl+T toggle thinking · Ctrl+O toggle tools · Esc reset
+
Ctrl+T toggle thinking · Ctrl+O toggle tools