Skip to content

0.0.6 - 2026-07-09

Choose a tag to compare

@github-actions github-actions released this 09 Jul 21:32

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

  • Make active tool marker animation stateless by @Blankeos
  • Infer apply_patch hunk line numbers from surrounding context by @Blankeos
  • Preserve selection when restoring and updating search filters by @Blankeos
  • Infer commandcode image support from capabilities by @Blankeos
  • Surface websocket fallback warnings for stream disconnects by @Blankeos
  • Add provider alias for connect autocomplete by @Blankeos
  • Preserve chat input draft when running command palette commands by @Blankeos

Features

  • Prioritize current workspace sessions in search by @Blankeos
  • Add expandable large paste placeholders with hover tooltip by @Blankeos
  • Prioritize reasoning effort options from discovery metadata by @Blankeos
  • Add editor-anchored opening for chat selections and file links by @Blankeos
  • Scroll into view on load by @Blankeos
  • Reuse Enter key for repeat navigation after search by @Blankeos

Performance

  • Optimize streaming rendering and token usage updates by @Blankeos

Install crabcode 0.0.6

Install prebuilt binaries via Homebrew

brew install blankeos/tap/crabcode

Download crabcode 0.0.6

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