mirror of
https://github.com/HKUDS/CLI-Anything.git
synced 2026-09-01 05:26:36 +08:00
d8055f4421
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.