@seacloudai/seacloud-cli 0.0.12 → 0.0.14
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 +4 -4
- package/README.zh.md +4 -4
- package/npm-bundles/SHA256SUMS +5 -5
- package/npm-bundles/seacloud_0.0.14_darwin_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.14_darwin_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.14_linux_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.14_linux_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.14_windows_amd64.zip +0 -0
- package/package.json +1 -1
- package/npm-bundles/seacloud_0.0.12_darwin_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.12_darwin_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.12_linux_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.12_linux_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.12_windows_amd64.zip +0 -0
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<p>
|
|
20
20
|
<a href="./README.zh.md">中文文档</a>
|
|
21
21
|
·
|
|
22
|
-
<a href="https://
|
|
22
|
+
<a href="https://cloud.seaart.ai/">Official Website</a>
|
|
23
23
|
</p>
|
|
24
24
|
</div>
|
|
25
25
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
- **Authentication**: Sign in with the browser-based device flow and store credentials locally.
|
|
29
29
|
- **Model discovery**: List available models and inspect full parameter specs in human-readable or JSON form.
|
|
30
30
|
- **Task execution**: Submit multimodal generation tasks from the CLI with parameter validation and structured output options.
|
|
31
|
-
- **
|
|
31
|
+
- **Proxy-based image generation**: Call sync image-generation models through a compatible proxy service, with optional asset URL output.
|
|
32
32
|
- **Task tracking**: Poll task status and print result URLs or full JSON responses.
|
|
33
33
|
- **SkillHub integration**: Search, install, and configure agent skills from SeaCloud SkillHub.
|
|
34
34
|
- **Agent-friendly UX**: Supports `--dry-run`, JSON output, stable command shapes, and copy-pasteable examples.
|
|
@@ -54,7 +54,7 @@ make install
|
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
> Requires Go 1.26+
|
|
57
|
-
> The installed binary uses the default public service endpoints. In
|
|
57
|
+
> The installed binary uses the default public service endpoints. In managed runtimes that inject `GATEWAY_URL` plus a managed token, Vtrix generation requests can be rewritten through the runtime proxy automatically.
|
|
58
58
|
|
|
59
59
|
If `/usr/local/bin` requires elevated permissions:
|
|
60
60
|
|
|
@@ -210,7 +210,7 @@ seacloud version
|
|
|
210
210
|
|
|
211
211
|
- Use `--output json` where supported for machine-readable responses.
|
|
212
212
|
- Use `--output url` on task commands to print only result URLs.
|
|
213
|
-
- Set `SEACLOUD_FOLKOS_PROXY_URL` to the root of your
|
|
213
|
+
- Set `SEACLOUD_FOLKOS_PROXY_URL` to the root of your proxy service when using `seacloud images generate` or sync image models through `seacloud run`.
|
|
214
214
|
- Use global `--dry-run` to inspect execution without sending requests.
|
|
215
215
|
|
|
216
216
|
Example:
|
package/README.zh.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<p>
|
|
20
20
|
<a href="./README.md">English</a>
|
|
21
21
|
·
|
|
22
|
-
<a href="https://
|
|
22
|
+
<a href="https://cloud.seaart.ai/">SeaCloud官网</a>
|
|
23
23
|
</p>
|
|
24
24
|
</div>
|
|
25
25
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
- **认证登录**:支持浏览器设备码登录,并将凭证安全保存在本地。
|
|
29
29
|
- **模型发现**:列出可用模型,并以可读文本或 JSON 查看完整参数规格。
|
|
30
30
|
- **任务执行**:通过 CLI 提交多模态生成任务,支持参数校验和结构化输出。
|
|
31
|
-
-
|
|
31
|
+
- **代理生图**:通过兼容的代理服务调用同步生图模型,并可选择输出资产 URL。
|
|
32
32
|
- **任务追踪**:轮询任务状态,输出结果 URL 或完整 JSON。
|
|
33
33
|
- **SkillHub 集成**:搜索、安装和配置 SeaCloud SkillHub 技能。
|
|
34
34
|
- **Agent 友好**:支持 `--dry-run`、JSON 输出、稳定命令结构和可直接复制的示例。
|
|
@@ -54,7 +54,7 @@ make install
|
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
> 需要 Go 1.26+
|
|
57
|
-
>
|
|
57
|
+
> 安装后的二进制会注入公开版本使用的默认服务地址。在会注入 `GATEWAY_URL` 和托管 token 的运行时里,Vtrix 生成请求可以自动改写到运行时代理。
|
|
58
58
|
|
|
59
59
|
如果 `/usr/local/bin` 需要更高权限:
|
|
60
60
|
|
|
@@ -210,7 +210,7 @@ seacloud version
|
|
|
210
210
|
|
|
211
211
|
- 在支持的命令上使用 `--output json` 获取机器可读输出。
|
|
212
212
|
- 在任务命令上使用 `--output url` 只打印结果 URL。
|
|
213
|
-
- 使用 `seacloud images generate` 或通过 `seacloud run` 调用同步生图模型时,请把 `SEACLOUD_FOLKOS_PROXY_URL`
|
|
213
|
+
- 使用 `seacloud images generate` 或通过 `seacloud run` 调用同步生图模型时,请把 `SEACLOUD_FOLKOS_PROXY_URL` 设置为你的代理服务根地址。
|
|
214
214
|
- 使用全局 `--dry-run` 在不发请求的前提下检查执行内容。
|
|
215
215
|
|
|
216
216
|
示例:
|
package/npm-bundles/SHA256SUMS
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
dd1122c496eadff0222d582fdee5652f5d5a69b3db8c0053169b738fb1cead6f seacloud_0.0.14_darwin_amd64.tar.gz
|
|
2
|
+
7a60150b6f46f4a0cf91a3c27e8bb0dfed683f7a49145881c869ef7396c0f29e seacloud_0.0.14_darwin_arm64.tar.gz
|
|
3
|
+
a3146b677ff5206807b4d535644ba17f0ac3feb8861204d7ce85a41ec66e059e seacloud_0.0.14_linux_amd64.tar.gz
|
|
4
|
+
a0debf031113dc5dc23c19381e69b350e6c85e7de312b34d9edd3807c4cc6995 seacloud_0.0.14_linux_arm64.tar.gz
|
|
5
|
+
9ba594641dacd4027ce66c073a4018d893504c8ee4c0047e283d7a0d161c2880 seacloud_0.0.14_windows_amd64.zip
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|