@bonsai-ai/cli 0.1.7 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -4
  2. package/dist/cli.js +158 -195
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Bonsai CLI
2
2
 
3
- Switch between the top AI models in your favorite AI coding assistants - **no provider lock-in anymore**. Seamlessly switch between GPT-5, Claude, Gemini 2.5, and more by just @mentioning them (@sonnet, @gpt5, @grok, etc.) in your prompts.
3
+ ### Frontier coding models, free for the best engineers
4
4
 
5
- ![Bonsai CLI Demo](https://trybons.ai/cli-demo.gif)
5
+ Use the latest premium coding models for free in your favorite coding tools. Your usage helps evaluate and improve the performance of frontier coding models.
6
6
 
7
7
  ## Installation
8
8
 
@@ -24,8 +24,6 @@ bonsai start claude
24
24
 
25
25
  - `bonsai login` - Authenticate with your Bonsai account
26
26
  - `bonsai start claude` - Launch Claude Code with Bonsai
27
- - `bonsai sub link` - Link your provider subscriptions
28
- - `bonsai sub unlink` - Unlink your provider subscriptions
29
27
  - `bonsai logout` - Sign out of your account
30
28
  - `bonsai --help` - Show all available commands
31
29