Releases: sandbaseai/cli
Releases · sandbaseai/cli
Release list
SandBase CLI v0.1.14
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, orunregisterchanges local state - Includes localized documentation in English, Chinese, and Japanese
Get started
npx -y @sandbaseai/cli connectPackage: https://www.npmjs.com/package/@sandbaseai/cli
Documentation: https://docs.sandbase.ai
v0.2.4
v0.2.3
v0.2.2
v0.2.1
Changelog
Bug Fixes
- e262e3c fix: update install URLs, API key prefix sk- (not sk-sb-), use sandbaseai org
v0.2.0
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