Files
CLI-Anything/browser/agent-harness
Furkan Köykıran d8055f4421 fix(browser): improve error message and document daemon limitation
The DOMShell error message said "Install with" but npx doesn't actually
install packages, it runs them. Clarified the message. Also added a
known limitation comment about daemon mode using asyncio.run() per call,
which creates new event loops - to be addressed in a future PR.
2026-03-22 13:27:40 +03:00
..