Merge pull request #17 from RonCodes88/feat/http-proxy-env-vars

feat: route outbound fetches through HTTP_PROXY, HTTPS_PROXY, and NO_PROXY
This commit is contained in:
Mark Cli
2026-08-23 23:13:59 -04:00
committed by GitHub
3 changed files with 724 additions and 28 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ If you are an LLM reading this repository, [llms.txt](llms.txt) is the short ver
npm install -g @only-cli/oc
```
Requires Node 20+. Requests impersonate Chrome via [impers](https://github.com/lexiforest/impers); falls back to native fetch if impers is unavailable.
Requires Node 20+. Requests impersonate Chrome via [impers](https://github.com/lexiforest/impers); falls back to native fetch if impers is unavailable. Outbound fetches honor `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` when set.
### Agent skill