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",