aigent-hive 0.9.1 → 0.9.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 +19 -19
- package/install.cmd +1 -1
- package/install.ps1 +3 -3
- package/install.sh +6 -6
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
> A provider-neutral local harness for Codex, Claude Code, and Gemini Antigravity.
|
|
8
8
|
|
|
9
|
-
[](https://github.com/gvm1229/aigent-hive/blob/main/Cargo.toml)
|
|
10
10
|
[](https://github.com/gvm1229/aigent-hive/blob/main/rust-toolchain.toml)
|
|
11
11
|
[](https://github.com/gvm1229/aigent-hive/blob/main/LICENSE)
|
|
12
12
|
|
|
@@ -17,12 +17,12 @@ project knowledge, durable role/run state, usage safeguards, and safe update con
|
|
|
17
17
|
It never asks for model-provider API keys, calls model-provider APIs, or replaces the
|
|
18
18
|
host's own model runtime.
|
|
19
19
|
|
|
20
|
-
Stable `0.9.
|
|
21
|
-
`0.9.
|
|
20
|
+
Stable `0.9.2` is the current release for this source. Developer test build
|
|
21
|
+
`0.9.2-test.1` remains available only on npm `test` and as a GitHub prerelease.
|
|
22
22
|
|
|
23
23
|
## Install the current stable release
|
|
24
24
|
|
|
25
|
-
`0.9.
|
|
25
|
+
`0.9.2` is published on npm as `latest`, with a normal GitHub Release and annotated Git tag.
|
|
26
26
|
|
|
27
27
|
```console
|
|
28
28
|
npm install -g aigent-hive
|
|
@@ -31,7 +31,7 @@ npm install -g aigent-hive
|
|
|
31
31
|
Or pin the exact version:
|
|
32
32
|
|
|
33
33
|
```console
|
|
34
|
-
npm install -g aigent-hive@0.9.
|
|
34
|
+
npm install -g aigent-hive@0.9.2
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
The npm installer requires Node.js and npm. The installed `hive` runtime is a native
|
|
@@ -40,22 +40,22 @@ Rust binary and does not require Node.js.
|
|
|
40
40
|
Expected stable version label:
|
|
41
41
|
|
|
42
42
|
```text
|
|
43
|
-
AIgent Hive v0.9.
|
|
43
|
+
AIgent Hive v0.9.2 (released 2026-08-12)
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
### Developer test build 0.9.
|
|
46
|
+
### Developer test build 0.9.2-test.1
|
|
47
47
|
|
|
48
48
|
For developers and contributors testing the next release:
|
|
49
49
|
|
|
50
50
|
```console
|
|
51
|
-
npm install -g aigent-hive@0.9.
|
|
51
|
+
npm install -g aigent-hive@0.9.2-test.1
|
|
52
52
|
hive --version
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
Expected version label:
|
|
56
56
|
|
|
57
57
|
```text
|
|
58
|
-
AIgent Hive v0.9.
|
|
58
|
+
AIgent Hive v0.9.2-test #1 · developer test build (released 2026-08-12)
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
This explicit version never changes npm `latest`.
|
|
@@ -64,19 +64,19 @@ This explicit version never changes npm `latest`.
|
|
|
64
64
|
|
|
65
65
|
```sh
|
|
66
66
|
curl --proto '=https' --tlsv1.2 -LsSf \
|
|
67
|
-
https://unpkg.com/aigent-hive@0.9.
|
|
67
|
+
https://unpkg.com/aigent-hive@0.9.2/install.sh | sh
|
|
68
68
|
```
|
|
69
69
|
|
|
70
70
|
### Windows PowerShell 5.1+
|
|
71
71
|
|
|
72
72
|
```powershell
|
|
73
|
-
irm https://unpkg.com/aigent-hive@0.9.
|
|
73
|
+
irm https://unpkg.com/aigent-hive@0.9.2/install.ps1 | iex
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
### Windows Command Prompt
|
|
77
77
|
|
|
78
78
|
```bat
|
|
79
|
-
curl.exe -fLo install-aigent-hive.cmd https://unpkg.com/aigent-hive@0.9.
|
|
79
|
+
curl.exe -fLo install-aigent-hive.cmd https://unpkg.com/aigent-hive@0.9.2/install.cmd && install-aigent-hive.cmd
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
The direct installers fetch the same native package bytes from npm, verify the
|
|
@@ -93,9 +93,9 @@ setup steps below. It is optional: the four-step setup remains the predictable m
|
|
|
93
93
|
I want the optional one-prompt Aigent Hive setup. Work only at user scope; do not inspect,
|
|
94
94
|
initialize, or change any project, repository, folder, or current working directory.
|
|
95
95
|
|
|
96
|
-
First ask whether I want the current stable release 0.9.
|
|
97
|
-
0.9.
|
|
98
|
-
and the test-build release notes are https://github.com/gvm1229/aigent-hive/releases/tag/v0.9.
|
|
96
|
+
First ask whether I want the current stable release 0.9.2 (recommended) or the developer test build
|
|
97
|
+
0.9.2-test.1. The stable install guidance is https://github.com/gvm1229/aigent-hive#install-the-current-stable-release
|
|
98
|
+
and the test-build release notes are https://github.com/gvm1229/aigent-hive/releases/tag/v0.9.2-test.1.
|
|
99
99
|
Detect my operating system and active host (Codex, Claude Code, or Gemini Antigravity), asking
|
|
100
100
|
me if either is unclear. Check whether Node.js and npm are available. If they are missing,
|
|
101
101
|
give me the official OS-specific Node.js installation command and request any approval the host
|
|
@@ -115,7 +115,7 @@ not change `latest`.
|
|
|
115
115
|
|
|
116
116
|
## Supported targets
|
|
117
117
|
|
|
118
|
-
| Platform | Native target | 0.9.
|
|
118
|
+
| Platform | Native target | 0.9.2 gate |
|
|
119
119
|
| --- | --- | --- |
|
|
120
120
|
| macOS Apple Silicon | `aarch64-apple-darwin` | Candidate runtime qualified |
|
|
121
121
|
| macOS Intel | `x86_64-apple-darwin` | Candidate runtime qualified |
|
|
@@ -125,7 +125,7 @@ not change `latest`.
|
|
|
125
125
|
|
|
126
126
|
Codex and Antigravity have real-host qualification evidence. Claude Code packaging and
|
|
127
127
|
projection are covered by fixtures, but a real subscription-backed session remains
|
|
128
|
-
unverified. Stable `0.9.
|
|
128
|
+
unverified. Stable `0.9.2` uses explicit macOS ad-hoc signing and publishes Windows as
|
|
129
129
|
unsigned unless free SignPath Foundation signing is approved. See the
|
|
130
130
|
[code signing policy](https://github.com/gvm1229/aigent-hive/blob/main/docs/guides/code-signing-policy.md) for the exact trust boundary.
|
|
131
131
|
|
|
@@ -204,8 +204,8 @@ hive update
|
|
|
204
204
|
This performs an immediate version check. If a newer version exists, Hive explains the
|
|
205
205
|
exact update and asks before invoking the authenticated install owner. Declining,
|
|
206
206
|
closing stdin, or running non-interactively causes no installation.
|
|
207
|
-
An existing `0.9.0-test.N` or `0.9.
|
|
208
|
-
exact stable `0.9.
|
|
207
|
+
An existing `0.9.0-test.N`, `0.9.0`, or `0.9.1` installation keeps its owner evidence and may
|
|
208
|
+
update to exact stable `0.9.2` through the same confirmation flow.
|
|
209
209
|
|
|
210
210
|
When daily checks are enabled, a successful check is throttled for 24 hours. An offline
|
|
211
211
|
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.9.1"
|
|
3
|
+
set "HIVE_INSTALL_PACKAGE_VERSION=0.9.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.9.
|
|
3
|
+
[string]$Version = "0.9.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.9.1",
|
|
5
|
+
[string]$PackageVersion = "0.9.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 = "2c5b1693fe6ffd7f91d1b067df0bbd4790437d9c3bab6b2714165c695d284be4"
|
|
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.9.
|
|
5
|
-
embedded_package_version='0.9.1'
|
|
4
|
+
embedded_product_version='0.9.2'
|
|
5
|
+
embedded_package_version='0.9.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='5f10004a39bd31f380a39c47bf2296f59a0375279a9ad23120444efe56ec6a59'
|
|
11
|
+
sha_x86_64_apple_darwin='c06485ae4ae539803dde33477262ee08cf41e6fdaf6b34253236605adc920f3e'
|
|
12
|
+
sha_aarch64_linux_musl='e0cd01691694670af74a40703b5677a39045d1ea96158a6833922c8ba7d8801f'
|
|
13
|
+
sha_x86_64_linux_musl='a359d20db4ee66a256cbba799c1c54b4081a2309a6e99f9ac70d26c8e9977aa6'
|
|
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.9.1",
|
|
3
|
+
"version": "0.9.2-test.1",
|
|
4
4
|
"aigentHive": {
|
|
5
|
-
"productVersion": "0.9.
|
|
5
|
+
"productVersion": "0.9.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.9.1",
|
|
35
|
-
"@aigent-hive/darwin-x64": "0.9.1",
|
|
36
|
-
"@aigent-hive/linux-arm64": "0.9.1",
|
|
37
|
-
"@aigent-hive/linux-x64": "0.9.1",
|
|
38
|
-
"@aigent-hive/win32-x64": "0.9.1"
|
|
34
|
+
"@aigent-hive/darwin-arm64": "0.9.2-test.1",
|
|
35
|
+
"@aigent-hive/darwin-x64": "0.9.2-test.1",
|
|
36
|
+
"@aigent-hive/linux-arm64": "0.9.2-test.1",
|
|
37
|
+
"@aigent-hive/linux-x64": "0.9.2-test.1",
|
|
38
|
+
"@aigent-hive/win32-x64": "0.9.2-test.1"
|
|
39
39
|
}
|
|
40
40
|
}
|