This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryRefactored extractor to use ELF/Mach‑O/PE section parsing, patched wrapper’s process.execPath for Bun compatibility, and updated PowerShell installer.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Monkey-patch process.execPath in wrapper to fix find/grep/rg under Bun runtime. Monkey-patch process.execPath in wrapper to fix find/grep/rg under Bun runtime. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Refactor | Low |
Replace feature-string cli.js scan with Bun section parser for ELF/Mach-O/PE headers. Replace feature-string cli.js scan with Bun section parser for ELF/Mach-O/PE headers. Source: llm_adapter@2026-06-12 Confidence: high |
— |
Full changelog
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: https://github.com/0Chencc/clawgod/compare/v1.1.11...v1.1.12
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About clawgod
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]