Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.224 Home All releases olderv2.1.223 v2.1.225newer

Tunnel from the orchestrator to a private GitHub Enterprise host

Use it now
Useful3 Signal5
Self-Hosted Runner Notable not in their notes

Pass --scm-connector-host to tunnel Anthropic requests into a GitHub Enterprise server only your network can reach.

--scm-connector-host--scm-connector-id--scm-connector-provider--scm-connector-ca-file--scm-connector-host-rewrite
What

Passing --scm-connector-host opens a persistent WebSocket to Anthropic and proxies inbound HTTP requests to a GitHub Enterprise server that is only reachable from inside your network. --scm-connector-id is required alongside it, --scm-connector-provider defaults to ghe, and --scm-connector-ca-file supplies a custom CA. The connector is entirely off unless you pass the host flag.

Details
  • Requests are checked against a method allowlist, hop-by-hop headers are stripped, and paths that would escape the configured origin are refused.
  • Frames asking to open a raw socket or a PTY (wsOpen, ptyOpen) are rejected.
  • Close code 4003 means another orchestrator already holds this connector; it retries after 30 seconds.
  • --scm-connector-host-rewrite is documented as being for end-to-end testing only.
Evidence

/v1/code/scm-connectors/{provider}/{id}/tunnel

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.224 →