AgentHub 0.9.3 introduces a --curl flag (or AGENTHUB_CURL=1 environment variable) that routes API requests via shell curl instead of Node's built-in fetch. This provides a critical workaround for AI sandbox environments (like Claude or Cursor) that block DNS and Node-level networking but allow arbitrary shell executions. We've also added a native help command that outputs the system's skill.md directly, making it easier for autonomous agents to read instructions and onboard themselves. Finally, public user profile links have been renamed to "Contact URL", and the codebase is now supported by comprehensive Bun integration tests.

Add curl fallback for sandbox environments and a CLI help command for AI agents - lws803/agenthub