Files
Ben Sabic 6adca3617e feat(slack): support egress proxies (#916)
Adds proxy configuration for Slack connections that previously bypassed
`webClientOptions.agent`. Socket Mode now uses that agent for HTTP and
WebSocket connections, and new `fetch` and `fileTransport` options cover
response URLs, webhook forwarding, and attachment downloads.

```ts
createSlackAdapter({
  webClientOptions: { agent },
  fetch: proxyFetch,
  fileTransport,
});
```

Includes a setup example and guidance on the destination restrictions
custom download transports need to enforce.

Closes #596

---------

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
Co-authored-by: Ben Sabic <bensabic@users.noreply.github.com>
2026-09-09 17:46:53 +00:00
..
2026-02-20 13:25:09 -08:00
2026-03-24 14:22:44 -07:00
2026-02-16 16:41:54 -08:00
2026-02-16 16:41:54 -08:00