You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI authentication is now OAuth-only.longbridge authenticates through longbridge auth login and no longer reads the LONGBRIDGE_APP_KEY / LONGBRIDGE_APP_SECRET / LONGBRIDGE_ACCESS_TOKEN environment variables. A stray credential in the environment — including the legacy LONGPORT_ prefix or a .env file — used to silently switch the auth mode and make longbridge ai loop the login prompt. This is now fixed (longbridge/developers#1247).
⚠️Breaking: if you ran the CLI headless (CI, no browser) with env-var API-key credentials, run longbridge auth login once. The token is persisted and refreshed automatically afterwards.
Exit quietly on a closed output pipe — no more broken-pipe error when output is truncated by head and similar (#316).
Fix Shift+Tab reverse-cycling of K-line sampling periods (#314).