New: - WeChat Official Account channel (search + read) - Search via miku_ai (Sogou WeChat search) - Read via Camoufox (stealth Firefox, bypasses anti-bot) - 13 channels total Fixed: - Windows encoding: text=True → encoding='utf-8' in all subprocess calls (#64) - Windows .cmd resolution: use shutil.which() paths (#64) Docs: - Clarified agent-reach has no read/search commands (#58, #59) - Fixed xiaohongshu API function names in SKILL.md (#65) - Added CONTRIBUTING.md (#62) - Updated README (zh + en) with WeChat channel Version bumps: pyproject.toml, __init__.py, test_cli.py Co-authored-by: Panniantong <panniantong@users.noreply.github.com>
Fixes #29 — __version__ in __init__.py was still '1.0.0' while pyproject.toml had already been bumped to '1.2.0'. This caused misleading output in 'agent-reach --version' and 'agent-reach doctor'.
全局重命名: - 包名: agent_eyes → agent_reach - CLI: agent-eyes → agent-reach - 类名: AgentEyes → AgentReach - 显示名: Agent Eyes → Agent Reach - GitHub: Panniantong/agent-eyes → Panniantong/Agent-Reach 所有 36 个测试通过,CLI/doctor/read/search 全部正常。