docs/en/releases/v2.0.6.mdx
The repository has been officially renamed from chatgpt-on-wechat to CowAgent, evolving into a full-featured AI Agent assistant.
New personal knowledge base system — Agent can autonomously build and maintain structured knowledge, retrieving it on demand during conversations:
knowledge/ directory, auto-organized by category, with each knowledge page as an independent Markdown file/knowledge for stats, /knowledge list for directory structure, /knowledge on|off to toggleDocs: Knowledge Base
A new memory consolidation mechanism that automatically distills scattered conversation memories into refined long-term memory daily:
memory/dreams//memory dream [N] to manually trigger with configurable lookback days (default 3, max 30), with chat notification on completionDocs: Deep Dream
When context exceeds limits, trimmed portions are summarized by LLM and asynchronously injected to maintain conversation continuity:
Docs: Short-term Memory
Multiple enhancements to the Web console:
web_console_password config optionenable_thinking config optionMEMORY.md injected into system prompt by default, with refined memory retrieval and write trigger conditions for enhanced proactive writinglegacy-cgi dependency for Python 3.13+Run cow update or ./run.sh update to upgrade, or pull the latest code and restart. See Upgrade Guide.
Release Date: 2026.04.14 | Full Changelog