Skip to content

Releases: Miscf/clawgod

ClawGod v1.8.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 09:46

Changes

  • Merge branch 'fix/v1.8.2-ps1-port' (23b249d)
  • fix: port multi-module pipeline to install.ps1 + Windows bunfs prefix + fork update channel (d6035cf)
  • feat: point self-update channel at Miscf/clawgod fork (497a456)

Install

macOS / Linux:

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

Windows (PowerShell):

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

Full changelog: v1.8.1...v1.8.2

ClawGod v1.8.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 05:53

Changes

  • Merge branch 'fix/multi-module-extraction' (84dc30a)
  • fix: extract code-split bunfs graph for claude 2.1.246+ multi-module builds (6df2f40)
  • Merge tag 'v1.8.0' into fix/multi-module-extraction (4a28d70)
  • ci: add workflow to reject README-only PRs (4401fdb)
  • fix: match minified action helper rename for v2.1.238 claude update (936e8c5)
  • fix: match Bun.isStandaloneExecutable guard for v2.1.236+ (2025302)
  • docs: reference compat issues individually for auto-close (d094754)
  • fix: match claude update action wrapper for v2.1.227+ (a8f8495)

Install

macOS / Linux:

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

Windows (PowerShell):

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

Full changelog: v1.7.6...v1.8.1

ClawGod v1.7.6

Choose a tag to compare

@github-actions github-actions released this 14 Aug 22:56

