# Helix 0.109.0: CLI proxy and TLS support

> The CLI now works correctly on networks that route traffic through an HTTP proxy or perform TLS inspection.

- Released: 21 Aug 2026 (2026-08-21)
- Packages: @trayai/helix-cli@0.109.0

## Headline changes

### Fixed: The CLI now works on corporate networks that send traffic through an HTTP proxy or inspect HTTPS

If your network routes outbound traffic through an HTTP proxy or uses TLS inspection (common in corporate environments), the CLI previously failed to connect. It now respects standard proxy environment variables (`HTTP_PROXY`, `HTTPS_PROXY`, `NO_PROXY`) and accepts custom CA certificates, so you can deploy and develop without connectivity errors behind a corporate firewall.

Docs: https://helix.tray.ai/documentation/reference/cli/

---

Canonical: https://helix.tray.ai/documentation/releases/01090/
This file: https://helix.tray.ai/documentation/releases/01090.md
The full changelog: https://helix.tray.ai/documentation/releases.md
