v1.3.0
tt-a1i/archifyv1.3.0Mar 4, 2026by Panniantong
AI Summary
Adds a new WeChat Official Account channel and fixes critical Windows compatibility issues.
Key Highlights
- Added WeChat Official Account channel (13th total) using `miku_ai` and `camoufox`.
- Fixed Windows crash in `doctor` command caused by UTF-8 decoding on GBK systems.
- Fixed Windows `.cmd` file path resolution for npm global tools.
- Updated documentation to clarify lack of `read/search` commands.
New Features
- WeChat Official Account channel for searching and reading articles.
- Windows path resolution improvements.
- Documentation updates and contribution guidelines added.
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 ```