mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat(loop-monitor): add 'In Development' badge and bump to v6.3.37
- 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.
This commit is contained in:
@@ -91,6 +91,7 @@ const i18n = {
|
|||||||
// Sidebar - Loops section
|
// Sidebar - Loops section
|
||||||
'nav.loops': 'Loops',
|
'nav.loops': 'Loops',
|
||||||
'nav.loopMonitor': 'Monitor',
|
'nav.loopMonitor': 'Monitor',
|
||||||
|
'nav.inDevelopment': 'In Dev',
|
||||||
|
|
||||||
// Sidebar - MCP section
|
// Sidebar - MCP section
|
||||||
'nav.mcpServers': 'MCP Servers',
|
'nav.mcpServers': 'MCP Servers',
|
||||||
@@ -2672,6 +2673,7 @@ const i18n = {
|
|||||||
// Sidebar - Loops section
|
// Sidebar - Loops section
|
||||||
'nav.loops': '循环',
|
'nav.loops': '循环',
|
||||||
'nav.loopMonitor': '监控器',
|
'nav.loopMonitor': '监控器',
|
||||||
|
'nav.inDevelopment': '开发中',
|
||||||
|
|
||||||
// Sidebar - MCP section
|
// Sidebar - MCP section
|
||||||
'nav.mcpServers': 'MCP 服务器',
|
'nav.mcpServers': 'MCP 服务器',
|
||||||
|
|||||||
@@ -535,6 +535,7 @@
|
|||||||
<li class="nav-item flex items-center gap-2 px-3 py-2.5 text-sm text-muted-foreground hover:bg-hover hover:text-foreground rounded cursor-pointer transition-colors" data-view="loop-monitor" data-tooltip="Loop Monitor">
|
<li class="nav-item flex items-center gap-2 px-3 py-2.5 text-sm text-muted-foreground hover:bg-hover hover:text-foreground rounded cursor-pointer transition-colors" data-view="loop-monitor" data-tooltip="Loop Monitor">
|
||||||
<i data-lucide="activity" class="nav-icon text-cyan"></i>
|
<i data-lucide="activity" class="nav-icon text-cyan"></i>
|
||||||
<span class="nav-text flex-1" data-i18n="nav.loopMonitor">Monitor</span>
|
<span class="nav-text flex-1" data-i18n="nav.loopMonitor">Monitor</span>
|
||||||
|
<span class="badge px-1.5 py-0.5 text-xs font-semibold rounded bg-yellow-light text-yellow" data-i18n="nav.inDevelopment">In Dev</span>
|
||||||
<span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-cyan-light text-cyan" id="badgeLoops">0</span>
|
<span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-cyan-light text-cyan" id="badgeLoops">0</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-code-workflow",
|
"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",
|
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "ccw/src/index.js",
|
"main": "ccw/src/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user