@1memory/cli 1.0.5-dev.6 → 1.0.6-dev.1
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 +3 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -10,7 +10,9 @@ npm i -g @1memory/cli
|
|
|
10
10
|
1memory --help
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
安装即得 `1memory` 命令:npm/pnpm 按平台自动装对应二进制子包。也可用 `pnpm add -g @1memory/cli
|
|
13
|
+
安装即得 `1memory` 命令:npm/pnpm 按平台自动装对应二进制子包。也可用 `pnpm add -g @1memory/cli`。`1memory doctor` 会把原生二进制拷到 `~/.onememory/bin`(Windows 为 `1memory.exe`)。BGE 模型由 `1memory doctor` 自动安装(国内可先设 `ONEMEMORY_MIRROR=https://hf-mirror.com`)。
|
|
14
|
+
|
|
15
|
+
MCP:`1memory mcp` 为 stdio;`1memory web` 提供 `POST /mcp` 与 `GET /sse`。工具走本地 runtime,不再另起 CLI 子进程。
|
|
14
16
|
|
|
15
17
|
纯离线:`1memory keygen --pass <密码>`。要连服务器并自动同步:必须 CLI 登录——
|
|
16
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1memory/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6-dev.1",
|
|
4
4
|
"description": "1memory CLI — encrypted cross-device AI memory",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"node": ">=16"
|
|
19
19
|
},
|
|
20
20
|
"optionalDependencies": {
|
|
21
|
-
"@1memory/cli-linux-x64": "1.0.
|
|
22
|
-
"@1memory/cli-linux-arm64": "1.0.
|
|
23
|
-
"@1memory/cli-darwin-arm64": "1.0.
|
|
24
|
-
"@1memory/cli-win32-x64": "1.0.
|
|
25
|
-
"@1memory/cli-win32-arm64": "1.0.
|
|
21
|
+
"@1memory/cli-linux-x64": "1.0.6-dev.1",
|
|
22
|
+
"@1memory/cli-linux-arm64": "1.0.6-dev.1",
|
|
23
|
+
"@1memory/cli-darwin-arm64": "1.0.6-dev.1",
|
|
24
|
+
"@1memory/cli-win32-x64": "1.0.6-dev.1",
|
|
25
|
+
"@1memory/cli-win32-arm64": "1.0.6-dev.1"
|
|
26
26
|
}
|
|
27
27
|
}
|