Changes

  • docs: fix URL-encoded star-history links to Miscf/clawgod (5c326ac)
  • docs: point install commands and badges at Miscf/clawgod (a7c5cb6)
  • feat: point self-update channel at Miscf/clawgod fork (88a81b2)
  • fix: match telemetry-wrapped update action (claude-code v2.1.227+) (34ecf56)
  • Merge pull request 0Chencc#142 from ShinyNito/fix/herdr-agent-detection (497773a)
  • fix: expose Claude identity to Herdr (96b8708)
  • fix: only show update prompt when remote version is newer (507405a)
  • Merge pull request 0Chencc#137 from talwayh1/main (5f5f070)
  • fix: add missing ANSI green theme patches for non-truecolor terminals (5fb2572)
  • fix: uninstall leaves stale launcher when no backup exists on Windows (b75e608)
  • fix: patch fv() in source instead of runtime Bun monkey-patch (01efa1c)
  • fix: handle unconfigurable Bun.isStandaloneExecutable on Bun 1.4+ canary (94582f4)
  • fix: patch Bun.isStandaloneExecutable for daemon/fork, add functional CI checks (9ff9563)
  • fix: auto-inject version from git tag in release workflow (5709864)
  • fix: PSScriptRoot empty on iex, enable remote control for third-party proxies (b9f135f)
  • feat: OpenAI-compat proxy, provider import tool, fix v2.1.214 patches (bbf2eca)
  • fix(patcher): macOS Cmd+V image paste fallback to clipboard read (f61ff7d)
  • fix: installer --lean-off must also clear settings.json (b3797ea)
  • feat: three-level lean mode (on/max/off) with instant wrapper toggle (84f1d17)
  • feat(wrapper): handle --lean-off / --lean-on directly in wrapper (2ea55bb)
  • feat: lean settings, toggle, CI verification, and static site update (27c6098)
  • chore: bump CLAWGOD_SELF_VERSION to 1.4.1 (2c8ae78)
  • fix(patcher): pass env explicitly in update spawnSync for Bun compat (aa0f4a3)
  • docs: add Glob/Grep restore and update notification to READMEs (f78ae50)
  • chore: bump CLAWGOD_SELF_VERSION to 1.4.0 (185d61a)
  • feat(patcher): restore Glob/Grep tools by un-inlining EMBEDDED_SEARCH_TOOLS (b9e6498)
  • feat(wrapper): add update notification via GitHub API check (7995d12)
  • fix(patcher): add allowUnknownOption to update command for --version support (24f405f)
  • docs: add geo-steganography neutralization section to all READMEs (6ec137b)
  • fix(patcher): rdp regex must match nested braces (}} not }) (5a380b8)
  • fix(patcher): replace smart quotes (U+2018/U+2019) with ASCII in odp patch block (c7b7632)
  • fix(patcher): use RegExp constructor for odp pattern to avoid Unicode syntax error (cb0315b)
  • feat(patcher): neutralize geo-steganography in system prompt (v2.1.197+) (181ffcc)
  • feat(install): add --no-upgrade flag and claude update arg forwarding (d20dead)
  • feat(features): enable auto-compact for third-party API users (1274aa7)
  • extractor: replace feature-string cli.js scan with Bun section parser (0Chencc#99) (42f005e)
  • fix(wrapper): monkey-patch process.execPath to fix find/grep/rg under Bun (0Chencc#101) (2ebe1a8)
  • fix(launcher): use install-time absolute path for CLAUDE_CODE_EXECPATH (c69165f)
  • fix(launcher): export CLAUDE_CODE_EXECPATH in launcher scripts (f8c7ede)
  • fix(wrapper): monkey-patch process.execPath for PowerShell wrapper too (7051166)
  • fix(patcher): remove hardcoded j8() in GrowthBook config overrides (099f7c1)
  • extractor: parse Bun section to extract cli.js + napi in one pass (0e659f2)
  • fix(wrapper): monkey-patch process.execPath to fix find/grep/rg under Bun (f5527ed)
  • fix(patcher): revert env injection, add precise provider helper gate patch (c5ba3ba)
  • fix(patcher): Auto-mode unlock regex stale on claude 2.1.158 (28bdfe6)
  • fix(patcher): escape $$ in regex replacement strings (silent identifier corruption) (1f2dfde)
  • fix(patcher): redirect shell-integration multitool path to claude.orig (e7d290e)
  • fix(installer): resolve bun.ps1 launcher, restore install.ps1 parity (0Chencc#81) (2b88ddf)
  • Merge pull request 0Chencc#74 from shanshanerxi/docs/clawgod-handbook (d69548f)
  • fix(wrapper): auto-disable attribution header on third-party endpoints (86da142)
  • Update bug_report.yml (186acf9)
  • docs: add ClawGod Handbook — context governance reference + runnable hooks (0fdd33d)
  • fix(patcher): Auto-mode unlock regex fails on claude 2.1.139 (multi-var let) (bf3774a)
  • Merge pull request 0Chencc#70 from keyblues/fix/windows-launcher-encoding (5e7c4a3)
  • fix(installer): require path separator boundary in USERPROFILE prefix check (aafdca3)
  • fix(installer): resolve garbled characters in .cmd launcher for non-ASCII Windows usernames (c493177)
  • fix(installer): hard-require Bun >= 1.3.14 with pre-flight version gate (25e5315)
  • docs: add Star History section to all READMEs (b5306eb)
  • Merge pull request 0Chencc#57 from shadow1ng/main (4656eeb)
  • docs: add Bun canary upgrade instructions to prerequisites and installer (0a2180c)
  • docs: add Bun canary upgrade instructions to prerequisites and installer (7df994a)
  • fix(installer): always pull from npm registry; drop stale local detection (00c5b89)
  • fix(patcher): cautious actions regex breaks on v2.1.123 (parameterized + branched) (f5b623e)
  • fix(wrapper): stop overriding CLAUDE_CONFIG_DIR; auto-migrate stray .claude.json (48f7c30)
  • ci: add weekly cache-cleanup workflow (f67e895)
  • fix(web): inline self-hosted fonts to eliminate first-paint flash (0c40eb5)
  • refactor(web): static HTML + progressive enhancement, no first-paint flash (fb0b9d7)
  • build(web): wire Vite build through to repo-root index.html (80a319a)
  • feat(web): rebuild landing page on Vite + TypeScript (3229de0)
  • docs: clarify claude update flow + add Claude-tested version badge (a402bd4)
  • fix: claude update redirect + remove stale install sources (d5eb7c9)
  • fix: command -v over which, plus daily-CI hardening (33fb80d)
  • fix: don't abort install.sh when no preinstalled Claude is found (e75af1f)
  • ci: add daily compat workflow + README badge (77c7a75)
  • docs: add Latest / Released / Downloads badges (861d626)
  • fix: detect existing npm/bun-global Claude Code; Node-based registry fetch (9b35ca3)
  • ci: don't clobber manual release notes when release already exists (bd20c15)
  • fix: Ultraplan patch + npm fallback for users without an official install (06d7859)
  • ci: add Release workflow triggered by v* tags (3d85565)
  • feat: native binary support for v2.1.113+ Claude Code (2cfa74e)
  • fix: guard against silent patch failures on newer cli.js versions (286e9cb)
  • docs: clarify API key path, remove OAuth-required framing (02cc317)
  • fix: launcher self-heal, auto-mode unlock, provider config isolation (02da917)
  • feat: extract native modules + fix 1h prompt cache downgrade (9448a9a)
  • Merge pull request 0Chencc#25 from b1ank1108/main (1fa6b01)
  • fix: symlink vendor dir so runtime finds vendored ripgrep (701bd2e)
  • fix: uninstall fails to detect launcher, add Computer Use & Voice patches (29960e5)
  • fix: Windows repeated install leaves multiple claude.exe files (b1020f0)
  • fix: uninstall hash-r hint, shell detection in README, simplify issue templates (4851095)
  • fix: uninstall cleanup, shell detection, issue templates (82b36db)
  • fix: detect claude path via which, fix set -e exit on grep failure (8a27466)
  • fix: Windows patch not taking effect, clarify project nature (349d3b1)
  • fix: ESM module warning, shell cache, cautious actions syntax error (8779ed8)
  • feat: add landing page for clawgod.0chen.cc (6944d3b)
  • docs: update all install URLs to GitHub Release direct links (25715cf)
  • docs: add bypass screenshot showing green logo after patch (9ef88a9)
  • feat: initial release — ClawGod, god mode for Claude Code (e3286f3)
  • Initial commit (40c3d9a)

Install

macOS / Linux:

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

Windows (PowerShell):

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