@simonyea/holysheep-cli 2.1.5 → 2.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonyea/holysheep-cli",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "Claude Code/Cursor/Cline API relay for China — ¥1=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
5
5
  "scripts": {
6
6
  "test": "node tests/droid.test.js && node tests/workspace-store.test.js",
@@ -29,14 +29,14 @@ const VENDOR_DIR = path.join(__dirname, 'vendor', 'aionui')
29
29
 
30
30
  // Baked-in defaults — updated with every 2.x.0 release that bumps the bundle.
31
31
  // Override via HOLYSHEEP_AIONUI_RUNTIME_URL / HOLYSHEEP_AIONUI_RUNTIME_SHA256.
32
- // hs2 = HolySheep rebrand + Guid CLI card (2.1.5, 2026-04-21). Previous
33
- // revisions still live on the CDN for forensics, but all new installs of
34
- // @simonyea/holysheep-cli >= 2.1.5 pull this tarball.
32
+ // hs3 = fix user-visible iOfficeAI/AionUi links holysheep.ai (2.1.6, 2026-04-22).
33
+ // Previous revisions still live on the CDN for forensics, but all new installs of
34
+ // @simonyea/holysheep-cli >= 2.1.6 pull this tarball.
35
35
  const DEFAULT_RUNTIME_URL =
36
- 'https://mail.holysheep.ai/app/cli/aionui-runtime-v1.9.18-holysheep-hs2.tar.gz'
36
+ 'https://mail.holysheep.ai/app/cli/aionui-runtime-v1.9.18-holysheep-hs4.tar.gz'
37
37
  const DEFAULT_RUNTIME_SHA256 =
38
- '869d9c49b1902d6305606212b8bb5af0f7b331b311f998f2d86ec38849c8ed5b'
39
- const DEFAULT_RUNTIME_VERSION = '1.9.18-holysheep-hs2'
38
+ 'cb8f7bf9a834d5573a22a84e52ce2e738aea74d697f09a9f210c97627b5d9ddd'
39
+ const DEFAULT_RUNTIME_VERSION = '1.9.18-holysheep-hs4'
40
40
 
41
41
  function isValidRuntimeDir(dir) {
42
42
  if (!dir) return false