🎉 Another big release from the 🐈 nanobot community — thanks to all contributors, especially our 8 new ones!
This release fixes a critical WhatsApp bridge security vulnerability, redesigns the memory system from the ground up (two plain files + grep, no RAG), and adds interleaved chain-of-thought for smarter multi-step reasoning. We also welcome MiniMax as a new provider, and unified /new command across all platforms. Less code, more reliable — that's the nanobot way.
What's Changed
- Support MoChat Channel, an agent-first IM platform by @tjb-tech in #389
- fixed dingtalk exception. by @Mrart in #439
- feat: add MiniMax provider support via LiteLLM by @tars90percent in #307
- fix:cli input clean and display issue by @zcxixixi in #488
- fix: pydantic deprecation configdict by @SergioSV96 in #516
- feat: add interleaved chain-of-thought to agent loop by @Re-bin in #538
- feat(cron): add 'at' parameter for one-time scheduled tasks by @3927o in #533
- fix(subagent): add edit_file tool and time context to sub agent by @Re-bin in #543
- feat: redesign memory system — two-layer architecture with grep-based retrieval by @Re-bin in #565
- feat: add /new command by @Qinnnnnn in #569
- Add max iterations info to fallback message by @3927o in #567
- fix(security): bind WhatsApp bridge to localhost + optional token auth by @Re-bin in #587
New Contributors
- @tjb-tech made their first contribution in #389
- @Mrart made their first contribution in #439
- @tars90percent made their first contribution in #307
- @SergioSV96 made their first contribution in #516
- @Re-bin made their first contribution in #538
- @3927o made their first contribution in #533
- @Qinnnnnn made their first contribution in #569
Full Changelog: v0.1.3.post6...v0.1.3.post7