Skip to content

0.0.12 - 2026-09-03

Choose a tag to compare

@github-actions github-actions released this 03 Sep 23:44

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

  • Keep tests from touching the production data dir by @Blankeos
  • Persist precomputed t/s so reloaded sessions match live rate (#47) by @Blankeos in #47
  • Opencode zen gateway compat for muse-spark via opencode-go sub (#46) by @Blankeos in #46
  • Drop disabled server tools from requests and prune gating by @Blankeos
  • Resample empty provider responses like Grok Build to prevent premature session completion (#42) by @Blankeos in #42
  • Order of the new copy opt by @Blankeos
  • Kill process group when bash task aborts (#41) by @yan-ad in #41
  • Questions when it overflows by @Blankeos
  • Replay Responses encrypted reasoning across tool steps by @Blankeos
  • Xai grok-4.6 silently downgraded to 4.5 by @Blankeos
  • Double render of x_search by @Blankeos
  • Defensive normalization for tool params by @Blankeos
  • Anchor action bar to selection instead of viewport top by @Blankeos

Chores

Features

  • Add /btw side question command (#48) by @Blankeos in #48
  • Add dimmed backdrop behind dialogs by @Blankeos
  • Dim reasoning effort shown as model default by @Blankeos
  • Persist billed compaction usage on summaries (#45) by @Blankeos in #45
  • Add stats command (#40) by @yan-ad in #40
  • Surface real provider token usage instead of estimates by @Blankeos
  • Grok-style clap completions with tiny rc hook (#37) by @Blankeos in #37
  • Add provider/model id copy action and allow /copy outside chat by @Blankeos
  • Add thinking effort, mcp status, and tab agent hints (#39) by @yan-ad in #39
  • Mcp works more like opencode by @Blankeos
  • Add editor.open config for clicked file paths by @Blankeos
  • Matching doomloop and pruning as grok (BEST FIX) by @Blankeos
  • Add compaction hint headers for Grok 4.5/4.6 models by @Blankeos
  • Monid and tinyfish added as websearch alternatives by @Blankeos
  • Better bash for background execution and interactive (#35) by @Blankeos in #35
  • Add provider-native hosted search tools and local search providers (#33) by @Blankeos in #33
  • Add submenu support to which-key and scroll-to-top/bottom shortcuts by @Blankeos

Refactor

  • Never make the same mistake of mismatching models ever again by @Blankeos

Doc

  • Updated relation to opencode in docs by @Blankeos

Install crabcode 0.0.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/blankeos/crabcode/releases/download/v0.0.12/crabcode-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install blankeos/tap/crabcode

Download crabcode 0.0.12

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