|
| 1 | +# GoAgent v0.4.14 |
| 2 | + |
| 3 | +GoAgent v0.4.14 is a Windows KataGo startup hotfix. It fixes a packaged-resource path bug where Windows portable builds could try to launch KataGo from `resources/app.asar/data/katago/...`, which cannot contain a runnable executable. GoAgent now resolves bundled KataGo from `resources/data/katago` or `resources/app.asar.unpacked/data/katago`, and never tries to spawn a binary from inside `app.asar`. |
| 4 | + |
| 5 | +QQ 群:1030632742,欢迎一起交流、提建议、完善 GoAgent。 |
| 6 | + |
| 7 | +## v0.4 系列延续能力 |
| 8 | + |
| 9 | +This release keeps the broader v0.4 foundation: grounded shape recognition engine, local pattern matcher, knowledge source-policy gates, optimized move-range review, quality checks and eval gates, Real Eval / engine silver fixture gate, KataGo engine pool telemetry, Release artifact smoke, student level, student age, teacher persona style settings with evidence boundary, teacher sessions, selective PR #6 integration, Tool-first Agent runtime, Kokoro selected-provider TTS with offline synthesis, Windows OpenCL runtime bundle, KataGo OpenCL adjacent runtime files, GPU vendor OpenCL drivers, and the community contribution path from layiku and wimi321. |
| 10 | + |
| 11 | +## 中文 |
| 12 | + |
| 13 | +### 下载前先选版本 |
| 14 | + |
| 15 | +| 平台 / 场景 | 推荐下载 | |
| 16 | +| --- | --- | |
| 17 | +| macOS Apple Silicon(M 系列) | GoAgent-0.4.14-mac-arm64.dmg | |
| 18 | +| macOS Intel | GoAgent-0.4.14-mac-x64.dmg | |
| 19 | +| Windows x64 安装版,普通用户推荐 | GoAgent-0.4.14-win-x64.exe | |
| 20 | +| Windows x64 免安装版 | GoAgent-0.4.14-win-x64-portable.zip | |
| 21 | +| Windows x64 NVIDIA 专版安装版 | GoAgent-0.4.14-win-x64-nvidia.exe | |
| 22 | +| Windows x64 NVIDIA 专版免安装包 | GoAgent-0.4.14-win-x64-nvidia-portable.7z.001 and all following split parts | |
| 23 | +| 校验文件 | SHA256SUMS.txt | |
| 24 | + |
| 25 | +### 本版重点 |
| 26 | + |
| 27 | +- 修复 Windows 免安装包 / 安装包中 KataGo 路径误指向 `app.asar` 的问题。 |
| 28 | +- GoAgent 会优先从 `resources/data/katago` 和 `resources/app.asar.unpacked/data/katago` 查找内置 KataGo。 |
| 29 | +- 明确禁止从 `app.asar` 内部启动 KataGo,避免 `spawn ... ENOENT`。 |
| 30 | +- 默认仍使用本机 KataGo 分析;智子云远程算力只有用户在设置里显式启用才会使用。 |
| 31 | +- 设置页文案继续面向普通用户,减少开发者式说明。 |
| 32 | + |
| 33 | +## 繁體中文 |
| 34 | + |
| 35 | +### 下載前先選版本 |
| 36 | + |
| 37 | +| 平台 / 使用情境 | 建議下載 | |
| 38 | +| --- | --- | |
| 39 | +| macOS Apple Silicon | GoAgent-0.4.14-mac-arm64.dmg | |
| 40 | +| macOS Intel | GoAgent-0.4.14-mac-x64.dmg | |
| 41 | +| Windows x64 安裝版 | GoAgent-0.4.14-win-x64.exe | |
| 42 | +| Windows x64 免安裝版 | GoAgent-0.4.14-win-x64-portable.zip | |
| 43 | +| Windows x64 NVIDIA 專版 | GoAgent-0.4.14-win-x64-nvidia.exe | |
| 44 | +| Windows x64 NVIDIA 免安裝包 | GoAgent-0.4.14-win-x64-nvidia-portable.7z.001 and all following split parts | |
| 45 | +| 校驗檔 | SHA256SUMS.txt | |
| 46 | + |
| 47 | +### 本版重點 |
| 48 | + |
| 49 | +- 修復 Windows 套件中 KataGo 路徑誤指向 `app.asar` 的問題。 |
| 50 | +- 內建 KataGo 會從 `resources/data/katago` 或 `resources/app.asar.unpacked/data/katago` 啟動。 |
| 51 | +- GoAgent 不會從 `app.asar` 內部執行 KataGo。 |
| 52 | +- 預設仍使用本機 KataGo;智子雲只有手動啟用時才會使用。 |
| 53 | + |
| 54 | +## English |
| 55 | + |
| 56 | +### Pick the right package before downloading |
| 57 | + |
| 58 | +| Platform / use case | Recommended download | |
| 59 | +| --- | --- | |
| 60 | +| macOS Apple Silicon | GoAgent-0.4.14-mac-arm64.dmg | |
| 61 | +| macOS Intel | GoAgent-0.4.14-mac-x64.dmg | |
| 62 | +| Windows x64 installer | GoAgent-0.4.14-win-x64.exe | |
| 63 | +| Windows x64 portable ZIP | GoAgent-0.4.14-win-x64-portable.zip | |
| 64 | +| Windows x64 NVIDIA installer | GoAgent-0.4.14-win-x64-nvidia.exe | |
| 65 | +| Windows x64 NVIDIA portable package | GoAgent-0.4.14-win-x64-nvidia-portable.7z.001 and all following split parts | |
| 66 | +| Checksums | SHA256SUMS.txt | |
| 67 | + |
| 68 | +### Highlights |
| 69 | + |
| 70 | +- Fixes Windows packaged KataGo resolution when the app is installed or extracted as a portable ZIP. |
| 71 | +- GoAgent now resolves bundled KataGo from `resources/data/katago` or `resources/app.asar.unpacked/data/katago`. |
| 72 | +- GoAgent never tries to spawn KataGo from inside `app.asar`, preventing `spawn ... ENOENT`. |
| 73 | +- Local KataGo remains the default analysis engine; Zhizi Cloud is used only when the user explicitly enables it. |
| 74 | +- Settings copy remains user-facing and avoids developer-oriented configuration wording. |
| 75 | + |
| 76 | +## 日本語 |
| 77 | + |
| 78 | +### ダウンロード前に選ぶもの |
| 79 | + |
| 80 | +| 環境 | 推奨ファイル | |
| 81 | +| --- | --- | |
| 82 | +| macOS Apple Silicon | GoAgent-0.4.14-mac-arm64.dmg | |
| 83 | +| macOS Intel | GoAgent-0.4.14-mac-x64.dmg | |
| 84 | +| Windows x64 インストーラー | GoAgent-0.4.14-win-x64.exe | |
| 85 | +| Windows x64 ポータブル ZIP | GoAgent-0.4.14-win-x64-portable.zip | |
| 86 | +| Windows x64 NVIDIA 版 | GoAgent-0.4.14-win-x64-nvidia.exe | |
| 87 | +| Windows x64 NVIDIA ポータブル | GoAgent-0.4.14-win-x64-nvidia-portable.7z.001 and all following split parts | |
| 88 | +| チェックサム | SHA256SUMS.txt | |
| 89 | + |
| 90 | +### 主な変更 |
| 91 | + |
| 92 | +- Windows パッケージで KataGo のパスが `app.asar` 内を指す問題を修正しました。 |
| 93 | +- KataGo は `resources/data/katago` または `resources/app.asar.unpacked/data/katago` から起動します。 |
| 94 | +- 既定ではローカル KataGo を使います。Zhizi Cloud はユーザーが明示的に有効化した場合のみ使われます。 |
| 95 | + |
| 96 | +## 한국어 |
| 97 | + |
| 98 | +### 다운로드 전 선택 |
| 99 | + |
| 100 | +| 환경 | 권장 다운로드 | |
| 101 | +| --- | --- | |
| 102 | +| macOS Apple Silicon | GoAgent-0.4.14-mac-arm64.dmg | |
| 103 | +| macOS Intel | GoAgent-0.4.14-mac-x64.dmg | |
| 104 | +| Windows x64 설치 프로그램 | GoAgent-0.4.14-win-x64.exe | |
| 105 | +| Windows x64 포터블 ZIP | GoAgent-0.4.14-win-x64-portable.zip | |
| 106 | +| Windows x64 NVIDIA 설치 프로그램 | GoAgent-0.4.14-win-x64-nvidia.exe | |
| 107 | +| Windows x64 NVIDIA 포터블 | GoAgent-0.4.14-win-x64-nvidia-portable.7z.001 and all following split parts | |
| 108 | +| 체크섬 | SHA256SUMS.txt | |
| 109 | + |
| 110 | +### 이번 버전 |
| 111 | + |
| 112 | +- Windows 패키지에서 KataGo 경로가 `app.asar` 내부를 가리키는 문제를 수정했습니다. |
| 113 | +- KataGo는 `resources/data/katago` 또는 `resources/app.asar.unpacked/data/katago`에서 실행됩니다. |
| 114 | +- 기본값은 로컬 KataGo이며, Zhizi Cloud는 사용자가 직접 켠 경우에만 사용됩니다. |
| 115 | + |
| 116 | +## ภาษาไทย |
| 117 | + |
| 118 | +### เลือกไฟล์ก่อนดาวน์โหลด |
| 119 | + |
| 120 | +| แพลตฟอร์ม | ไฟล์ที่แนะนำ | |
| 121 | +| --- | --- | |
| 122 | +| macOS Apple Silicon | GoAgent-0.4.14-mac-arm64.dmg | |
| 123 | +| macOS Intel | GoAgent-0.4.14-mac-x64.dmg | |
| 124 | +| Windows x64 installer | GoAgent-0.4.14-win-x64.exe | |
| 125 | +| Windows x64 portable ZIP | GoAgent-0.4.14-win-x64-portable.zip | |
| 126 | +| Windows x64 NVIDIA installer | GoAgent-0.4.14-win-x64-nvidia.exe | |
| 127 | +| Windows x64 NVIDIA portable | GoAgent-0.4.14-win-x64-nvidia-portable.7z.001 and all following split parts | |
| 128 | +| Checksums | SHA256SUMS.txt | |
| 129 | + |
| 130 | +### จุดสำคัญของรุ่นนี้ |
| 131 | + |
| 132 | +- แก้ปัญหา Windows package ชี้ path ของ KataGo เข้าไปใน `app.asar` |
| 133 | +- GoAgent จะเรียก KataGo จาก `resources/data/katago` หรือ `resources/app.asar.unpacked/data/katago` |
| 134 | +- ค่าเริ่มต้นยังใช้ KataGo ในเครื่อง; Zhizi Cloud จะใช้เมื่อผู้ใช้เปิดเองเท่านั้น |
| 135 | + |
| 136 | +## Tiếng Việt |
| 137 | + |
| 138 | +### Chọn gói tải xuống |
| 139 | + |
| 140 | +| Nền tảng | Gói khuyến nghị | |
| 141 | +| --- | --- | |
| 142 | +| macOS Apple Silicon | GoAgent-0.4.14-mac-arm64.dmg | |
| 143 | +| macOS Intel | GoAgent-0.4.14-mac-x64.dmg | |
| 144 | +| Windows x64 installer | GoAgent-0.4.14-win-x64.exe | |
| 145 | +| Windows x64 portable ZIP | GoAgent-0.4.14-win-x64-portable.zip | |
| 146 | +| Windows x64 NVIDIA installer | GoAgent-0.4.14-win-x64-nvidia.exe | |
| 147 | +| Windows x64 NVIDIA portable | GoAgent-0.4.14-win-x64-nvidia-portable.7z.001 and all following split parts | |
| 148 | +| Checksums | SHA256SUMS.txt | |
| 149 | + |
| 150 | +### Điểm mới |
| 151 | + |
| 152 | +- Sửa lỗi gói Windows trỏ đường dẫn KataGo vào bên trong `app.asar`. |
| 153 | +- GoAgent chạy KataGo từ `resources/data/katago` hoặc `resources/app.asar.unpacked/data/katago`. |
| 154 | +- Mặc định vẫn dùng KataGo cục bộ; Zhizi Cloud chỉ chạy khi người dùng bật rõ ràng. |
0 commit comments