Skip to content

chatgpt-on-wechat

v2.1.1 Security

This release includes 1 security fix for security teams reviewing exposed deployments.

โœ“ No known CVEs patched
Read the diff โ†’ Tool health โ†’ What is this tool? โ†’
This release patches 1 known CVE

Topics

ai ai-agent ai-agents chatgpt-on-wechat claude claude-code
+10 more
codex cowagent deepseek harness llm mcp multi-agent openai openclaw skills

Affected surfaces

auth breaking_upgrade

ReleasePort's take

Moderate signal
editorial:auto 1mo

Releaseโ€ฏ2.1.1 adds Selfโ€‘Evolution for automatic background conversation improvement and hardens deployment security by restricting credential files to ~/.cow/.env while rejecting empty wechatmp_token webhook requests.

Why it matters: The new Selfโ€‘Evolution feature enables continuous refinement of interactions, and the security fix (severityโ€ฏ80) limits credential exposure to a protected path, requiring immediate review of any existing deployments using wechatmp_token webhooks.

Summary

AI summary

Updates ๐Ÿงฉ Cross-platform MCP Enhancements, ๐Ÿ›  Improvements & Fixes, and https://docs.cowagent.ai/memory/self-evolution across a mixed release.

Changes in this release

Security High

Hardens deployment security by restricting credentialโ€‘file block to ~/.cow/.env and rejecting empty wechatmp_token webhook requests.

Hardens deployment security by restricting credentialโ€‘file block to ~/.cow/.env and rejecting empty wechatmp_token webhook requests.

Source: llm_adapter@2026-06-09

Confidence: high

โ€”
Feature Medium

Enhances Web Console with message edit, delete, regenerate, parallel sessions, and dragโ€‘andโ€‘drop file support.

Enhances Web Console with message edit, delete, regenerate, parallel sessions, and dragโ€‘andโ€‘drop file support.

Source: llm_adapter@2026-06-09

Confidence: high

โ€”
Feature Medium

Enables concurrent calls for sse and streamableโ€‘http transports in MCP for faster multiโ€‘tool responses.

Enables concurrent calls for sse and streamableโ€‘http transports in MCP for faster multiโ€‘tool responses.

Source: llm_adapter@2026-06-09

Confidence: high

โ€”
Feature Medium

Adds MiniMax-M3 as default model while keeping M2.7 series available.

Adds MiniMax-M3 as default model while keeping M2.7 series available.

Source: llm_adapter@2026-06-09

Confidence: high

โ€”
Feature Medium

Adds support for Qwen3.7โ€‘plus multiโ€‘modal conversations.

Adds support for Qwen3.7โ€‘plus multiโ€‘modal conversations.

Source: llm_adapter@2026-06-09

Confidence: high

โ€”
Feature Medium

Adds Self-Evolution feature enabling automatic background review and improvement of conversations.

Adds Self-Evolution feature enabling automatic background review and improvement of conversations.

Source: llm_adapter@2026-06-09

Confidence: low

โ€”
Feature Medium

Adds selectable and persistent ASR model option in Web Console.

Adds selectable and persistent ASR model option in Web Console.

Source: llm_adapter@2026-06-09

Confidence: low

โ€”
Feature Medium

Adds Windows compatibility fix for stdio communication and configurable server timeout in MCP.

Adds Windows compatibility fix for stdio communication and configurable server timeout in MCP.

Source: llm_adapter@2026-06-09

Confidence: low

โ€”
Feature Low

Introduces Selfโ€‘Evolution enabling automatic background review, skill creation, task followโ€‘up, and memory updates after conversation idle.

Introduces Selfโ€‘Evolution enabling automatic background review, skill creation, task followโ€‘up, and memory updates after conversation idle.

Source: granite4.1:30b@2026-06-09-audit

Confidence: low

โ€”
Feature Low

Allows selecting and persisting the ASR (speech recognition) model in the Web Console settings.

Allows selecting and persisting the ASR (speech recognition) model in the Web Console settings.

Source: granite4.1:30b@2026-06-09-audit

Confidence: low

โ€”
Feature Low

Adds group task board plugin source to CowAgent.

Adds group task board plugin source to CowAgent.

Source: granite4.1:30b@2026-06-09-audit

Confidence: low

โ€”
Bugfix Medium

Fixes Pythonโ€ฏ3.13 installation and dependency compatibility issues.

Fixes Pythonโ€ฏ3.13 installation and dependency compatibility issues.

Source: llm_adapter@2026-06-09

Confidence: high

โ€”
Bugfix Medium

Improves cancellation reliability for streaming replies.

Improves cancellation reliability for streaming replies.

Source: llm_adapter@2026-06-09

Confidence: high

โ€”
Full changelog

๐ŸŒ English | ไธญๆ–‡

๐Ÿงฌ Self-Evolution

