@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burtson-labs/bandit-stealth-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.277",
|
|
4
4
|
"description": "Bandit — a local-first AI coding agent for your terminal. Same runtime as the Bandit Stealth VS Code / Cursor extension.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -18,8 +18,14 @@
|
|
|
18
18
|
],
|
|
19
19
|
"homepage": "https://burtson.ai",
|
|
20
20
|
"bugs": {
|
|
21
|
+
"url": "https://github.com/Burtson-Labs/bandit-agent-framework/issues",
|
|
21
22
|
"email": "team@burtson.ai"
|
|
22
23
|
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "git+https://github.com/Burtson-Labs/bandit-agent-framework.git",
|
|
27
|
+
"directory": "apps/bandit-cli"
|
|
28
|
+
},
|
|
23
29
|
"license": "MIT",
|
|
24
30
|
"author": {
|
|
25
31
|
"name": "Burtson Labs",
|