2.1.2 #2906
zhayujie
announced in
Announcements
2.1.2
#2906
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🌐 English | 中文
💬 Web Console Improvements
This release adds several visual management capabilities to the Web Console, so more configuration can be done in the UI without editing files:
🧬 Self-Evolution Improvements
Building on the Self-Evolution introduced in the previous release, this version refines it further:
Documentation: Self-Evolution
🤖 New Models
kimi-k2.7-code-highspeedalso availableDocumentation: Models Overview
🏢 WeCom Smart-Bot Callback Mode
The WeCom smart-bot channel adds an HTTP callback mode alongside the existing long connection, so deployments that cannot keep a long connection open can still connect reliably:
websocket(long connection) andwebhook(callback) viawecom_bot_modeThanks @6vision (#2896 #2869)
Documentation: WeCom Smart Bot
🔒 Security Hardening
web_fetchvalidates the target address before fetching and re-validates every redirect hop, preventing redirects from bypassing the check to reach internal addresses. Thanks @Christop (fix(web_fetch): add SSRF guard for model-supplied URLs #2900)skills/directory through path traversal and writing to an unauthorized location. Thanks @kirs-hi (fix(security): SSRF protection for vision tool + path traversal guard for skill install #2886)🛠 Improvements & Fixes
python -clong commands exceeding thecmd.exelength limit; avoid building greenlet from source during installroles/*.json. Thanks @sufan721 ( - Auto-scan roles/*.json on startup and merge into built-in roles #2891)/canceland an infinite loop in image compression (Thanks @kirs-hi fix: avoid KeyError on /cancel and infinite loop in image compression #2888)MEMORY.md📦 Upgrade
Source-code deployments can run
cow updatefor a one-click upgrade, or pull the latest code and restart manually. See the Upgrade Guide for details.Release Date: 2026.06.18 | Full Changelog
This discussion was created from the release 2.1.2.
Beta Was this translation helpful? Give feedback.
All reactions