@bonsai-ai/cli 0.1.8 → 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.
- package/README.md +2 -4
- package/dist/cli.js +158 -195
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Bonsai CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### Frontier coding models, free for the best engineers
|
|
4
4
|
|
|
5
|
-
|
|
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
|
|