@burtson-labs/bandit-stealth-cli 1.7.276 → 1.7.277
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 +1 -0
- package/dist/cli.js +311 -309
- package/package.json +7 -1
package/README.md
CHANGED
|
@@ -88,6 +88,7 @@ Type `?` on an empty prompt for the at-a-glance overlay; `/help` for the full li
|
|
|
88
88
|
| Command | Does |
|
|
89
89
|
|---|---|
|
|
90
90
|
| `/help` | Full slash-command list |
|
|
91
|
+
| `/doctor` | Check setup, provider, workspace context, permissions, and next best actions |
|
|
91
92
|
| `/login <key>` | Save a Bandit Cloud API key to `~/.bandit/config.json` (also `/login`, `/login clear`) |
|
|
92
93
|
| `/usage` | Bandit Cloud session + weekly usage limits (`/usage check` for one-line ⚠ flag) |
|
|
93
94
|
| `/model [name]` | Switch model mid-session |
|