EXE
WinGet
CodeWhale
Hunter Bown · 0.8.43 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
codewhale-tui-windows-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
HunterBown.CodeWhale
Version
0.8.43
Description
Coding agent for DeepSeek models that runs in your terminal
License
MIT
↗
Homepage
https://github.com/Hmbown/CodeWhale
Installer URL
https://github.com/Hmbown/CodeWhale/releases/download/v0.8.43/codewhale-tui-windows-x64.exe
Release Notes
Fixed
- grep_files now respects the cancellation token. Long-running file searches cancel promptly instead of running to completion after the user aborts (#1839). Thanks @LING71671.
- npm installer stream-pause race condition fixed. The install script now pauses HTTP response streams immediately, preventing early data loss that caused "Invalid checksum manifest line" errors (#1860). Thanks @jeoor.
- Ctrl+Z restores the last cleared composer draft. Pressing Ctrl+Z in an empty composer recovers th…