v0.8.54

Hmbown/Codewhalev0.8.54Jun 8, 2026by Hmbown

AI Summary

The project is officially renamed to CodeWhale. The legacy npm package `deepseek-tui` is deprecated and receives no further releases.

Key Highlights

  • Official renaming to CodeWhale
  • npm wrapper for v0.8.54 deferred while asset path is hardened
  • Installation instructions provided for Cargo, GitHub Releases, and CNB

Breaking Changes

  • Legacy npm package `deepseek-tui` is deprecated and receives no further releases

Full Release Notes

> **CodeWhale** is the canonical project, command, npm package, and release-asset name. The legacy npm package `deepseek-tui` is deprecated and receives no further releases.

## Install

### Cargo

```bash
cargo install codewhale-cli codewhale-tui --locked
```

Both crates are required: `codewhale-cli` provides the `codewhale` dispatcher and `codewhale-tui` provides the interactive runtime.

### GitHub Releases

Download the platform archive for your OS below. Each archive contains both the `codewhale` dispatcher and the `codewhale-tui` runtime.

### CNB

Users who cannot reliably reach GitHub can use the CNB mirror:

```bash
cargo install --git https://cnb.cool/codewhale.net/codewhale --tag v0.8.54 codewhale-cli --locked --force
cargo install --git https://cnb.cool/codewhale.net/codewhale --tag v0.8.54 codewhale-tui --locked --force
```

### npm

The `codewhale` npm wrapper for v0.8.54 is intentionally deferred while the release asset publication path is being hardened. Use Cargo, GitHub Releases, or CNB for this release.

## Verify

```bash
sha256sum -c codewhale-bundles-sha256.txt
sha256sum -c codewhale-artifacts-sha256.txt
```

## Contributors

Thanks to the contributors, reporters, reviewers, and maintainers credited in the v0.8.54 changelog and README for the reports, PRs, reproductions, reviews, design direction, and harvested work that shaped this release.

## Changelog

See [CHANGELOG.md](https://github.com/Hmbown/CodeWhale/blob/main/CHANGELOG.md) for the full notes for this release.