Skip to content

0.0.11 - 2026-08-25

Choose a tag to compare

@github-actions github-actions released this 25 Aug 19:49

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

  • Stop home-screen animation loop after 3s of inactivity (#31) by @Blankeos in #31
  • Compacting should be streaming not waiting by @Blankeos
  • Up tls 1.2 for exa mcp to tls 1.3 by @Blankeos
  • Resolve stick-to-bottom MAX before sticky user math by @Blankeos
  • Detect and underline hyperlinks that wrap across multiple lines by @Blankeos
  • Use MAX sentinel for stick-to-bottom scroll to survive content growth by @Blankeos
  • Steer vision models away from calling view_image on already-attached images by @Blankeos
  • Best shape, render compact sticky message as overlay over transcript by @Blankeos
  • More fix attempts by @Blankeos
  • @agent mention colors in sticky message by @Blankeos
  • Align sticky user message rendering with full message formatting by @Blankeos
  • Scroll region includes headers/stickymessage header by @Blankeos
  • Pin custom answer row and add vertical scroll for overflowing question options by @Blankeos
  • Allow chat interaction during permission/question dialogs by @Blankeos
  • Margin bottom of headings in streamdown by @Blankeos
  • Switch completion TPS calculation to OpenCode-style generation samples + live still (#26) by @Blankeos in #26
  • Warm MCP connections in background with shared manager pool by @Blankeos
  • Preserve state on mouse move after wheel scroll by @Blankeos
  • Clean up background process groups by @yan-ad
  • Inherit external directory permissions recursively (#22) by @yan-ad in #22
  • Clamp popup overlay to available space above anchor by @Blankeos
  • Silence unavailable audio backends (#21) by @yan-ad in #21
  • Deepseek v4 flash has max for crof, but not in models.dev by @Blankeos
  • Allow ctrl-t and ctrl-x while slash suggestions are open by @Blankeos
  • Improve manual compacting and marker visibility by @Blankeos
  • Token-budget tail selection and live marker scroll by @Blankeos
  • Steer @explore agent to be less 'thorough' by @Blankeos

Features

  • Added a command for the compact-mode toggle by @Blankeos
  • Rank slash commands by most-recently-used (#29) by @Blankeos in #29
  • Parse Exa hosted MCP text blocks into formatted results by @Blankeos
  • Added working firecrawl mcp no auth by @Blankeos
  • Add --agent flag to override active agent at startup feat(cli): add --agent flag to override active agent at startup by @Blankeos
  • Add compact-mode with sticky header and sticky user messages (#20) by @Blankeos in #20
  • Persist compact mode and simplify sticky overlay rendering by @Blankeos
  • Add configurable, persisted compact-mode preference by @Blankeos
  • Make icon smaller by @Blankeos
  • Add compact-mode with sticky header and sticky user messages by @Blankeos
  • Better upgrade (i think it works) by @Blankeos
  • Allow chat mouse-wheel scrolling while find bar is focused by @Blankeos
  • Track and display assistant thought duration by @Blankeos
  • Support custom model reasoning options by @Blankeos
  • Prevent sending /compact when already compacting by @Blankeos
  • Add bundled Grok mono themes and reorganize theme assets by @Blankeos
  • Share and apply @agent mention styling in chat history by @Blankeos
  • Support JSONC model catalog overrides + crof vision overrids by @Blankeos

Refactor

  • Decouple in-tree SDK from host logging and prep for extraction by @Blankeos

Install crabcode 0.0.11

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install blankeos/tap/crabcode

Download crabcode 0.0.11

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