Skip to content

ClawGod v1.1.12

Choose a tag to compare

@0Chencc 0Chencc released this 12 Jun 03:19
42f005e

Changes

  • extractor: replace feature-string cli.js scan with Bun section parser (#99)
  • fix(wrapper): monkey-patch process.execPath to fix find/grep/rg under Bun (#101)

Bun Section Parser (#99)

提取器重构:用 ELF/Mach-O/PE section header 解析替代字符串锚点扫描,一次性提取 cli.js 和所有 napi 模块(.node)。不再依赖 JS 源码中的字符串特征,跨版本稳定性显著提升。

process.execPath 修复 (#101)

Bun runtime 下 process.execPath 返回 bun 路径而非 Claude 原生二进制,导致 getEnvironmentOverrides() 覆盖 CLAUDE_CODE_EXECPATH,shell wrapper 的 find/grep/rg multitool dispatch 指向 bun 而崩溃。在 wrapper 中 monkey-patch process.execPath 为 launcher 设置的 claude.orig 路径。

Install

macOS / Linux:

curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash

Windows (PowerShell):

irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex

Full changelog: v1.1.11...v1.1.12