diff --git a/README.md b/README.md index 112e128253ebacb511125e7a3fbf8cb2ef017135..0d7abf1e8b3f8a994b9e7e5966bce4744efd6aa4 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,11 @@ oi --agent - 需要管理员权限(sudo) - 需要网络连接以下载 RPM 包 -**注意**: 此命令会自动安装系统服务,请在生产环境使用前仔细评估。 +**注意**: + +1. 此命令会自动安装系统服务,请在生产环境使用前仔细评估; +2. 如果需要重启或卸载 openEuler Intelligence 后端,请以管理员身份运行 `oi-manager` 并根据指引操作; +3. `oi-manager` 的卸载功能会清空机器上 MongoDB 和 PostgreSQL 的全部数据并重置 nginx 服务,请谨慎操作。 ### --agent 命令说明 diff --git a/euler-copilot-shell-0.10.0.tar.gz b/euler-copilot-shell-0.10.0.tar.gz index faffa94a3840902e8208052bc8698bba571a43eb..1e609649f38129de2100805fd33be5f536ee8c13 100644 Binary files a/euler-copilot-shell-0.10.0.tar.gz and b/euler-copilot-shell-0.10.0.tar.gz differ diff --git a/euler-copilot-shell.spec b/euler-copilot-shell.spec index 82859f10725932dffa07b21c3bf895bb087a30b6..8637f635c45805fabdf15e5e7bc300894a556553 100644 --- a/euler-copilot-shell.spec +++ b/euler-copilot-shell.spec @@ -4,7 +4,7 @@ Name: euler-copilot-shell Version: 0.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: openEuler Intelligence 智能命令行工具集 License: MulanPSL-2.0 URL: https://gitee.com/openeuler/euler-copilot-shell @@ -84,7 +84,7 @@ cp -r scripts/deploy/0-one-click-deploy scripts/deploy/1-check-env scripts/deplo chmod -R +x %{buildroot}/usr/lib/openeuler-intelligence/scripts/ # 创建可执行文件的符号链接 -ln -sf /usr/lib/openeuler-intelligence/scripts/deploy %{buildroot}%{_bindir}/openeuler-intelligence-installer +ln -sf /usr/lib/openeuler-intelligence/scripts/deploy %{buildroot}%{_bindir}/oi-manager %files -n openeuler-intelligence-cli %license LICENSE @@ -96,9 +96,13 @@ ln -sf /usr/lib/openeuler-intelligence/scripts/deploy %{buildroot}%{_bindir}/ope %license LICENSE %doc scripts/deploy/安装部署手册.md /usr/lib/openeuler-intelligence -%{_bindir}/openeuler-intelligence-installer +%{_bindir}/oi-manager %changelog +* Wed Sep 10 2025 openEuler - 0.10.0-5 +- 支持切换 MCP 自动执行模式 +- 简化安装器命令为 oi-manager + * Tue Sep 09 2025 openEuler - 0.10.0-4 - 优化安装脚本:添加内核版本检查和架构支持,优化 MongoDB 和 MinIO 安装逻辑 - 优化 MCP 交互相关 TUI 样式