@fivetu53/soul-chat 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -741,7 +741,7 @@ function chatPrompt(query) {
741
741
  const stdin = process.stdin;
742
742
 
743
743
  // 先打印下方提示
744
- console.log(c('hint', ' /back 返回 /clear 清空对话 Ctrl+V 粘贴图片'));
744
+ console.log(c('hint', ' /back 返回 /clear 清空 /delete 撤回 Ctrl+V 粘贴图片'));
745
745
  console.log(c('primary', ' 门户网站: https://soul-chat.jdctools.com.cn'));
746
746
  // 光标上移3行,显示输入提示
747
747
  process.stdout.write('\x1b[3A');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fivetu53/soul-chat",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Soul Chat - 智能 AI 伴侣命令行客户端",
5
5
  "type": "module",
6
6
  "bin": {