CowAgent introduces Self-Evolution, letting the agent go beyond completing a single task and keep improving through everyday collaboration with you:

  • Automatic review after idle: Once a conversation goes idle, the agent reviews it in the background to fix problems a skill exposed in use, create reusable new skills, follow up on unfinished tasks, and record important information into memory and the knowledge base
  • Silent by default, notify on demand: It reports what it changed only when it actually made a change, and stays silent otherwise
  • Safe and reversible: Every review is backed up beforehand and can be undone at any time. Built-in skills are protected, and all reads and writes stay within the workspace

Enabled by default for new installs. Existing users can turn it on with a single click in the Web Console under Settings โ†’ Agent Config.

Documentation: Self-Evolution

๐Ÿ’ฌ Web Console Upgrades

The Web Console chat experience gets several enhancements:

  • Message management: Edit, delete, and regenerate both user and bot messages; code blocks now include language labels and a one-click copy button
  • Parallel sessions: Run multiple sessions at the same time without interference, with live streaming automatically resumed when you switch back to a session
  • Refinements: Drag and drop files anywhere in the chat view; automatically switch to a sibling session after deleting the active one

Thanks @core-power (#2865)

๐Ÿงฉ Cross-platform MCP Enhancements

  • Windows compatibility fix: Fixed stdio communication failing on Windows, and made the server timeout configurable via mcp.json
  • Concurrent calls: The sse and streamable-http transports now support concurrent calls across sessions for faster multi-tool responses

Thanks @xliu123321 (#2859)

Documentation: MCP Tools

๐Ÿค– New Models & Improvements

  • MiniMax-M3: Added and set as the default model, with the M2.7 series kept as an option. Thanks @octo-patch (#2855)
  • Qwen3.7-plus: Added support for multi-modal conversations
  • Selectable ASR model: The Web Console can now select and persist the ASR (speech recognition) model. Thanks @nightwhite (#2857)
  • Simplified install menu: The one-line install script streamlines the model menu and adds the Xiaomi MiMo option

Documentation: Models Overview

๐Ÿ›  Improvements & Fixes

  • Python 3.13 support: Fixed installation and dependency compatibility on Python 3.13
  • Internationalization: The channel list is now ordered by the interface language; refined the automatic language fallback under auto mode
  • More reliable cancellation: Fixed cases where a streaming reply could not be interrupted
  • CLI: cow status now shows the current project path
  • Hardened deployment security: The credential-file block is narrowed to ~/.cow/.env so other directories are no longer affected (Thanks @orbisai0security #2863); the WeChat Official Account now rejects webhook requests when wechatmp_token is empty
  • Group task board plugin: Added the group task board plugin source. Thanks @Wyh-max-star (#2853)

๐Ÿ“ฆ Upgrade

Source-code deployments can run cow update for a one-click upgrade, or pull the latest code and restart manually. See the Upgrade Guide for details.

Release Date: 2026.06.09 | Full Changelog

Security Fixes

  • Credentialโ€‘file block narrowed to ~/.cow/.env; WeChat webhook rejects requests when wechatmp_token is empty

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track chatgpt-on-wechat

Get notified when new releases ship.

Sign up free

About chatgpt-on-wechat

CowAgentๆ˜ฏๅŸบไบŽๅคงๆจกๅž‹็š„่ถ…็บงAIๅŠฉ็†๏ผŒ่ƒฝไธปๅŠจๆ€่€ƒๅ’ŒไปปๅŠก่ง„ๅˆ’ใ€่ฎฟ้—ฎๆ“ไฝœ็ณป็ปŸๅ’Œๅค–้ƒจ่ต„ๆบใ€ๅˆ›้€ ๅ’Œๆ‰ง่กŒSkillsใ€้€š่ฟ‡้•ฟๆœŸ่ฎฐๅฟ†ๅ’Œ็Ÿฅ่ฏ†ๅบ“ไธๆ–ญๆˆ้•ฟ๏ผŒๆฏ”OpenClawๆ›ด่ฝป้‡ๅ’Œไพฟๆทใ€‚ๅŒๆ—ถๆ”ฏๆŒๅพฎไฟกใ€้ฃžไนฆใ€้’‰้’‰ใ€ไผๅพฎใ€QQใ€ๅ…ฌไผ—ๅทใ€็ฝ‘้กต็ญ‰ๆŽฅๅ…ฅ๏ผŒๅฏ้€‰ๆ‹ฉOpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI๏ผŒ่ƒฝๅค„็†ๆ–‡ๆœฌใ€่ฏญ้Ÿณใ€ๅ›พ็‰‡ๅ’Œๆ–‡ไปถ๏ผŒๅฏๅฟซ้€ŸๆญๅปบไธชไบบAIๅŠฉ็†ๅ’Œไผไธšๆ•ฐๅญ—ๅ‘˜ๅทฅใ€‚

All releases โ†’

Beta — feedback welcome: [email protected]