From 5b2e65b925fe49a5e24f7789d4c3ce37eb423c0c Mon Sep 17 00:00:00 2001 From: Hongyu Shi Date: Wed, 29 Oct 2025 11:08:30 +0800 Subject: [PATCH] chore: add change logs Signed-off-by: Hongyu Shi --- distribution/linux/euler-copilot-shell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/distribution/linux/euler-copilot-shell.spec b/distribution/linux/euler-copilot-shell.spec index 04e20d1..4a28d38 100644 --- a/distribution/linux/euler-copilot-shell.spec +++ b/distribution/linux/euler-copilot-shell.spec @@ -4,7 +4,7 @@ Name: euler-copilot-shell Version: 0.10.2 -Release: 2%{?dev_timestamp:.dev%{dev_timestamp}}%{?dist} +Release: 3%{?dev_timestamp:.dev%{dev_timestamp}}%{?dist} Summary: openEuler Intelligence 智能命令行工具集 License: MulanPSL-2.0 URL: https://gitee.com/openeuler/euler-copilot-shell @@ -134,6 +134,9 @@ rm -f /usr/lib/openeuler-intelligence/scripts/5-resource/env.* fi %changelog +* Wed Oct 29 2025 openEuler - 0.10.2-3 +- Fix issue where failing to fetch mcp when creating agent with oi-manager + * Sat Oct 25 2025 openEuler - 0.10.2-2 - Add internationalization support (currently supports English and Simplified Chinese) - Fix issue where settings page may reopen multiple times -- Gitee