# Helix 0.82.0: Logout revokes browser tokens

> `helix logout` now revokes a browser sign-in server side, not just on your machine. Chrome-session tokens are still removed locally only, as before.

- Released: 31 Jul 2026 (2026-07-31)
- Packages: @trayai/helix-cli@0.82.0

## Headline changes

### Changed: `helix logout` revokes tokens obtained through browser sign-in

A token from `helix login --method oauth` used to be deleted from your machine while staying valid server side, so logging out did not end the session. It is now revoked as well. Tokens read from your Chrome session are unaffected server side and are removed locally, as before.

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

---

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