Skip to content

v0.28.5

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 11:03
· 1 commit to main since this release

What's changed

  • 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).