From aebe928cf07fb29179fcbde2e4d69a08a6f37f5e Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Fri, 27 Mar 2026 15:17:22 +0000 Subject: [PATCH] docs: update v0.1.4.post6 release news --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb950ab6b..cea14f509 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ - **2026-03-27** 🚀 Released **v0.1.4.post6** — architecture decoupling, litellm removal, end-to-end streaming, WeChat channel, and a security fix. Please see [release notes](https://github.com/HKUDS/nanobot/releases/tag/v0.1.4.post6) for details. - **2026-03-26** 🏗️ Agent runner extracted and lifecycle hooks unified; stream delta coalescing at boundaries. -- **2026-03-25** 🌏 Step Fun provider, configurable timezone, Gemini thought signatures, channel retry with backoff. -- **2026-03-24** 🔧 WeChat channel compatibility, Feishu CardKit streaming, test suite restructured, cron workspace scoping. +- **2026-03-25** 🌏 StepFun provider, configurable timezone, Gemini thought signatures. +- **2026-03-24** 🔧 WeChat compatibility, Feishu CardKit streaming, test suite restructured. - **2026-03-23** 🔧 Command routing refactored for plugins, WhatsApp/WeChat media, unified channel login CLI. - **2026-03-22** ⚡ End-to-end streaming, WeChat channel, Anthropic cache optimization, `/status` command. - **2026-03-21** 🔒 Replace `litellm` with native `openai` + `anthropic` SDKs. Please see [commit](https://github.com/HKUDS/nanobot/commit/3dfdab7).