Skip to content

Commit 3f7601a

Browse files
cwclaude
andcommitted
chore: 更新域名为 opencli.ai
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b7e6dea commit 3f7601a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

daemon/lib/capabilities/capability_loader.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
set -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
339339
config_version: 1
340340
auto_mode: true
@@ -361,7 +361,7 @@ cache:
361361
capabilities:
362362
auto_update: true
363363
update_interval: 3600 # 秒
364-
repository: "https://capabilities.opencli.io"
364+
repository: "https://opencli.ai/api/capabilities"
365365
366366
# 插件配置
367367
plugins:
@@ -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

0 commit comments

Comments
 (0)