Skip to content

0.0.4 - 2026-06-14

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 15:21

Install

npm install -g crabcode  # 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 file mutations atomic and context-safe by @Blankeos
  • Preserve selected provider by id during refresh by @Blankeos

Documentation

  • Update install docs and TODOs for search migration by @Blankeos

Features

  • Add vision subagent fallback for non-vision image turns by @Blankeos
  • Prevent new chat actions from wrapping by @Blankeos
  • Add git status side panel and remote git API by @Blankeos
  • Add configurable reasoning effort for subagent configs by @Blankeos
  • Add persistent project expansion and expand-all sidebar control by @Blankeos
  • Improve mobile chat layout and enable queued streaming prompts by @Blankeos
  • Support unauthenticated free model browsing and requests by @Blankeos
  • Add pluggable provider extension framework for models by @Blankeos
  • Add xAI OAuth support and generalize provider OAuth flow by @Blankeos

Ci

  • Harden release pipeline and Homebrew publish flow by @Blankeos

Install crabcode 0.0.4

Install prebuilt binaries via Homebrew

brew install blankeos/tap/crabcode

Download crabcode 0.0.4

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