update browser name badge

3clyp50 committed Jan 19, 2026 at 03:34 UTC 3ed6b1d3f17a98b4dcd333f36bd54b606c5511ff
2 files changed +5 -5
webui/components/messages/process-group/process-group-store.js
+2 -2
@@ -26,7 +26,7 @@ const DISPLAY_CODES = {
26 'response': 'END',
27 'tool': 'USE', // Generic fallback for tools
28 'code_exe': 'EXE',
29 - 'browser': 'BRW',
29 + 'browser': 'WWW',
30 'progress': 'HLD',
31 'subagent': 'SUB', // Type fallback if tool name missing
32 'mcp': 'MCP',
@@ -148,7 +148,7 @@ const model = {
148 'mcp': 'status-mcp',
149 'subagent': 'status-sub',
150 'code_exe': 'status-exe',
151 - 'browser': 'status-brw',
151 + 'browser': 'status-www',
152 'progress': 'status-wait',
153 'info': 'status-inf',
154 'hint': 'status-hnt',
webui/components/messages/process-group/process-group.css
+3 -3
@@ -178,8 +178,8 @@
178 color: var(--step-accent);
179 }
180
181 -/* BRW - browser type (indigo) */
182 -.status-brw {
181 +/* WWW - browser type (indigo) */
182 +.status-www {
183 --step-accent: #818cf8;
184 color: var(--step-accent);
185 }
@@ -728,7 +728,7 @@
728 color: var(--step-accent);
729 }
730
731 -.light-mode .status-brw {
731 +.light-mode .status-www {
732 --step-accent: #4f46e5;
733 color: var(--step-accent);
734 }