Skip to content

Add bsk CLI auto update support#9

Merged
BB-fat merged 2 commits into
mainfrom
feat/bsk-cli-auto-update
Jul 8, 2026
Merged

Add bsk CLI auto update support#9
BB-fat merged 2 commits into
mainfrom
feat/bsk-cli-auto-update

Conversation

@BB-fat

@BB-fat BB-fat commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add a native bsk update command that checks GitHub release metadata, downloads the current-platform archive, verifies SHA-256, extracts the CLI binary, and replaces or stages the update.
  • Extend the CLI release manifest to include per-asset checksums and wire the release workflow to render checksum-aware version.json.
  • Add cached background update checks for normal CLI commands, skipping --json, --quiet, daemon, and update commands to avoid output pollution.

Test plan

  • node --test scripts/render-version-json.test.mjs
  • cargo fmt --check
  • cargo test -p bsk --locked
  • cargo clippy -p bsk --all-targets -- -D warnings

BB-fat and others added 2 commits July 7, 2026 17:20
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@BB-fat BB-fat marked this pull request as ready for review July 8, 2026 06:19
@BB-fat BB-fat merged commit d395faa into main Jul 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant