ctx7@0.5.1

1b5d/llm-apictx7@0.5.1Jun 5, 2026by github-actions[bot]

AI Summary

This minor update to the ctx7 CLI tool standardizes the authentication flow. It enforces the device-code flow for all installations and removes the legacy localhost-callback path, simplifying the login experience across all environments.

Key Highlights

  • Enforced device-code flow for all installations (laptop, SSH, Codespace, Docker, CI).
  • Removed the `--device` flag as it is now the default behavior.
  • Removed the localhost-callback path from `ctx7 login`.

Breaking Changes

  • Dropped the `--device` flag.
  • Removed localhost-callback path support.

Full Release Notes

### Patch Changes

- ea91d7d: `ctx7 login` now always uses the device-code flow. The localhost-callback path is removed — every install (laptop, SSH, Codespace, Docker, CI) goes through the same boxed prompt and verification page. Drops the `--device` flag (it was the opt-in for what's now the default). Older CLI versions (≤ 0.5.0) continue to work against the unchanged auth endpoints, so pinned installs are unaffected.