diff --git a/euler-copilot-shell-0.10.0.tar.gz b/euler-copilot-shell-0.10.0.tar.gz index a7a1d3e9d8df802d560d71f449e4721cfbf9421d..4a4e027618a1fbab572449091483c881f02f7897 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 6830cd20313e580f46877969049a46bfe52d3f4b..82859f10725932dffa07b21c3bf895bb087a30b6 100644 --- a/euler-copilot-shell.spec +++ b/euler-copilot-shell.spec @@ -4,7 +4,7 @@ Name: euler-copilot-shell Version: 0.10.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: openEuler Intelligence 智能命令行工具集 License: MulanPSL-2.0 URL: https://gitee.com/openeuler/euler-copilot-shell @@ -34,6 +34,8 @@ openEuler Intelligence 智能 Shell 是一个智能命令行程序。 # 部署安装工具子包 %package -n openeuler-intelligence-installer Summary: openEuler Intelligence 部署安装脚本 +Requires: python3-aiohttp +Requires: python3-requests BuildArch: noarch %description -n openeuler-intelligence-installer @@ -47,17 +49,16 @@ openEuler Intelligence 部署安装工具包,包含部署脚本和相关资源 python3 -m venv %{_builddir}/venv source %{_builddir}/venv/bin/activate -# 升级pip和setuptools +# 升级 pip 和 setuptools pip install -i https://mirrors.huaweicloud.com/repository/pypi/simple --upgrade pip setuptools wheel # 安装项目依赖 pip install -i https://mirrors.huaweicloud.com/repository/pypi/simple -r requirements.txt -# 安装PyInstaller +# 安装 PyInstaller pip install -i https://mirrors.huaweicloud.com/repository/pypi/simple pyinstaller # 使用虚拟环境中的 PyInstaller 创建单一可执行文件 -# 使用专用的 .spec 文件解决 Textual 动态导入问题 pyinstaller --noconfirm \ --distpath dist \ oi-cli.spec @@ -98,6 +99,10 @@ ln -sf /usr/lib/openeuler-intelligence/scripts/deploy %{buildroot}%{_bindir}/ope %{_bindir}/openeuler-intelligence-installer %changelog +* Tue Sep 09 2025 openEuler - 0.10.0-4 +- 优化安装脚本:添加内核版本检查和架构支持,优化 MongoDB 和 MinIO 安装逻辑 +- 优化 MCP 交互相关 TUI 样式 + * Thu Sep 04 2025 openEuler - 0.10.0-3 - 部署功能新增支持全量部署(含 RAG、Web) - 允许构建 riscv64 loongarch64 版本