scream-code 0.8.0 → 0.8.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.md CHANGED
@@ -39,8 +39,8 @@ Scream Code 是一款省心的本地中文 AI Agent 助手。无需硬记代码
39
39
  </tr>
40
40
  <tr>
41
41
  <td width="50%">
42
- <h3>🧠 永久记忆备忘录</h3>
43
- <p><strong>痛点记忆结构化SQL提取</strong>,FTS5全文+Tag语义+向量三重检索不漂移。跨会话共享,越用越懂你。</p>
42
+ <h3>🧠 永久记忆备忘录+SAG知识库</h3>
43
+ <p><strong>痛点记忆结构化SQL提取</strong>,FTS5全文+Tag语义+向量三重检索不漂移。跨会话共享,越用越懂你。Ai时代-SAG知识库,随时导入你的专属知识,让Agent更懂你</p>
44
44
  </td>
45
45
  <td width="50%">
46
46
  <h3>🛡️ 效率级轻量底层</h3>
@@ -74,7 +74,9 @@ npm install -g scream-code
74
74
  ```
75
75
 
76
76
  安装完成后,`scream` 命令自动加入 PATH。首次安装约需 2-5 分钟。
77
-
77
+ TUI启动命令`scream`
78
+ 自动权限模式启动`scream --auto`
79
+ 自动批准模式启动`scream -y`
78
80
 
79
81
  ### 第二步:启动并配置 AI 服务
80
82