ClawGod v1.2.0
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)
- fix(patcher): remove hardcoded j8() in GrowthBook config overrides (#97)
- feat(features): enable auto-compact for third-party API users (#102)
Bun Section Parser (#99)
提取器重构:用 ELF/Mach-O/PE section header 解析替代字符串锚点扫描,一次性提取 cli.js 和所有 napi 模块。不再依赖 JS 源码中的字符串特征,跨版本稳定性显著提升。
process.execPath 修复 (#101)
修复 Bun runtime 下 process.execPath 被 bun 路径污染,导致 shell wrapper 的 find/grep/rg multitool dispatch 崩溃的问题。
GrowthBook config overrides 修复 (#97)
移除 patcher 中硬编码的 j8() 函数调用,修复 CC 2.1.167+ Windows 版本的 React TUI 渲染崩溃。
第三方 API 自动压缩 (#102)
第三方 API 用户因缺少 GrowthBook feature flag 导致 auto-compact 不触发。通过 features.json 注入 tengu_amber_redwood3 解除门控,官方 OAuth 用户不受影响。
Install
macOS / Linux:
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bashWindows (PowerShell):
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iexFull changelog: v1.1.10...v1.2.0