File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class CapabilityLoader {
2626
2727 CapabilityLoader ({
2828 String ? cacheDirectory,
29- this .repositoryUrl = 'https://capabilities. opencli.io ' ,
29+ this .repositoryUrl = 'https://opencli.ai/api/capabilities ' ,
3030 this .manifestCacheDuration = const Duration (hours: 1 ),
3131 }) : cacheDirectory = cacheDirectory ?? _defaultCacheDir ();
3232
Original file line number Diff line number Diff line change 11#! /bin/bash
22# OpenCLI 一键安装脚本
3- # curl -fsSL https://opencli.io /install | sh
3+ # curl -fsSL https://opencli.ai /install | sh
44# 或者: curl -fsSL https://raw.githubusercontent.com/user/opencli/main/scripts/install.sh | sh
55
66set -e
@@ -334,7 +334,7 @@ create_default_config() {
334334 if [ ! -f " $config_file " ]; then
335335 cat > " $config_file " << 'EOF '
336336# OpenCLI 配置文件
337- # 更多配置项请参考: https://opencli.io /docs/config
337+ # 更多配置项请参考: https://opencli.ai /docs/config
338338
339339config_version: 1
340340auto_mode: true
@@ -361,7 +361,7 @@ cache:
361361capabilities:
362362 auto_update: true
363363 update_interval: 3600 # 秒
364- repository: "https://capabilities. opencli.io "
364+ repository: "https://opencli.ai/api/capabilities "
365365
366366# 插件配置
367367plugins:
@@ -585,7 +585,7 @@ print_completion() {
585585 echo " "
586586 echo -e " ${CYAN} 4.${NC} 开始使用!"
587587 echo " "
588- echo " 更多信息: https://opencli.io /docs"
588+ echo " 更多信息: https://opencli.ai /docs"
589589 echo " "
590590}
591591
You can’t perform that action at this time.
0 commit comments