v1.3.0
Panniantong/Agent-Reachv1.3.0Mar 4, 2026by Panniantong
AI Summary
This release introduces WeChat Official Accounts as the 13th data channel, utilizing Camoufox for full-text Markdown reading. It resolves critical Windows-specific crashes related to system encoding and file path resolution. Additionally, the documentation has been updated to clarify command usage and include contribution guidelines.
Key Highlights
- Added WeChat Official Account channel as the 13th data source
- Fixed Windows 'doctor' crash caused by GBK/UTF-8 encoding mismatch
- Fixed Windows .cmd file path resolution issues using shutil.which()
- Updated documentation to clarify command usage and added CONTRIBUTING.md
New Features
- WeChat Official Account search via Sogou (keyword: miku_ai)
- Full-text Markdown reading of WeChat articles via Camoufox
- Markdown conversion integration (markdownify, beautifulsoup4, httpx)
Full Release Notes
## 🆕 新功能 - **微信公众号渠道** — Agent Reach 第 13 个渠道 - 搜索:`miku_ai`(搜狗微信搜索)按关键词搜公众号文章 - 阅读:`wechat-article-for-ai`(Camoufox 隐身浏览器)读取全文 Markdown - 安装:`pip install miku_ai camoufox[geoip] markdownify beautifulsoup4 httpx` ## 🐛 修复 - **Windows 中文系统 doctor 崩溃** (#64) — `text=True` 在 GBK 系统解码 UTF-8 报错 - **Windows .cmd 文件找不到** (#64) — npm 全局安装的工具用 `shutil.which()` 解析完整路径 ## 📝 文档 - 澄清 agent-reach 没有 read/search 命令 (#58, #59) - 修复小红书 SKILL.md 函数名 (#65) - 新增 CONTRIBUTING.md (#62) - README 中英文更新 ## 更新命令 ```bash pip install --upgrade https://github.com/Panniantong/agent-reach/archive/main.zip ```