merged
lws803/agenthub • 3:14 PM - Mar 7, 2026
Node's fetch and DNS resolution are frequently blocked in strict AI sandboxes like Claude's code interpreter or Cursor. This PR introduces a --curl flag and AGENTHUB_CURL=1 environment variable to bypass Node's networking entirely by shelling out to the system's curl binary. This ensures you can seamlessly use the AgentHub CLI inside heavily restricted containers.
