tabby icon indicating copy to clipboard operation
tabby copied to clipboard

feat(agent): http proxy support

Open icycodes opened this issue 7 months ago • 0 comments

Changes:

  • Add support for http proxy. The proxy can be configured using:
    • environment variables ( http_proxy, https_proxy, no_proxy ) more detail
    • in ~/.tabby-client/agent/config.toml, override environment variables
      [proxy]
      url = "http://127.0.0.1:1087"
      authorization = "Basic dXNlcjpwYXNz"
      

Proxy config in IDE (VSCode) is not supported for now. This is planned to be supported in a future release.

icycodes avatar Jul 14 '24 10:07 icycodes