From 7868a1f410555ce831100b5ad6f67f9931b59fe9 Mon Sep 17 00:00:00 2001 From: Fenghuang Date: Sun, 16 Aug 2026 20:41:21 +0900 Subject: [PATCH 1/5] Add xiaoyu agent --- xiaoyu/agent.json | 15 +++++++++++++++ xiaoyu/icon.svg | 1 + 2 files changed, 16 insertions(+) create mode 100644 xiaoyu/agent.json create mode 100644 xiaoyu/icon.svg diff --git a/xiaoyu/agent.json b/xiaoyu/agent.json new file mode 100644 index 000000000..14921054d --- /dev/null +++ b/xiaoyu/agent.json @@ -0,0 +1,15 @@ +{ + "id": "xiaoyu", + "name": "小羽 (Xiaoyu)", + "version": "0.30.11", + "description": "Coding agent with plan mode, session restore, model selector, and multi-provider routing — terminal TUI and ACP in one Python package.", + "repository": "https://github.com/pholex/zhinu", + "authors": ["Fenghuang"], + "license": "MIT", + "distribution": { + "uvx": { + "package": "xiaoyu-agent==0.30.11", + "args": ["--acp"] + } + } +} diff --git a/xiaoyu/icon.svg b/xiaoyu/icon.svg new file mode 100644 index 000000000..ed6b483cd --- /dev/null +++ b/xiaoyu/icon.svg @@ -0,0 +1 @@ + From 63b0e8475bd2dc7d0f84dde306e8151ca27b653f Mon Sep 17 00:00:00 2001 From: Fenghuang Date: Sun, 16 Aug 2026 22:22:08 +0900 Subject: [PATCH 2/5] Update xiaoyu to v0.31.0 --- xiaoyu/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xiaoyu/agent.json b/xiaoyu/agent.json index 14921054d..c8268892c 100644 --- a/xiaoyu/agent.json +++ b/xiaoyu/agent.json @@ -1,14 +1,14 @@ { "id": "xiaoyu", "name": "小羽 (Xiaoyu)", - "version": "0.30.11", + "version": "0.31.0", "description": "Coding agent with plan mode, session restore, model selector, and multi-provider routing — terminal TUI and ACP in one Python package.", "repository": "https://github.com/pholex/zhinu", "authors": ["Fenghuang"], "license": "MIT", "distribution": { "uvx": { - "package": "xiaoyu-agent==0.30.11", + "package": "xiaoyu-agent==0.31.0", "args": ["--acp"] } } From bf4ff40ba1e2df624f692db80ec7c99c459eb23c Mon Sep 17 00:00:00 2001 From: Fenghuang Date: Mon, 17 Aug 2026 02:13:19 +0900 Subject: [PATCH 3/5] xiaoyu: 0.31.0 -> 0.31.3 --- xiaoyu/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xiaoyu/agent.json b/xiaoyu/agent.json index c8268892c..686886225 100644 --- a/xiaoyu/agent.json +++ b/xiaoyu/agent.json @@ -1,14 +1,14 @@ { "id": "xiaoyu", "name": "小羽 (Xiaoyu)", - "version": "0.31.0", + "version": "0.31.3", "description": "Coding agent with plan mode, session restore, model selector, and multi-provider routing — terminal TUI and ACP in one Python package.", "repository": "https://github.com/pholex/zhinu", "authors": ["Fenghuang"], "license": "MIT", "distribution": { "uvx": { - "package": "xiaoyu-agent==0.31.0", + "package": "xiaoyu-agent==0.31.3", "args": ["--acp"] } } From 430509ca55608bb62c84b33d358a770ac8fdf01b Mon Sep 17 00:00:00 2001 From: Fenghuang Date: Tue, 18 Aug 2026 23:39:14 +0900 Subject: [PATCH 4/5] xiaoyu: bump pinned version to 0.33.0 --- xiaoyu/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xiaoyu/agent.json b/xiaoyu/agent.json index 686886225..bcfc59490 100644 --- a/xiaoyu/agent.json +++ b/xiaoyu/agent.json @@ -1,14 +1,14 @@ { "id": "xiaoyu", "name": "小羽 (Xiaoyu)", - "version": "0.31.3", + "version": "0.33.0", "description": "Coding agent with plan mode, session restore, model selector, and multi-provider routing — terminal TUI and ACP in one Python package.", "repository": "https://github.com/pholex/zhinu", "authors": ["Fenghuang"], "license": "MIT", "distribution": { "uvx": { - "package": "xiaoyu-agent==0.31.3", + "package": "xiaoyu-agent==0.33.0", "args": ["--acp"] } } From 85ac0d1ec1f95984c17d6723eed4be154eafeb42 Mon Sep 17 00:00:00 2001 From: Fenghuang Date: Mon, 24 Aug 2026 11:18:48 +0900 Subject: [PATCH 5/5] xiaoyu: bump pinned version to 0.40.0 --- xiaoyu/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xiaoyu/agent.json b/xiaoyu/agent.json index bcfc59490..d1e7618f8 100644 --- a/xiaoyu/agent.json +++ b/xiaoyu/agent.json @@ -1,14 +1,14 @@ { "id": "xiaoyu", "name": "小羽 (Xiaoyu)", - "version": "0.33.0", + "version": "0.40.0", "description": "Coding agent with plan mode, session restore, model selector, and multi-provider routing — terminal TUI and ACP in one Python package.", "repository": "https://github.com/pholex/zhinu", "authors": ["Fenghuang"], "license": "MIT", "distribution": { "uvx": { - "package": "xiaoyu-agent==0.33.0", + "package": "xiaoyu-agent==0.40.0", "args": ["--acp"] } }