From 637c200dee803af55ae606ed41baf4433aa47b4a Mon Sep 17 00:00:00 2001 From: Re-bin Date: Tue, 24 Feb 2026 16:34:22 +0000 Subject: [PATCH] docs: update v0.1.4.post2 release news --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2483e4..36c4ada 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,13 @@ ⚡️ Delivers core agent functionality in just **~4,000** lines of code — **99% smaller** than Clawdbot's 430k+ lines. -📏 Real-time line count: **3,955 lines** (run `bash core_agent_lines.sh` to verify anytime) +📏 Real-time line count: **3,966 lines** (run `bash core_agent_lines.sh` to verify anytime) ## 📢 News +- **2026-02-24** 🚀 Released **v0.1.4.post2** — a reliability-focused release with a redesigned heartbeat, prompt cache optimization, and hardened provider & channel stability. See [release notes](https://github.com/HKUDS/nanobot/releases/tag/v0.1.4.post2) for details. +- **2026-02-23** 🔧 Heartbeat now uses virtual tool calls for silent idle. Prompt prefix stabilized for cache reuse. Slack mrkdwn fixes. +- **2026-02-22** 🛡️ Slack thread-isolated sessions, Discord typing loop fix, and agent reliability improvements across the board. - **2026-02-21** 🎉 Released **v0.1.4.post1** — new providers, media support across channels, and major stability improvements. See [release notes](https://github.com/HKUDS/nanobot/releases/tag/v0.1.4.post1) for details. - **2026-02-20** 🐦 Feishu now receives multimodal files from users. More reliable memory under the hood. - **2026-02-19** ✨ Slack now sends files, Discord splits long messages, and subagents work in CLI mode.