v0.1.3.post7
π 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 https://github.com/HKUDS/nanobot/pull/389
- fixed dingtalk exception. by @Mrart in https://github.com/HKUDS/nanobot/pull/439
- feat: add MiniMax provider support via LiteLLM by @tars90percent in https://github.com/HKUDS/nanobot/pull/307
- fix:cli input clean and display issue by @zcxixixi in https://github.com/HKUDS/nanobot/pull/488
- fix: pydantic deprecation configdict by @SergioSV96 in https://github.com/HKUDS/nanobot/pull/516
- feat: add interleaved chain-of-thought to agent loop by @Re-bin in https://github.com/HKUDS/nanobot/pull/538
- feat(cron): add 'at' parameter for one-time scheduled tasks by @3927o in https://github.com/HKUDS/nanobot/pull/533
- fix(subagent): add edit_file tool and time context to sub agent by @Re-bin in https://github.com/HKUDS/nanobot/pull/543
- feat: redesign memory system β two-layer architecture with grep-based retrieval by @Re-bin in https://github.com/HKUDS/nanobot/pull/565
- feat: add /new command by @Qinnnnnn in https://github.com/HKUDS/nanobot/pull/569
- Add max iterations info to fallback message by @3927o in https://github.com/HKUDS/nanobot/pull/567
- fix(security): bind WhatsApp bridge to localhost + optional token auth by @Re-bin in https://github.com/HKUDS/nanobot/pull/587
New Contributors
- @tjb-tech made their first contribution in https://github.com/HKUDS/nanobot/pull/389
- @Mrart made their first contribution in https://github.com/HKUDS/nanobot/pull/439
- @tars90percent made their first contribution in https://github.com/HKUDS/nanobot/pull/307
- @SergioSV96 made their first contribution in https://github.com/HKUDS/nanobot/pull/516
- @Re-bin made their first contribution in https://github.com/HKUDS/nanobot/pull/538
- @3927o made their first contribution in https://github.com/HKUDS/nanobot/pull/533
- @Qinnnnnn made their first contribution in https://github.com/HKUDS/nanobot/pull/569
Full Changelog: https://github.com/HKUDS/nanobot/compare/v0.1.3.post6...v0.1.3.post7