aigent-hive 0.9.1 → 0.9.2-test.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.
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
- [![Version](https://img.shields.io/badge/version-0.9.1-4C1)](https://github.com/gvm1229/aigent-hive/blob/main/Cargo.toml)
9
+ [![Version](https://img.shields.io/badge/version-0.9.2-4C1)](https://github.com/gvm1229/aigent-hive/blob/main/Cargo.toml)
10
10
  [![Rust](https://img.shields.io/badge/Rust-stable-000000?logo=rust)](https://github.com/gvm1229/aigent-hive/blob/main/rust-toolchain.toml)
11
11
  [![License](https://img.shields.io/badge/license-Apache--2.0-green)](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.1` is the current release for this source. Developer test build
21
- `0.9.0-test.19` remains available only on npm `test` and as a GitHub prerelease.
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.1` is published on npm as `latest`, with a normal GitHub Release and annotated Git tag.
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.1
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.1 (released 2026-08-12)
43
+ AIgent Hive v0.9.2 (released 2026-08-12)
44
44
  ```
45
45
 
46
- ### Developer test build 0.9.0-test.19
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.0-test.19
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.0-test #19 · developer test build
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.1/install.sh | sh
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.1/install.ps1 | iex
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.1/install.cmd && install-aigent-hive.cmd
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.1 (recommended) or the developer test build
97
- 0.9.0-test.19. 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.0-test.19.
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.1 gate |
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.1` uses explicit macOS ad-hoc signing and publishes Windows as
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.0` installation keeps its owner evidence and may update to
208
- exact stable `0.9.1` through the same confirmation flow.
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.2"
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.1",
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.2",
6
6
  [string]$Prefix = "$env:LOCALAPPDATA\AigentHive"
7
7
  )
8
8
 
9
9
  $ErrorActionPreference = "Stop"
10
10
  $AuthorizedSignerThumbprint = ""
11
- $ExpectedArchiveSha256 = "8c4030d93d682133cefc7619b2e1ec457e69483074eb223cf798cd8afa1f4651"
11
+ $ExpectedArchiveSha256 = "9fb353257e513e2adaa8a9b34729da7c4fc9f1f163b525b53754f5ba5abebc3a"
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.1'
5
- embedded_package_version='0.9.1'
4
+ embedded_product_version='0.9.2'
5
+ embedded_package_version='0.9.2-test.2'
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='97a2603f4bbd5117872176811b8fb9808db145dc304db13f9724cfce1ad40f60'
11
- sha_x86_64_apple_darwin='3effcf6cf34ee2636b4f2a23d3c56d75beedf5dcf120c381af8313d779b5a7ad'
12
- sha_aarch64_linux_musl='147dede684ba2926f0868bd1f48a28301b98ed4574094c6a8b3bf44274a9c72b'
13
- sha_x86_64_linux_musl='6f9bcccf55c0a641d90f1da7c7f772a22bb5b1b1d423ef19bb3df3a23fded57b'
10
+ sha_aarch64_apple_darwin='70e7c70d0117121f74ea1aff52784db03bc0eb52608185ee4d84a7a79e60b49b'
11
+ sha_x86_64_apple_darwin='4fe854f4998f9fdf5769c85edc1f8931a8a64216d9ecd76ddf0d4444645c76f4'
12
+ sha_aarch64_linux_musl='9d14510d95be8350af8e1387135b45c67827b35a7facb1d2a0b9d0303c680699'
13
+ sha_x86_64_linux_musl='aa51890126a6abcbbb5c8235de9d0f06a6ea061d89f29d95d49a85b22550447a'
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.2",
4
4
  "aigentHive": {
5
- "productVersion": "0.9.1"
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.2",
35
+ "@aigent-hive/darwin-x64": "0.9.2-test.2",
36
+ "@aigent-hive/linux-arm64": "0.9.2-test.2",
37
+ "@aigent-hive/linux-x64": "0.9.2-test.2",
38
+ "@aigent-hive/win32-x64": "0.9.2-test.2"
39
39
  }
40
40
  }