v2.1.3
v2.1.3 — closed-loop fixes, model lookup, output cleanup
Loop Fixed stdin race in [r]/[c] regression prompt — was blocking on io::stdin() while the watcher thread held it; now routes through stdin_rx channel.
Model Fixed catalog lookup order — scrape name tried before model_root path, preventing wrong model resolution (e.g. 7B matched instead of 27B).
Output Blank line added after --max-num-seqs prompt. Short-action strings trimmed to primary fix only; full list already shown in the Issues table.
Install profile 2.1.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jungledesh/profile/releases/download/v2.1.3/profile-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/jungledesh/profile/releases/download/v2.1.3/profile-installer.ps1 | iex"Download profile 2.1.3
| File | Platform | Checksum |
|---|---|---|
| profile-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| profile-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| profile-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| profile-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| profile-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| profile-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
What's Changed
- ui: tighten delta output spacing and prompt wording by @jungledesh in #82
- infra: add distribution Dockerfile and Docker release workflow by @jungledesh in #83
- Bump version from 2.1.1 to 2.1.2 by @jungledesh in #85
- Tag v2.1.2 by @jungledesh in #86
- fix(loop): trim short_action strings to primary fix only by @jungledesh in #87
- v2.1.3 by @jungledesh in #88
Full Changelog: v2.1.1...v2.1.3
What's Changed
- ui: tighten delta output spacing and prompt wording by @jungledesh in #82
- infra: add distribution Dockerfile and Docker release workflow by @jungledesh in #83
- Bump version from 2.1.1 to 2.1.2 by @jungledesh in #85
- Tag v2.1.2 by @jungledesh in #86
- fix(loop): trim short_action strings to primary fix only by @jungledesh in #87
- v2.1.3 by @jungledesh in #88
Full Changelog: v2.1.1...v2.1.3