@hiveclaw243/hive-connect 0.1.2 → 0.1.4

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 +17 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,23 @@ For self-hosted or test Hive environments, override the Hive origin:
22
22
  hive-connect login --hive-url https://your-hive.example.com
23
23
  ```
24
24
 
25
- ## Run
25
+ For split web/backend deployments, keep browser authentication on the web origin
26
+ and runtime traffic on the backend origin:
27
+
28
+ ```bash
29
+ hive-connect login --hive-web-url https://your-hive-web.example.com --hive-backend-url https://your-hive-api.example.com
30
+ ```
31
+
32
+ ## Keep Hive Connect Online
33
+
34
+ ```bash
35
+ hive-connect daemon install --config ~/.hive-connect/config.toml --force
36
+ hive-connect daemon status
37
+ ```
38
+
39
+ This installs Hive Connect as a background service so the local agent stays reachable after the terminal is closed.
40
+
41
+ For foreground debugging only:
26
42
 
27
43
  ```bash
28
44
  hive-connect run
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveclaw243/hive-connect",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Connect local AI agents to Hive as a user-scoped IM channel",
5
5
  "keywords": [
6
6
  "hive",