diff --git a/README.md b/README.md index 05925d1f..7397514b 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ ccw install -m Global ### Choose Your Workflow Level +
@@ -91,6 +92,7 @@ ccw install -m Global
LevelCommandUse Case
1/workflow:lite-lite-liteQuick fixes, config changes
3/workflow:tdd-planTest-driven development
4/workflow:brainstorm:auto-parallelNew features, architecture design
+
### Workflow Examples @@ -116,6 +118,7 @@ ccw install -m Global ## 🛠️ CLI Tool Installation +
@@ -123,6 +126,7 @@ ccw install -m Global
CLIDescriptionOfficial Docs
GeminiGoogle AI analysisgoogle-gemini/gemini-cli
OpenCodeOpen-source multi-modelopencode-ai/opencode
QwenAlibaba Qwen-CodeQwenLM/Qwen
+
--- @@ -210,12 +214,14 @@ ACE (Augment Context Engine) provides powerful semantic code search. > ⚠️ **In Development**: CodexLens is under iterative optimization. Some features may be unstable. +
Search ModeDescription
FTSFull-text search, based on SQLite FTS5
SemanticSemantic search, using local embedding models
HybridHybrid search, combining FTS + Semantic + Reranking
+
📦 Installation @@ -248,6 +254,7 @@ ccw upgrade -a # Upgrade all installations ### Dashboard Features +
@@ -255,6 +262,7 @@ ccw upgrade -a # Upgrade all installations
FeatureDescription
Session OverviewTrack workflow sessions and progress
Graph ExplorerInteractive code relationship visualization
CLI ManagerExecution history with session resume
+
--- diff --git a/README_CN.md b/README_CN.md index 8212a4a3..9e3dcc83 100644 --- a/README_CN.md +++ b/README_CN.md @@ -81,6 +81,7 @@ ccw install -m Global ### 选择工作流级别 +
@@ -91,6 +92,7 @@ ccw install -m Global
级别命令使用场景
1/workflow:lite-lite-lite快速修复、配置调整
3/workflow:tdd-plan测试驱动开发
4/workflow:brainstorm:auto-parallel新功能、架构设计
+
### 工作流示例 @@ -116,6 +118,7 @@ ccw install -m Global ## 🛠️ CLI 工具安装 +
@@ -123,6 +126,7 @@ ccw install -m Global
CLI说明官方文档
GeminiGoogle AI 分析google-gemini/gemini-cli
OpenCode开源多模型opencode-ai/opencode
Qwen阿里云 Qwen-CodeQwenLM/Qwen
+
--- @@ -210,12 +214,14 @@ ACE (Augment Context Engine) 提供强大的语义代码搜索能力。 > ⚠️ **开发中**: CodexLens 正在迭代优化中,部分功能可能不稳定。 +
搜索模式说明
FTS全文搜索,基于 SQLite FTS5
Semantic语义搜索,基于本地嵌入模型
Hybrid混合搜索,结合 FTS + 语义 + 重排序
+
📦 安装 @@ -248,6 +254,7 @@ ccw upgrade -a # 升级所有安装 ### Dashboard 功能 +
@@ -255,6 +262,7 @@ ccw upgrade -a # 升级所有安装
功能说明
会话概览跟踪工作流会话和进度
图浏览器交互式代码关系可视化
CLI 管理器执行历史与会话恢复
+
---