🎯 The Goal / Use Case
Some environment requires proxy to access the Internet. web_fetch should honor HTTP_PROXY or other proxy configuration so the agent can properly browse the web.
💡 Proposed Solution
Let web_fetch tool honor HTTP_PROXY environment variable, or add tool config sections for that.
🛠 Potential Implementation (Optional)
None.
🚦 Impact & Roadmap Alignment
🔄 Alternatives Considered
I asked the agent to fetch an reorganize picoclaw changelogs for me, but GitHub release note URL is not accessible without network proxy. So I installed GitHub cli skill and asked the agent to use gh api command to query GitHub API, but that did not work either, because commands not installed in workspace directory are always blocked (error is Command blocked by safety guard (path outside working dir)).
💬 Additional Context
See above.
🎯 The Goal / Use Case
Some environment requires proxy to access the Internet.
web_fetchshould honorHTTP_PROXYor other proxy configuration so the agent can properly browse the web.💡 Proposed Solution
Let
web_fetchtool honorHTTP_PROXYenvironment variable, or add tool config sections for that.🛠 Potential Implementation (Optional)
None.
🚦 Impact & Roadmap Alignment
🔄 Alternatives Considered
I asked the agent to fetch an reorganize picoclaw changelogs for me, but GitHub release note URL is not accessible without network proxy. So I installed GitHub cli skill and asked the agent to use
gh apicommand to query GitHub API, but that did not work either, because commands not installed in workspace directory are always blocked (error isCommand blocked by safety guard (path outside working dir)).💬 Additional Context
See above.