Skip to content

0.6.12 - 2026-08-19

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 02:09
f902635

Release Notes

Highlights

  • add durable event-ledger storage and compaction for auditable event history
  • add a GitHub Actions status monitor backed by the public GitHub Statuspage API, with baseline and deduplication handling
  • make runtime and tmux watch reconciliation converge safely across dead sessions, no-server states, same-name recreation, ownerless stale registrations, and orphaned registrations
  • add official opt-in support for GJC setup questions and document the permanent Discord community invite
  • harden config backup writes, candidate verification, retention labels, and cleanup against unsafe paths and malformed or lookalike entries
  • bound batched compact CI Discord messages to Discord's 2000-scalar limit

Upgrade notes

  • crate version is now 0.6.12
  • existing route/config schema remains compatible; no migration required

Added

  • add monitors.github_status poller for GitHub Actions platform incidents via the public Statuspage API (www.githubstatus.com/api/v2), emitting github.actions-status and github.actions-incident with baseline/dedupe anti-spam; independent from websocket [[subscriptions]]

Fixed

  • config saves retire only strictly recognized stale legacy root-level snapshots alongside managed backups under the shared newest-10-or-newer-than-30-days retention policy. On Unix, temp commit, managed snapshot creation, and candidate deletion use directory-handle-relative exclusive/no-follow primitives so preplaced temp collisions, post-write temp replacement, managed-directory path swaps, and post-check candidate replacement cannot redirect writes or unlinks outside the validated objects; on platforms without those primitives, saves continue while cleanup preserves every candidate. Unknown, malformed, symlinked, directory, and unsafe linked entries remain untouched. No config schema migration or startup cleanup is required.
  • restrict root-level config-backup cleanup to a finite set of evidenced clawhip labels, preserve lookalikes and unknown labels, and report public-safe classified/deleted/preserved counts after config saves.

Install clawhip 0.6.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Yeachan-Heo/clawhip/releases/download/v0.6.12/clawhip-installer.sh | sh

Download clawhip 0.6.12

File Platform Checksum
clawhip-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
clawhip-x86_64-apple-darwin.tar.xz Intel macOS checksum
clawhip-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
clawhip-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum