Agent-Reach/agent_reach
Panniantong 0f4a59fdfc fix: Windows 控制台 emoji 编码崩溃
Windows 默认控制台编码是 cp936(中文)或 cp1252(西文),
print() 输出 emoji 字符时直接 UnicodeEncodeError 崩溃。

在 cli.py 入口处添加 UTF-8 encoding wrapper,
用 errors='replace' 确保不会因为编码问题导致整个程序崩溃。
2026-02-25 02:41:14 +01:00
..
channels feat: 新增 YouTube/Bilibili/XHS 搜索 CLI 命令 + 修复 B站搜索 2026-02-24 13:39:21 +01:00
guides rename: Agent Eyes → Agent Reach 2026-02-24 10:25:46 +01:00
integrations polish: 全面清理旧名引用 + 英文 README 对齐中文版质量 2026-02-24 12:15:30 +01:00
__init__.py rename: Agent Eyes → Agent Reach 2026-02-24 10:25:46 +01:00
cli.py fix: Windows 控制台 emoji 编码崩溃 2026-02-25 02:41:14 +01:00
config.py rename: Agent Eyes → Agent Reach 2026-02-24 10:25:46 +01:00
cookie_extract.py rename: Agent Eyes → Agent Reach 2026-02-24 10:25:46 +01:00
core.py feat: 新增 YouTube/Bilibili/XHS 搜索 CLI 命令 + 修复 B站搜索 2026-02-24 13:39:21 +01:00
doctor.py refactor: XHS + Exa 全面切换到 mcporter MCP 后端 2026-02-24 13:20:23 +01:00