@geminilight/mindos-darwin-x64 1.0.10 → 1.1.3

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_zh.md CHANGED
@@ -102,7 +102,7 @@ MindOS 是你思考的地方,也是 AI Agent 行动的起点——一个你和
102
102
  | 2026-04 | **产品主包落地** — MindOS 采用 OpenCode 式核心包:`packages/mindos`(`@geminilight/mindos`)承载产品 runtime facade 与 CLI kernel 边界;Web/CLI 围绕它做适配。 |
103
103
  | 2026-04 | **OpenCode 式 workspace 扁平化** — 所有源码 workspace 已统一到 `packages/`:`packages/web`、`packages/desktop`、`packages/mobile`、`packages/mindos`,以及可选 `packages/retrieval/*` adapters。npm tarball / CLI / MCP / Web standalone / Desktop / Mobile 均已验证。 |
104
104
  | 2026-04 | **发布包清理** — 旧顶层 `app/`、`mcp/`、`desktop/`、`mobile/` 源码根已移除,发布清单精确排除测试、缓存与 nested `node_modules`。 |
105
- | 2026-04 | **网页剪藏插件** — 浏览器扩展,一键剪藏任意网页到 MindOS 暂存台。[安装 →](packages/browser-extension/) |
105
+ | 2026-04 | **网页剪藏插件** — 浏览器扩展,一键剪藏任意网页到 MindOS 收集箱。[安装 →](packages/browser-extension/) |
106
106
  | 2026-04 | **PDF & 图片导入** — 拖拽 PDF 和图片到 MindOS,自动转换为可搜索的 Markdown。 |
107
107
 
108
108
  ## 🧠 人机共享心智
@@ -205,7 +205,7 @@ npx skills add https://github.com/GeminiLight/MindOS --skill mindos-zh -g -y #
205
205
  MindOS 的知识不必从零开始——把你已有的信息导入进来:
206
206
 
207
207
  - **拖拽导入**:将文件(PDF、图片、Markdown、CSV)直接拖入 MindOS GUI,AI 自动分析并归档到对应文件夹。
208
- - **网页剪藏**:安装[浏览器插件](packages/browser-extension/),一键保存任意网页到暂存台。快捷键 Ctrl+Shift+M 或右键菜单 →「Save to MindOS」。
208
+ - **网页剪藏**:安装[浏览器插件](packages/browser-extension/),一键保存任意网页到收集箱。快捷键 Ctrl+Shift+M 或右键菜单 →「Save to MindOS」。
209
209
  - **Agent 导入**:让任意已连接的 Agent 阅读文档并同步到你的知识库。
210
210
 
211
211
  ## ✨ 功能特性
@@ -217,7 +217,7 @@ MindOS 的知识不必从零开始——把你已有的信息导入进来:
217
217
  - **一键导入**:拖拽文件即可导入,Inline AI Organize 自动分析、分类、写入知识库,支持进度追踪和撤销。
218
218
  - **新手引导**:首次使用的分步引导体验,帮助新用户快速搭建知识库并连接第一个 Agent。
219
219
  - **插件扩展**:多种内置渲染器插件——TODO Board、CSV Views、Wiki Graph、Timeline、Workflow Editor、Agent Inspector 等。
220
- - **网页剪藏**:浏览器扩展,一键将任意网页保存为干净的 Markdown——存入暂存台,稍后 AI 自动整理归档。[安装 →](packages/browser-extension/)
220
+ - **网页剪藏**:浏览器扩展,一键将任意网页保存为干净的 Markdown——存入收集箱,稍后 AI 自动整理归档。[安装 →](packages/browser-extension/)
221
221
 
222
222
  **Agent 侧**
223
223
 
package/bin/mindos CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geminilight/mindos-darwin-x64",
3
- "version": "1.0.10",
3
+ "version": "1.1.3",
4
4
  "description": "MindOS runtime package for darwin-x64",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -10,9 +10,6 @@
10
10
  "cpu": [
11
11
  "x64"
12
12
  ],
13
- "bin": {
14
- "mindos": "bin/mindos"
15
- },
16
13
  "files": [
17
14
  "bin/",
18
15
  "package.json",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "product": {
4
4
  "name": "@geminilight/mindos",
5
- "version": "1.0.10"
5
+ "version": "1.1.3"
6
6
  },
7
7
  "package": {
8
8
  "name": "@geminilight/mindos-darwin-x64",