aigent-hive 0.10.1 → 0.10.2-test.1
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 +24 -34
- package/install.cmd +1 -1
- package/install.ps1 +3 -3
- package/install.sh +6 -6
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -70,8 +70,7 @@ require npm, Node.js, or PowerShell 7.
|
|
|
70
70
|
## Optional one-prompt setup
|
|
71
71
|
|
|
72
72
|
If you want Codex, Claude Code, or Gemini Antigravity to guide the entire user-level
|
|
73
|
-
installation, paste the following prompt instead of
|
|
74
|
-
setup steps below. It is optional: the four-step setup remains the predictable manual path.
|
|
73
|
+
installation, paste the following prompt instead of following the manual steps below.
|
|
75
74
|
|
|
76
75
|
```text
|
|
77
76
|
I want the optional one-prompt Aigent Hive setup. Work only at user scope; do not inspect,
|
|
@@ -83,8 +82,8 @@ Detect my operating system and active host (Codex, Claude Code, or Gemini Antigr
|
|
|
83
82
|
me if either is unclear. Check whether Node.js and npm are available. If they are missing,
|
|
84
83
|
give me the official OS-specific Node.js installation command and request any approval the host
|
|
85
84
|
requires before installing it. Then install the exact Hive release I selected using the official
|
|
86
|
-
method in the linked guidance, verify `hive --version`,
|
|
87
|
-
|
|
85
|
+
method in the linked guidance, verify `hive --version`, then run `hive update` once and select
|
|
86
|
+
the active host when prompted.
|
|
88
87
|
|
|
89
88
|
Then begin interactive global setup in this conversation. For a first setup, ask only whether I
|
|
90
89
|
want English or Korean first; continue one question at a time. For existing settings, first ask
|
|
@@ -121,44 +120,35 @@ unsigned unless free SignPath Foundation signing is approved. See the
|
|
|
121
120
|
|
|
122
121
|
## First setup
|
|
123
122
|
|
|
124
|
-
|
|
125
|
-
|
|
123
|
+
First install the executable, then run one global update command. Project setup remains a
|
|
124
|
+
separate, explicit action for each project.
|
|
126
125
|
|
|
127
126
|
### 1. Install the Hive CLI
|
|
128
127
|
|
|
129
128
|
Use one command from [Install the current stable release](#install-the-current-stable-release) above. The npm installation provides the
|
|
130
|
-
`hive` command
|
|
129
|
+
`hive` command only. It does not create user settings, host projections, or a project harness.
|
|
131
130
|
|
|
132
|
-
### 2.
|
|
131
|
+
### 2. Initialize or update the global Hive installation
|
|
133
132
|
|
|
134
|
-
In
|
|
133
|
+
In an interactive terminal, run:
|
|
135
134
|
|
|
136
135
|
```console
|
|
137
|
-
hive
|
|
136
|
+
hive update
|
|
138
137
|
```
|
|
139
138
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
it
|
|
143
|
-
|
|
144
|
-
### 3. Configure global preferences
|
|
145
|
-
|
|
146
|
-
Open Codex, Claude Code, or Gemini Antigravity and paste this shared prompt:
|
|
139
|
+
For a first npm installation, choose one or more hosts when prompted. Hive installs only its
|
|
140
|
+
owned minimum user projection. For an existing installation, it refreshes and validates only
|
|
141
|
+
the authenticated saved hosts; it does not inspect or change projects.
|
|
147
142
|
|
|
148
|
-
|
|
149
|
-
Configure or reconfigure my global Aigent Hive preferences for this host. Do not inspect or configure a project, repository, folder, or current working directory. Start the interactive user-scope setup.
|
|
150
|
-
```
|
|
143
|
+
### 3. Answer any new global question
|
|
151
144
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
145
|
+
Open a selected host. If the release introduced a new global choice, Hive asks it before ordinary
|
|
146
|
+
work. This is intentional: choosing whether to enable a feature such as semantic search can
|
|
147
|
+
change storage, downloads, or future behavior. `yes` and `no` are both valid answers; cancelling
|
|
148
|
+
or leaving it unanswered keeps ordinary Hive work blocked.
|
|
155
149
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
add a short description. They help Hive understand you globally, but never choose a project
|
|
159
|
-
workflow, implementation approach, delivery priority, or active Skill set. Your persona and
|
|
160
|
-
selected host also never change the active Skill set. Users with an earlier recommended-suite
|
|
161
|
-
setting keep its exact existing Skill set until they review and approve a new preview.
|
|
150
|
+
After the final answer, Hive automatically reapplies and validates its global user projection.
|
|
151
|
+
You do not need to run `hive install` or a separate setup command.
|
|
162
152
|
|
|
163
153
|
### 4. Configure one project
|
|
164
154
|
|
|
@@ -191,11 +181,11 @@ canonical knowledge in Markdown.
|
|
|
191
181
|
hive update
|
|
192
182
|
```
|
|
193
183
|
|
|
194
|
-
This performs an immediate version check
|
|
195
|
-
|
|
196
|
-
closing stdin, or running
|
|
197
|
-
|
|
198
|
-
|
|
184
|
+
This performs an immediate version check and reconciles Hive-owned global user files even when
|
|
185
|
+
the executable is already current. If a newer version exists, Hive explains the exact update and
|
|
186
|
+
asks before invoking the authenticated install owner. Declining, closing stdin, or running
|
|
187
|
+
non-interactively causes no installation. The first initialization requires an interactive host
|
|
188
|
+
selection.
|
|
199
189
|
|
|
200
190
|
When daily checks are enabled, a successful check is throttled for 24 hours. An offline
|
|
201
191
|
or failed check is not recorded as successful, so the next Codex, Claude Code, or
|
package/install.cmd
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@echo off
|
|
2
2
|
setlocal EnableExtensions DisableDelayedExpansion
|
|
3
|
-
set "HIVE_INSTALL_PACKAGE_VERSION=0.10.1"
|
|
3
|
+
set "HIVE_INSTALL_PACKAGE_VERSION=0.10.2-test.1"
|
|
4
4
|
set "HIVE_INSTALL_URL=https://unpkg.com/aigent-hive@%HIVE_INSTALL_PACKAGE_VERSION%/install.ps1"
|
|
5
5
|
set "HIVE_INSTALL_SCRIPT=%TEMP%\aigent-hive-install-%RANDOM%-%RANDOM%.ps1"
|
|
6
6
|
|
package/install.ps1
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
param(
|
|
2
2
|
[ValidatePattern('^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)$')]
|
|
3
|
-
[string]$Version = "0.10.
|
|
3
|
+
[string]$Version = "0.10.2",
|
|
4
4
|
[ValidatePattern('^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(-test(\.[1-9][0-9]*)?)?$')]
|
|
5
|
-
[string]$PackageVersion = "0.10.1",
|
|
5
|
+
[string]$PackageVersion = "0.10.2-test.1",
|
|
6
6
|
[string]$Prefix = "$env:LOCALAPPDATA\AigentHive"
|
|
7
7
|
)
|
|
8
8
|
|
|
9
9
|
$ErrorActionPreference = "Stop"
|
|
10
10
|
$AuthorizedSignerThumbprint = ""
|
|
11
|
-
$ExpectedArchiveSha256 = "
|
|
11
|
+
$ExpectedArchiveSha256 = "43ff44694f7e71ed93fccc4e895b0fea2e03f5ff7e52174b614e425931011c45"
|
|
12
12
|
if ($AuthorizedSignerThumbprint -like "__AIGENT_HIVE_*") {
|
|
13
13
|
$AuthorizedSignerThumbprint = ""
|
|
14
14
|
}
|
package/install.sh
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
2
|
set -eu
|
|
3
3
|
|
|
4
|
-
embedded_product_version='0.10.
|
|
5
|
-
embedded_package_version='0.10.1'
|
|
4
|
+
embedded_product_version='0.10.2'
|
|
5
|
+
embedded_package_version='0.10.2-test.1'
|
|
6
6
|
version=${AIGENT_HIVE_VERSION:-$embedded_product_version}
|
|
7
7
|
package_version=${AIGENT_HIVE_PACKAGE_VERSION:-$embedded_package_version}
|
|
8
8
|
prefix=${AIGENT_HIVE_PREFIX:-"${HOME:?HOME is required}/.local"}
|
|
9
9
|
authorized_team_id=''
|
|
10
|
-
sha_aarch64_apple_darwin='
|
|
11
|
-
sha_x86_64_apple_darwin='
|
|
12
|
-
sha_aarch64_linux_musl='
|
|
13
|
-
sha_x86_64_linux_musl='
|
|
10
|
+
sha_aarch64_apple_darwin='1f1704830dfa6d188ed23410366ea95b0e037298ce6a1d254a2e25036a08850a'
|
|
11
|
+
sha_x86_64_apple_darwin='cf7c16f7309ef342894a1296573d373b8ff1e32860a7b62561e09ec9af51c799'
|
|
12
|
+
sha_aarch64_linux_musl='fb524cd0c3699af55aa469e9074f7bd10c85611c217d66e6d8f48cce8bfc44a2'
|
|
13
|
+
sha_x86_64_linux_musl='6d97d89c8496f1978febd029413184ac47058f295f95d5d7c1cc50a046b55413'
|
|
14
14
|
|
|
15
15
|
if ! printf '%s\n' "$version" | awk -F. '
|
|
16
16
|
NF != 3 { exit 1 }
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aigent-hive",
|
|
3
|
-
"version": "0.10.1",
|
|
3
|
+
"version": "0.10.2-test.1",
|
|
4
4
|
"aigentHive": {
|
|
5
|
-
"productVersion": "0.10.
|
|
5
|
+
"productVersion": "0.10.2"
|
|
6
6
|
},
|
|
7
7
|
"description": "Provider-neutral local agent harness for subscription-authenticated hosts",
|
|
8
8
|
"license": "Apache-2.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"node": ">=18"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"@aigent-hive/darwin-arm64": "0.10.1",
|
|
35
|
-
"@aigent-hive/darwin-x64": "0.10.1",
|
|
36
|
-
"@aigent-hive/linux-arm64": "0.10.1",
|
|
37
|
-
"@aigent-hive/linux-x64": "0.10.1",
|
|
38
|
-
"@aigent-hive/win32-x64": "0.10.1"
|
|
34
|
+
"@aigent-hive/darwin-arm64": "0.10.2-test.1",
|
|
35
|
+
"@aigent-hive/darwin-x64": "0.10.2-test.1",
|
|
36
|
+
"@aigent-hive/linux-arm64": "0.10.2-test.1",
|
|
37
|
+
"@aigent-hive/linux-x64": "0.10.2-test.1",
|
|
38
|
+
"@aigent-hive/win32-x64": "0.10.2-test.1"
|
|
39
39
|
}
|
|
40
40
|
}
|