v1.3.0
astral-sh/ruffv1.3.0Mar 4, 2026by Panniantong
AI Summary
Adds the WeChat Official Accounts channel and fixes critical Windows compatibility issues including crashes and file path resolution.
Key Highlights
- Added WeChat Official Accounts as the 13th channel using `miku_ai` and `camoufox`.
- Fixed Windows `doctor` crash on Chinese systems.
- Fixed Windows `.cmd` file path resolution for npm global tools.
- Updated documentation and clarified command availability.
New Features
- New WeChat Official Accounts channel with search and reading capabilities.
- Windows system compatibility fixes.
- Updated README and CONTRIBUTING documentation.
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 ```