Agent-Reach/agent_reach
Pnant e5e20a1154
fix(windows): use shutil.which() for npm subprocess calls (#73)
Two subprocess.run(["npm", ...]) calls in undici installation were
using bare command name, which fails on Windows where npm is
installed as npm.cmd. Now resolves full path via shutil.which()
first, consistent with all other subprocess calls.

Co-authored-by: Panniantong <panniantong@users.noreply.github.com>
2026-03-05 10:32:02 +08:00
..
channels feat: add WeChat search via miku_ai (sogou) (#68) 2026-03-04 18:02:05 +08:00
guides Merge pull request #46 from Panniantong/migrate-bird-to-xreach 2026-02-27 15:21:25 +08:00
integrations feat: migrate Twitter backend from bird CLI to xreach CLI 2026-02-27 08:17:51 +01:00
skill fix: enforce workspace isolation to prevent agent pollution (#57) (#72) 2026-03-04 18:40:31 +08:00
__init__.py release: v1.3.0 (#70) 2026-03-04 18:18:18 +08:00
cli.py fix(windows): use shutil.which() for npm subprocess calls (#73) 2026-03-05 10:32:02 +08:00
config.py feat: migrate Twitter backend from bird CLI to xreach CLI 2026-02-27 08:17:51 +01:00
cookie_extract.py rename: Agent Eyes → Agent Reach 2026-02-24 10:25:46 +01:00
core.py feat: migrate Twitter backend from bird CLI to xreach CLI 2026-02-27 08:17:51 +01:00
doctor.py feat: add uninstall command; fix utf-8 encoding and minor cleanups 2026-02-26 16:01:22 +08:00