Agent Reach releases v1.4.0: 6 major channels are migrated upstream, making it more stable and easier to deploy
Agent Reach v1.4.0 migrates upstream tools to 6 channels including Twitter, Reddit, Xiaohongshu, WeChat public accounts, Snowball, and Bilibili to solve deprecation and deployment threshold issues. All 16 channels have passed real network verification.
Agent Reach v1.4.0: A "big upstream migration" to save unusable channels
Agent Reach Release v1.4.0. This version hardly talks about new tricks, but focuses on solving a real problem: multiple channels have failed because the upstream tools are deprecated, unstable, or the deployment threshold is too high - v1.4.0 uses a round of upstream migration to replace them one by one.
Six channels, what changed?
| Channel | Old upstream (problem) | New upstream |
|---|---|---|
| Twitter/X | bird CLI (404, completely unavailable) | twitter-cli |
| Exa crawling (frequently times out) | rdt-cli (search + full text + comments, no need to log in) | |
| Xiaohongshu | Docker MCP (high deployment threshold) | xhs-cli (pipx one-line package) |
| WeChat public account | miku_ai (stopped) | Exa search + reading (zero configuration) |
| Snowball Cookie | browser_cookie3 (stopped) | rookiepy (Rust kernel, fallback reserved) |
| Station B | yt-dlp | Overlay bili-cli (popular/ranking/search) |
Addition and subtraction of channels
In addition to migration, trade-offs have also been made: adding bili-cli as an enhanced backend; removing Discord, which only has metadata, and Toutiao, which is too fragile for HTML parsing. The overall goal is to only retain channels that can run smoothly.
Verification criteria
Officials say that all 16 channels have passed the real network test, and 77 tests passed - for a multi-channel collection tool, "real network verification" is more convincing than unit mocks.
Upgrade action
pip install --upgrade agent-reachRun anagent-reach doctorself-test after upgrading.- Twitter users need to reinstall the upstream:
pipx install twitter-cli. The old bird CLI can be uninstalled. - It can only be used after logging in to Xiaohongshu and other channels, and complete the configuration according to the documents; the complete channel list is subject to the official release instructions.
Reviews