Skip to content

0.0.9 - 2026-07-28

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:23

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

  • Reserve chat scroll space for active question/permission dialogs by @Blankeos
  • Stop child subagent (stuck loading) streams on parent queue interrupts by @Blankeos
  • Prevent responsive layout race and stabilize popover focus by @Blankeos
  • Disable response storage for subagent requests by @Blankeos

Documentation

Features

  • Remove teh add+0 and del-0 when working tree is clean by @Blankeos
  • Make file diffs collapsible and default to all-view by @Blankeos
  • Add interactive git diff viewer with untracked file support by @Blankeos
  • Add custom provider configuration support and mcp error screen broken fix (#5) by @visitorise in #5
  • Refining the remote ui by @Blankeos
  • Add xAI Grok Build OAuth transport overrides and retry policy by @Blankeos

New Contributors

Install crabcode 0.0.9

Install prebuilt binaries via Homebrew

brew install blankeos/tap/crabcode

Download crabcode 0.0.9

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