From 21fbdbc55e76fc7e4424b26632079d1b8dfb70ce Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 22 Jan 2026 11:59:07 +0800 Subject: [PATCH] feat(loop-monitor): add 'In Development' badge and bump to v6.3.37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add 'In Development' (开发中) badge to Loop Monitor navigation item - Use yellow highlight to indicate development status - Add i18n translations: nav.inDevelopment ('In Dev' / '开发中') - Bump version to 6.3.37 The Loop Monitor feature is now clearly marked as under development, helping users understand it may have limited functionality. --- ccw/src/templates/dashboard-js/i18n.js | 2 ++ ccw/src/templates/dashboard.html | 1 + package.json | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ccw/src/templates/dashboard-js/i18n.js b/ccw/src/templates/dashboard-js/i18n.js index 13fd7e34..e29d2096 100644 --- a/ccw/src/templates/dashboard-js/i18n.js +++ b/ccw/src/templates/dashboard-js/i18n.js @@ -91,6 +91,7 @@ const i18n = { // Sidebar - Loops section 'nav.loops': 'Loops', 'nav.loopMonitor': 'Monitor', + 'nav.inDevelopment': 'In Dev', // Sidebar - MCP section 'nav.mcpServers': 'MCP Servers', @@ -2672,6 +2673,7 @@ const i18n = { // Sidebar - Loops section 'nav.loops': '循环', 'nav.loopMonitor': '监控器', + 'nav.inDevelopment': '开发中', // Sidebar - MCP section 'nav.mcpServers': 'MCP 服务器', diff --git a/ccw/src/templates/dashboard.html b/ccw/src/templates/dashboard.html index 9a33ba20..4d247d46 100644 --- a/ccw/src/templates/dashboard.html +++ b/ccw/src/templates/dashboard.html @@ -535,6 +535,7 @@ diff --git a/package.json b/package.json index 24115ccc..669b33c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.36", + "version": "6.3.37", "description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution", "type": "module", "main": "ccw/src/index.js",