fix(termux): harden execute_code and mobile browser/audio UX

This commit is contained in:
adybag14-cyber 2026-04-09 13:46:08 +02:00 committed by Teknium
parent 54d5138a54
commit 3237733ca5
10 changed files with 233 additions and 31 deletions

View file

@ -596,7 +596,7 @@ def run_doctor(args):
else:
if _is_termux():
check_info("agent-browser is not installed (expected in the tested Termux path)")
check_info("Install it manually later with: npm install")
check_info("Install it manually later with: npm install -g agent-browser && agent-browser install")
else:
check_warn("agent-browser not installed", "(run: npm install)")
else: