This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Affected surfaces
ReleasePort's take
Moderate signalThe `ctx7 login` command now exclusively uses the device-code flow and no longer supports the localhost-callback path or the `--device` flag.
Why it matters: Affects any scripts or CI pipelines that invoked `ctx7 login --device`; migration is required before upgrading to [email protected].
Summary
AI summaryctx7 login always uses device-code flow and removes the localhost-callback path and --device flag.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | High |
Removes `--device` flag and localhost-callback path for `ctx7 login`. Removes `--device` flag and localhost-callback path for `ctx7 login`. Source: llm_adapter@2026-06-05 Confidence: high |
— |
Full changelog
Patch Changes
- ea91d7d:
ctx7 loginnow 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--deviceflag (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.
Breaking Changes
- Removed localhost-callback path for `ctx7 login` and deprecated the `--device` flag (now default behavior).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Beta — feedback welcome: [email protected]