@bonsai-ai/cli 0.3.1 → 0.4.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 +3 -3
  2. package/dist/cli.js +98 -98
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -16,14 +16,14 @@ npm install -g @bonsai-ai/cli
16
16
  # Authenticate with Bonsai
17
17
  bonsai login
18
18
 
19
- # Start Claude Code with Bonsai
20
- bonsai start claude
19
+ # Start coding with Bonsai
20
+ bonsai start
21
21
  ```
22
22
 
23
23
  ## Commands
24
24
 
25
25
  - `bonsai login` - Authenticate with your Bonsai account
26
- - `bonsai start claude` - Launch Claude Code with Bonsai
26
+ - `bonsai start` - Start coding with Bonsai
27
27
  - `bonsai logout` - Sign out of your account
28
28
  - `bonsai --help` - Show all available commands
29
29