@hiveclaw243/hive-connect 0.1.0 → 0.1.2

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 +7 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,7 +10,13 @@ npm install -g @hiveclaw243/hive-connect
10
10
 
11
11
  ## Login
12
12
 
13
- Copy the setup instruction from Hive. It opens Hive in the browser and completes device-flow authentication automatically:
13
+ For normal Hive Cloud users, no URL is required. `hive-connect login` defaults to Hive production, opens Hive in the browser, and completes device-flow authentication automatically:
14
+
15
+ ```bash
16
+ hive-connect login
17
+ ```
18
+
19
+ For self-hosted or test Hive environments, override the Hive origin:
14
20
 
15
21
  ```bash
16
22
  hive-connect login --hive-url https://your-hive.example.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveclaw243/hive-connect",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Connect local AI agents to Hive as a user-scoped IM channel",
5
5
  "keywords": [
6
6
  "hive",
@@ -15,7 +15,7 @@
15
15
  "homepage": "https://github.com/rocky2431/hive-connect",
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/rocky2431/hive-connect.git"
18
+ "url": "git+https://github.com/rocky2431/hive-connect.git"
19
19
  },
20
20
  "license": "MIT",
21
21
  "author": "HiveClaw",