Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

v0.1.3

Choose a tag to compare

@groksrc groksrc released this 10 May 17:57

Fixed

  • README's cloud-mode section described the wrong setup (bm project add ... --cloud --local-path + bm cloud bisync), which gives a local-mode project with file-level cloud sync rather than true cloud routing. Replaced with bm project set-cloud <name> --workspace <name>, which flips the project to ProjectMode.CLOUD so tool calls route over HTTPS to <cloud_host>/proxy directly. No local files involved.
  • Documented OAuth / API-key auth options, and the --workspace requirement when the user belongs to multiple BM Cloud workspaces.