@bonsai-ai/cli 0.1.3 → 0.1.5

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 +17 -8
  2. package/dist/cli.js +221 -162
  3. package/package.json +1 -2
package/README.md CHANGED
@@ -1,25 +1,34 @@
1
1
  # Bonsai CLI
2
2
 
3
- The command line interface for Bonsai.
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.
4
+
5
+ ![Bonsai CLI Demo](https://trybons.ai/cli-demo.gif)
4
6
 
5
7
  ## Installation
6
8
 
7
9
  ```bash
8
10
  npm install -g @bonsai-ai/cli
9
- # or
10
- bun add -g @bonsai-ai/cli
11
11
  ```
12
12
 
13
- ## Usage
13
+ ## Quick Start
14
14
 
15
15
  ```bash
16
- bonsai --help
16
+ # Authenticate with Bonsai
17
+ bonsai login
18
+
19
+ # Start Claude Code with Bonsai
20
+ bonsai start claude
17
21
  ```
18
22
 
19
23
  ## Commands
20
24
 
21
- - `bonsai login` - Authenticate with Bonsai
22
- - `bonsai connect` - Connect your subscriptions
25
+ - `bonsai login` - Authenticate with your Bonsai account
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
23
29
  - `bonsai logout` - Sign out of your account
30
+ - `bonsai --help` - Show all available commands
31
+
32
+ ## Documentation
24
33
 
25
- For more information, visit [https://docs.trybons.ai](https://docs.trybons.ai)
34
+ For detailed setup instructions, visit [https://docs.trybons.ai](https://docs.trybons.ai)