@lyy0709/contextweaver 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +4 -0
- package/README.md +4 -0
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -134,6 +134,10 @@ cw search --information-request "Database connection logic" --technical-terms "D
|
|
|
134
134
|
|
|
135
135
|
### Prompt Enhancement
|
|
136
136
|
|
|
137
|
+
<p align="center">
|
|
138
|
+
<img src="docs/prompt-enhancer-ui.png" alt="Prompt Enhancer Web UI" width="800" />
|
|
139
|
+
</p>
|
|
140
|
+
|
|
137
141
|
```bash
|
|
138
142
|
# Launch Web UI for interactive editing (default)
|
|
139
143
|
cw enhance "Implement a cached semantic search"
|
package/README.md
CHANGED
|
@@ -134,6 +134,10 @@ cw search --information-request "数据库连接逻辑" --technical-terms "Datab
|
|
|
134
134
|
|
|
135
135
|
### 提示词增强
|
|
136
136
|
|
|
137
|
+
<p align="center">
|
|
138
|
+
<img src="docs/prompt-enhancer-ui.png" alt="Prompt Enhancer Web UI" width="800" />
|
|
139
|
+
</p>
|
|
140
|
+
|
|
137
141
|
```bash
|
|
138
142
|
# 默认启动 Web UI 交互式编辑
|
|
139
143
|
cw enhance "帮我实现一个带缓存的语义搜索"
|