Skip to content

Releases: sandbaseai/cli

SandBase CLI v0.1.14

Choose a tag to compare

@denial123789 denial123789 released this 15 Aug 02:07
5e62995

The current standalone TypeScript release of @sandbaseai/cli, matching the version published on npm.

Highlights

  • Connects supported AI coding clients to 2,000+ AI models through an owned MCP bridge
  • Uses OAuth device authorization with PKCE; no API keys are passed in URLs or CLI arguments
  • Preserves user-managed client configuration and JSONC comments
  • Verifies ownership before doctor, rollback, or unregister changes local state
  • Includes localized documentation in English, Chinese, and Japanese

Get started

npx -y @sandbaseai/cli connect

Package: https://www.npmjs.com/package/@sandbaseai/cli
Documentation: https://docs.sandbase.ai

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 05 Jul 00:52

Changelog

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 06:16

Changelog

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 03:46

Changelog

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 00:30

Changelog

Bug Fixes

  • e262e3c fix: update install URLs, API key prefix sk- (not sk-sb-), use sandbaseai org

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 07:34

Changelog

Features

  • e1f3ff6 feat(skill): JSON CRUD API + two-step upload for CLI/MCP
  • fe659ad feat(skill): implement proper CRUD matching API
  • 01ba964 feat(skill): update CLI and MCP to match current skill API
  • 2ccf1c8 feat: add MCP server (sandbase mcp serve)
  • 66a7b93 feat: add sandbox commands, fix imports for standalone repo

Bug Fixes

  • 15d5f52 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • 54ea1b7 fix(mcp): bound run_submit polling and validate params
  • 59a1802 fix: address architecture review findings

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 10:35

Changelog

Features

  • afb4f75 feat: enable homebrew tap publishing via HOMEBREW_TAP_TOKEN

Bug Fixes

  • 182f5e2 fix: remove brew tap from goreleaser (needs PAT), fix release workflow