Pnant
97e9e63f42
chore: bump version to 1.4.2 ( #349 )
...
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
ci / wheel-gate (push) Has been cancelled
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-10 16:01:57 +08:00
Pnant
84b474c79b
chore: bump version to 1.4.1 ( #341 )
...
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
ci / wheel-gate (push) Has been cancelled
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-10 11:47:32 +08:00
Pnant
23d4d5c611
chore: bump version to 1.4.0
...
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 18:26:18 +08:00
Pnant
ca29c4fee5
release: v1.3.0 ( #70 )
...
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
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 >
2026-03-04 18:18:18 +08:00
Panniantong
58b3a4dcb3
fix: sync __version__ with pyproject.toml (1.0.0 → 1.2.0)
...
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'.
2026-02-26 15:07:24 +01:00
Panniantong
5c62a21f32
rename: Agent Eyes → Agent Reach
...
全局重命名:
- 包名: 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 全部正常。
2026-02-24 10:25:46 +01:00