@geminilight/mindos-linux-arm64-musl 1.1.37 → 1.1.39

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
@@ -335,8 +335,9 @@ MindOS/
335
335
  | `mindos file <sub>` | File operations (list, read, create, delete, search) |
336
336
  | `mindos space <sub>` | Space management (list, create, info) |
337
337
  | `mindos search "<query>"` | Search knowledge base |
338
- | `mindos ask "<question>"` | Ask AI using your knowledge base |
339
- | `mindos agent <sub>` | AI Agent management (list, info) |
338
+ | `mindos` | Open the MindOS AI Agent REPL |
339
+ | `mindos "<task>"` / `mindos -p "<task>"` | Run the MindOS AI Agent with your knowledge base |
340
+ | `mindos agent <sub>` | Explicit agent command and management (list, info) |
340
341
  | `mindos channel` / `mindos feishu-ws` | IM channel config and Feishu long connection |
341
342
  | `mindos api <METHOD> <path>` | Raw API passthrough for developers/agents |
342
343
  | **MCP & Config** | |
@@ -374,6 +375,7 @@ Join our WeChat group for early access, feedback, and AI workflow discussions:
374
375
  <a href="https://github.com/one2piece2hello"><img src="https://github.com/one2piece2hello.png" width="60" style="border-radius:50%" alt="one2piece2hello" /></a>
375
376
  <a href="https://github.com/zz-haooo"><img src="https://github.com/zz-haooo.png" width="60" style="border-radius:50%" alt="zz-haooo" /></a>
376
377
  <a href="https://github.com/zjpyb"><img src="https://github.com/zjpyb.png" width="60" style="border-radius:50%" alt="zjpyb" /></a>
378
+ <a href="https://github.com/huzhangyi"><img src="https://github.com/huzhangyi.png" width="60" style="border-radius:50%" alt="huzhangyi" /></a>
377
379
 
378
380
  ### 🙏 Acknowledgements
379
381
 
package/README_zh.md CHANGED
@@ -335,8 +335,9 @@ MindOS/
335
335
  | `mindos file <sub>` | 文件操作(list, read, create, delete, search) |
336
336
  | `mindos space <sub>` | 空间管理(list, create, info) |
337
337
  | `mindos search "<query>"` | 搜索知识库 |
338
- | `mindos ask "<question>"` | 基于知识库向 AI 提问 |
339
- | `mindos agent <sub>` | AI Agent 管理(list, info) |
338
+ | `mindos` | 进入 MindOS AI Agent 交互模式 |
339
+ | `mindos "<task>"` / `mindos -p "<task>"` | 基于知识库运行 MindOS AI Agent |
340
+ | `mindos agent <sub>` | 显式 agent 命令与管理(list, info) |
340
341
  | `mindos channel` / `mindos feishu-ws` | IM 渠道配置与飞书长连接 |
341
342
  | `mindos api <METHOD> <path>` | API 透传(开发者/Agent 用) |
342
343
  | **MCP 与配置** | |
@@ -374,6 +375,7 @@ MindOS/
374
375
  <a href="https://github.com/one2piece2hello"><img src="https://github.com/one2piece2hello.png" width="60" style="border-radius:50%" alt="one2piece2hello" /></a>
375
376
  <a href="https://github.com/zz-haooo"><img src="https://github.com/zz-haooo.png" width="60" style="border-radius:50%" alt="zz-haooo" /></a>
376
377
  <a href="https://github.com/zjpyb"><img src="https://github.com/zjpyb.png" width="60" style="border-radius:50%" alt="zjpyb" /></a>
378
+ <a href="https://github.com/huzhangyi"><img src="https://github.com/huzhangyi.png" width="60" style="border-radius:50%" alt="huzhangyi" /></a>
377
379
 
378
380
  ### 🙏 致谢
379
381
 
package/bin/mindos CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geminilight/mindos-linux-arm64-musl",
3
- "version": "1.1.37",
3
+ "version": "1.1.39",
4
4
  "description": "MindOS runtime package for linux-arm64-musl",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "product": {
4
4
  "name": "@geminilight/mindos",
5
- "version": "1.1.37"
5
+ "version": "1.1.39"
6
6
  },
7
7
  "package": {
8
8
  "name": "@geminilight/mindos-linux-arm64-musl",