# Helix 0.86.0: The platform enforces auth limits

> `helix deploy` no longer refuses a project with more than 100 authentications before uploading. The platform decides, and says so if it rejects one.

- Released: 4 Aug 2026 (2026-08-04)
- Packages: @trayai/helix-cli@0.86.0

## Headline changes

### Changed: `helix deploy` no longer enforces an authentication count limit locally

Declaring more than 100 authentications in `helix.config.ts` previously failed in the CLI before anything was uploaded, which meant a local rule could disagree with what the platform would actually accept. The platform is now the only enforcer and returns a rejection if a deployment's authentication count is not accepted.

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

---

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