Skip to content

Commit 950ddde

Browse files
committed
chore: bump version to 0.1.5.post2
1 parent e5b288c commit 950ddde

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,26 @@
2323

2424
## 📢 News
2525

26+
- **2026-04-20** 🎨 Kimi K2.6 support, Telegram long-message split, WebUI typography & dark-mode polish.
27+
- **2026-04-19** 🌐 WebUI i18n locale switcher, atomic session writes with auto-repair.
28+
- **2026-04-18** 🧪 Initial WebUI chat, smarter setup wizard menus, WebSocket multi-chat multiplexing.
29+
- **2026-04-17** 🪟 Windows & Python 3.14 CI, Dream line-age memory, email self-loop guard.
30+
- **2026-04-16** 📡 SSE streaming for OpenAI-compatible API, Discord channel allow-list.
31+
- **2026-04-15** 🎛️ LM Studio & nullable API keys, MiniMax thinking endpoint, runtime SelfTool.
2632
- **2026-04-14** 🚀 Released **v0.1.5.post1** — Dream skill discovery, mid-turn follow-up injection, WebSocket channel, and deeper channel integrations. Please see [release notes](https://github.com/HKUDS/nanobot/releases/tag/v0.1.5.post1) for details.
2733
- **2026-04-13** 🛡️ Agent turn hardened — user messages persisted early, auto-compact skips active tasks.
2834
- **2026-04-12** 🔒 Lark global domain support, Dream learns discovered skills, shell sandbox tightened.
2935
- **2026-04-11** ⚡ Context compact shrinks sessions on the fly; Kagi web search; QQ & WeCom full media.
36+
37+
<details>
38+
<summary>Earlier news</summary>
39+
3040
- **2026-04-10** 📓 Notebook editing tool, multiple MCP servers, Feishu streaming & done-emoji.
3141
- **2026-04-09** 🔌 WebSocket channel, unified cross-channel session, `disabled_skills` config.
3242
- **2026-04-08** 📤 API file uploads, OpenAI reasoning auto-routing with Responses fallback.
3343
- **2026-04-07** 🧠 Anthropic adaptive thinking, MCP resources & prompts exposed as tools.
3444
- **2026-04-06** 🛰️ Langfuse observability, unified Whisper transcription, email attachments.
3545
- **2026-04-05** 🚀 Released **v0.1.5** — sturdier long-running tasks, Dream two-stage memory, production-ready sandboxing and programming Agent SDK. Please see [release notes](https://github.com/HKUDS/nanobot/releases/tag/v0.1.5) for details.
36-
37-
<details>
38-
<summary>Earlier news</summary>
39-
4046
- **2026-04-04** 🚀 Jinja2 response templates, Dream memory hardened, smarter retry handling.
4147
- **2026-04-03** 🧠 Xiaomi MiMo provider, chain-of-thought reasoning visible, Telegram UX polish.
4248
- **2026-04-02** 🧱 Long-running tasks run more reliably — core runtime hardening.

nanobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def _resolve_version() -> str:
2121
return _pkg_version("nanobot-ai")
2222
except PackageNotFoundError:
2323
# Source checkouts often import nanobot without installed dist-info.
24-
return _read_pyproject_version() or "0.1.5.post1"
24+
return _read_pyproject_version() or "0.1.5.post2"
2525

2626

2727
__version__ = _resolve_version()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nanobot-ai"
3-
version = "0.1.5.post1"
3+
version = "0.1.5.post2"
44
description = "A lightweight personal AI assistant framework"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)