aigent-hive 0.9.5 → 0.10.0-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.5-4C1)](https://github.com/gvm1229/aigent-hive/blob/main/Cargo.toml)
9
+ [![Version](https://img.shields.io/badge/version-0.10.0-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
 
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.5"
3
+ set "HIVE_INSTALL_PACKAGE_VERSION=0.10.0-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.5",
3
+ [string]$Version = "0.10.0",
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.5",
5
+ [string]$PackageVersion = "0.10.0-test.2",
6
6
  [string]$Prefix = "$env:LOCALAPPDATA\AigentHive"
7
7
  )
8
8
 
9
9
  $ErrorActionPreference = "Stop"
10
10
  $AuthorizedSignerThumbprint = ""
11
- $ExpectedArchiveSha256 = "a03a7c15bfac1593e4258f200ada801354b95d60c999ccca4306b50417d0f41e"
11
+ $ExpectedArchiveSha256 = "32dfbbd91626ffeb2269a2721add428ae26832579bba8854657abe5486bd7df9"
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'
5
- embedded_package_version='0.9.5'
4
+ embedded_product_version='0.10.0'
5
+ embedded_package_version='0.10.0-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='363eab1a86ec54eac173ea0f3c184ef327e66c24fa5c97ef80abeabb7845ca6a'
11
- sha_x86_64_apple_darwin='138cc93e20b2b74bf874c0540da5ea5bd996bd838b2afdde567427182a43e525'
12
- sha_aarch64_linux_musl='fd1ad4f82ef8c505413639609794993a903f3582ca024e1e1b9a245479826daf'
13
- sha_x86_64_linux_musl='d2df23c76c351f4c7394867373f7ec175f3125a6b756b3c2016d703793585107'
10
+ sha_aarch64_apple_darwin='28fc3ca63d7eef6452e92c69e4a628f3b7e1b24065067b0d248f9752635e73d1'
11
+ sha_x86_64_apple_darwin='276cf4ae5a054cd483448e893b5132ba636a7c078bfe61336db85356f6235527'
12
+ sha_aarch64_linux_musl='dce46e1c4bfe5925ff363eaa268db89e6049f4247dbdff4b1deec447952e4591'
13
+ sha_x86_64_linux_musl='ce0d703c52de8fbd1143df0930a79a26890847e5280a29507357a0de471b1726'
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.5",
3
+ "version": "0.10.0-test.2",
4
4
  "aigentHive": {
5
- "productVersion": "0.9.5"
5
+ "productVersion": "0.10.0"
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.5",
35
- "@aigent-hive/darwin-x64": "0.9.5",
36
- "@aigent-hive/linux-arm64": "0.9.5",
37
- "@aigent-hive/linux-x64": "0.9.5",
38
- "@aigent-hive/win32-x64": "0.9.5"
34
+ "@aigent-hive/darwin-arm64": "0.10.0-test.2",
35
+ "@aigent-hive/darwin-x64": "0.10.0-test.2",
36
+ "@aigent-hive/linux-arm64": "0.10.0-test.2",
37
+ "@aigent-hive/linux-x64": "0.10.0-test.2",
38
+ "@aigent-hive/win32-x64": "0.10.0-test.2"
39
39
  }
40
40
  }