This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
Affected surfaces
ReleasePort's take
Moderate signalcaveman v1.8.2 fixes the curl|bash installer to install all skills without manual intervention. Updates resolve Gemini CLI compatibility issues and standardize the codex_hooks configuration key.
Why it matters: Installer now properly deploys all skills without interactive prompts; fixes Gemini extension compatibility and config key inconsistencies. Standard upgrade recommended.
Summary
AI summaryFixed curl|bash installer to actually install all caveman skills without prompts.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
curl|bash installer now installs all skills with automatic flag passing curl|bash installer now installs all skills with automatic flag passing Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Removed stray YAML fences from caveman-init.toml for Gemini compatibility Removed stray YAML fences from caveman-init.toml for Gemini compatibility Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Renamed codex_hooks to canonical hooks key in Codex config Renamed codex_hooks to canonical hooks key in Codex config Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
Fixes
-
fix(install): curl|bash one-liner now actually installs skills (#370)
UpstreamskillsCLI rendered its interactive skill-picker TUI under
curl|bash(stdin not a TTY), got no selection, exited 0, and installed
nothing — while our installer cheerfully reporteddone. Now passes
--yes --allto both the per-provider call and the auto-detect fallback
so every detected agent gets all 7 caveman skills, no prompt required. -
fix(gemini): strip stray YAML fences fromcommands/caveman-init.toml(#372, dup #326)
Gemini CLI'sFileCommandLoaderrejected the file withFailed to parse TOML
on extension install. Fences gone — extension loads cleanly. -
fix(codex): renamecodex_hooks→hooksin.codex/config.toml(#350)
Codex source confirmshooksis the canonical key;codex_hooksis a legacy
alias that emits a deprecation log on every session.
Upgrade
curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh | bash
Existing installs: re-run the same one-liner — idempotent, picks up the new flags.
🤖 Generated with Claude Code
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 caveman
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
Related context
Beta — feedback welcome: [email protected]