@burtson-labs/bandit-stealth-cli 1.7.376 → 1.7.378
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 +3 -2
- package/dist/cli.js +503 -503
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,10 +31,11 @@ Your code never leaves your machine. Works with any Ollama model.
|
|
|
31
31
|
ollama pull qwen2.5-coder:7b # fast, tool-calling, ~4.7 GB
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
2. Install the CLI globally:
|
|
34
|
+
2. Install the CLI globally — curl, or npm if you prefer:
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
|
-
|
|
37
|
+
curl -fsSL https://burtson.ai/bandit-stealth-cli/install.sh | sh
|
|
38
|
+
# or: npm i -g bandit-stealth-cli
|
|
38
39
|
```
|
|
39
40
|
|
|
40
41
|
3. Run it:
|