@seacloudai/seacloud-cli 0.0.13 → 0.0.15
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 -3
- package/README.zh.md +3 -3
- package/npm-bundles/SHA256SUMS +5 -5
- package/npm-bundles/seacloud_0.0.15_darwin_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.15_darwin_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.15_linux_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.15_linux_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.15_windows_amd64.zip +0 -0
- package/package.json +1 -1
- package/npm-bundles/seacloud_0.0.13_darwin_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.13_darwin_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.13_linux_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.13_linux_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.13_windows_amd64.zip +0 -0
package/README.md
CHANGED
|
@@ -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
|
@@ -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
|
+
70d58d046ca459ed3acba7cf9358312b7683e5bab9baca0ea85cb128d4934b6e seacloud_0.0.15_darwin_amd64.tar.gz
|
|
2
|
+
fed1588ae602327111d5b6ab81ca42f4de88160b5dd8b7bb7e9dfd5c112b5ef1 seacloud_0.0.15_darwin_arm64.tar.gz
|
|
3
|
+
2d83b926fadb5ae4bf9ca8fa1ef8feb4c75352c0fd4c9d7551e4255451caa0bc seacloud_0.0.15_linux_amd64.tar.gz
|
|
4
|
+
7cfa9c49be96390a24048dfa4a34a17f91baf2ebb5f948c854f592edd80463b1 seacloud_0.0.15_linux_arm64.tar.gz
|
|
5
|
+
2ead08eb23e07d438577be21accc599685fdea32d74b4f59a2368074da1d8a76 seacloud_0.0.15_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
|