This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryRefactor extractor to use section header parsing, fix wrapper execPath under Bun, and remove hard‑coded j8() in patcher.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Enable auto-compact for third‑party API users via features.json injection of tengu_amber_redwood3 flag. Enable auto-compact for third‑party API users via features.json injection of tengu_amber_redwood3 flag. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Fix process.execPath pollution under Bun runtime causing shell wrapper crashes. Fix process.execPath pollution under Bun runtime causing shell wrapper crashes. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Remove hardcoded j8() call in GrowthBook config overrides to prevent React TUI crashes on Windows. Remove hardcoded j8() call in GrowthBook config overrides to prevent React TUI crashes on Windows. 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)
- 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 | 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.10...v1.2.0
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]