agentbar-cli 0.1.8 → 0.1.10
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,6 +14,8 @@ npm install -g agentbar-cli
|
|
|
14
14
|
agentbar init
|
|
15
15
|
agentbar snippet
|
|
16
16
|
agentbar set siteUrl https://your-site.com
|
|
17
|
+
agentbar stats
|
|
17
18
|
```
|
|
18
19
|
|
|
20
|
+
`agentbar init` only asks for your site URL and returns a one-line embed snippet.
|
|
19
21
|
This package forwards to `@arjun-shah/agentbar-cli`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentbar-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Global wrapper for the Agent Plugin Bar CLI.",
|
|
6
6
|
"bin": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"chatbot"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@arjun-shah/agentbar-cli": "^0.1.
|
|
24
|
+
"@arjun-shah/agentbar-cli": "^0.1.10"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|