@seacloudai/seacloud-cli 0.0.4 → 0.0.6

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
@@ -53,7 +53,7 @@ make install
53
53
  ```
54
54
 
55
55
  > Requires Go 1.26+
56
- > The installed binary uses the default service endpoints for the public CLI. You can override them with `SEACLOUD_BASE_URL`, `SEACLOUD_MODELS_URL`, `SEACLOUD_GENERATION_URL`, and `SEACLOUD_SKILLHUB_URL`.
56
+ > The installed binary uses the default public service endpoints. In Folkos-managed runtimes, Vtrix generation requests are automatically rewritten to the fixed Folkos proxy URL.
57
57
 
58
58
  If `/usr/local/bin` requires elevated permissions:
59
59
 
package/README.zh.md CHANGED
@@ -53,7 +53,7 @@ make install
53
53
  ```
54
54
 
55
55
  > 需要 Go 1.26+
56
- > 安装后的二进制会注入公开版本使用的默认服务地址。你也可以通过 `SEACLOUD_BASE_URL`、`SEACLOUD_MODELS_URL`、`SEACLOUD_GENERATION_URL`、`SEACLOUD_SKILLHUB_URL` 覆盖这些地址。
56
+ > 安装后的二进制会注入公开版本使用的默认服务地址。在 Folkos 托管运行时里,Vtrix 生成请求会自动改写到固定的 Folkos 代理地址。
57
57
 
58
58
  如果 `/usr/local/bin` 需要更高权限:
59
59
 
@@ -1,5 +1,5 @@
1
- ba1db2eaeec822b643de26d9aaef6d4e64193394cee928f0e057511a315df8d7 seacloud_0.0.4_darwin_amd64.tar.gz
2
- 88c3b53977f89e612b9476be2a79e5fda4cf27744ea798b01d6c33e3ba83974b seacloud_0.0.4_darwin_arm64.tar.gz
3
- f1b124a2f0a3faa10919843e7f0cfdf5241b33f6bb290744dc6f37e403b7b71c seacloud_0.0.4_linux_amd64.tar.gz
4
- 59736cf7bbee8dd31bdb464adf8cb92230bbdf3b96d94dc9ee8f45c168acb989 seacloud_0.0.4_linux_arm64.tar.gz
5
- 2b6cb28db6621d23938f59e40921bef7961edc3d8326460f8ef66b888df931b6 seacloud_0.0.4_windows_amd64.zip
1
+ 2584365f4a8ef5a8d02712b5ff8f674769565b4682b4f328be33a73bc157e44d seacloud_0.0.6_darwin_amd64.tar.gz
2
+ d474c4111ee3b5305f870706d60cef45fc2ea5b2481637717d0e9c03faa2a2a4 seacloud_0.0.6_darwin_arm64.tar.gz
3
+ 96f18224571edd47e363382438b2b3a220dc45d337e1bfb47bdd6045238a642e seacloud_0.0.6_linux_amd64.tar.gz
4
+ f2a6e3f5e8afbca27eb9d0fd7d843ba0e4c64db2dace120eb89d1dca3656318c seacloud_0.0.6_linux_arm64.tar.gz
5
+ 06a87d685eb5c0603da620b220b48663b10166356f567bf659619d5df3ca8a02 seacloud_0.0.6_windows_amd64.zip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seacloudai/seacloud-cli",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "npm installer wrapper for the SeaCloud CLI binary",
5
5
  "license": "MIT",
6
6
  "publishConfig": {