Skip to content

0.0.7 - 2026-07-12

Choose a tag to compare

@github-actions github-actions released this 12 Jul 19:48

Install

brew install blankeos/tap/crabcode # Homebrew (macOS/Linux)
npm install -g crabcode            # or npm
bun install -g crabcode            # or bun
cargo binstall crabcode            # or cargo-binstall (prebuilt binary, faster)
cargo install crabcode             # or cargo (build from source)
curl -sSL https://raw.githubusercontent.com/Blankeos/crabcode/main/install.sh | sh # or linux/macos (via curl)

Release Notes

Bug Fixes

  • Classify SSE errors as retryable/permanent and enforce stream termination by @Blankeos

Chores

  • Add per-task model selection and hard-task defaults by @Blankeos

Features

  • Add watched file indexer for completion suggestions by @Blankeos
  • Support mouse handling for permission/question dialogs by @Blankeos
  • Play notification sounds for print-mode lifecycle events by @Blankeos
  • Add configurable terminal title composition by @Blankeos
  • Add dedicated subagent completion notification event by @Blankeos

Performance

  • Improve subagent-aware chunk coalescing and markdown render performance by @Blankeos

Install crabcode 0.0.7

Install prebuilt binaries via Homebrew

brew install blankeos/tap/crabcode

Download crabcode 0.0.7

File Platform Checksum
crabcode-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
crabcode-x86_64-apple-darwin.tar.xz Intel macOS checksum
crabcode-x86_64-pc-windows-msvc.zip x64 Windows checksum
crabcode-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
crabcode-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum