From 890d7cf85327c13500be5ed13db70f87a4e91243 Mon Sep 17 00:00:00 2001 From: Re-bin Date: Thu, 12 Feb 2026 15:28:07 +0000 Subject: [PATCH] docs: news about the redesigned memory system --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f36f9dc..ef16273 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ ## 📢 News +- **2026-02-12** 🧠 Redesigned memory system — Less code, more reliable. Join the [discussion](https://github.com/HKUDS/nanobot/discussions/566) about it! - **2026-02-10** 🎉 Released v0.1.3.post6 with improvements! Check the updates [notes](https://github.com/HKUDS/nanobot/releases/tag/v0.1.3.post6) and our [roadmap](https://github.com/HKUDS/nanobot/discussions/431). - **2026-02-09** 💬 Added Slack, Email, and QQ support — nanobot now supports multiple chat platforms! - **2026-02-08** 🔧 Refactored Providers—adding a new LLM provider now takes just 2 simple steps! Check [here](#providers).