mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
fix: Align semantic status check with CodexLens checkSemanticStatus
- Use checkSemanticStatus() from codex-lens.ts instead of isEmbedderAvailable() - Returns accurate detection of fastembed installation status - Fix install guide link to navigate to CLI Manager and open CodexLens config - Update i18n: "Install Guide" -> "Go to Settings" (EN/ZH) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -102,7 +102,7 @@ ccw install -m Path -p ./my-project
|
||||
ccw view
|
||||
|
||||
# 在自定义端口启动仪表板服务器
|
||||
ccw serve -p 8080
|
||||
ccw serve --port 8080
|
||||
|
||||
# 升级所有安装
|
||||
ccw upgrade -a
|
||||
|
||||
Reference in New Issue
Block a user