agentbar-cli 0.1.9 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,5 +17,5 @@ agentbar set siteUrl https://your-site.com
17
17
  agentbar stats
18
18
  ```
19
19
 
20
- `agentbar init` only asks for your site URL. This package forwards to
21
- `@arjun-shah/agentbar-cli`.
20
+ `agentbar init` only asks for your site URL and returns a one-line embed snippet.
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.9",
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.9"
24
+ "@arjun-shah/agentbar-cli": "^0.1.10"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"