You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
release: bump to 1.0.2 with UTF-8 PS console + verbose verify errors
Ships v1.0.2 with two UX-level fixes plus the version-bump housekeeping:
- windows/scripts/wsl-common.ps1: force console I/O to UTF-8 (cp65001)
at dot-source time. Windows PowerShell 5.x defaults to GBK (936) on
zh-CN hosts, which mangled the Chinese strings in install-*.ps1 logs
and corrupted stdout captured from WSL commands. Applied in the
shared file so every install-*.ps1 entry point inherits it via the
existing `. wsl-common.ps1` line.
- windows/installer.iss: the wizard's Verify button used to collapse
every failure mode into "Verification failed. You can configure
later." — same message for "no host Python", "401 Unauthorized",
"unknown model", "DNS failure". Now capture stdout+stderr of both
the host-python and WSL-python3 attempts into %TEMP%\agent-pack-
verify.log and show the tail in an MsgBox so the user can actually
see which one failed and why (with the full log path included for
triage).
Version strings bumped in installer.iss, build-pkg.sh, and the README
download tables / build-from-source outputs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ Pre-built installers live on the [GitHub Releases page](https://github.com/Sense
89
89
90
90
| Platform | Download | How to Use |
91
91
|----------|----------|------------|
92
-
| Windows |[`AgentPack-1.0.1-windows-x64.exe`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.1-windows-x64.exe)| Double-click and follow the wizard; installation runs inside WSL2, and the PowerShell window is taken over by the installed agent when setup finishes |
93
-
| macOS |[`AgentPack-1.0.1-macos-universal.pkg`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.1-macos-universal.pkg)| Double-click, then complete setup in the Terminal window that opens; the same window becomes the agent's REPL / gateway once installation finishes |
94
-
| Linux |[`AgentPack-1.0.1-linux.sh`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.1-linux.sh)*or* the one-liner below | Download and run `chmod +x AgentPack-1.0.1-linux.sh && ./AgentPack-1.0.1-linux.sh`, or paste `curl -fsSL https://raw.githubusercontent.com/SenseTime-FVG/agent_pack/main/linux/install.sh \| bash` — either way the shell that ran the installer is handed over to the agent via `exec`|
92
+
| Windows |[`AgentPack-1.0.2-windows-x64.exe`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.2-windows-x64.exe)| Double-click and follow the wizard; installation runs inside WSL2, and the PowerShell window is taken over by the installed agent when setup finishes |
93
+
| macOS |[`AgentPack-1.0.2-macos-universal.pkg`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.2-macos-universal.pkg)| Double-click, then complete setup in the Terminal window that opens; the same window becomes the agent's REPL / gateway once installation finishes |
94
+
| Linux |[`AgentPack-1.0.2-linux.sh`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.2-linux.sh)*or* the one-liner below | Download and run `chmod +x AgentPack-1.0.2-linux.sh && ./AgentPack-1.0.2-linux.sh`, or paste `curl -fsSL https://raw.githubusercontent.com/SenseTime-FVG/agent_pack/main/linux/install.sh \| bash` — either way the shell that ran the installer is handed over to the agent via `exec`|
0 commit comments