v1.8.2 — installer bug fixes
- curl|bash one-liner now installs skills by passing --yes --all to both the per-provider call and the auto-detect fallback
- strip stray YAML fences from commands/caveman-init.toml so Gemini CLI extension loads cleanly
- rename codex_hooks to hooks in .codex/config.toml to use the canonical key
Fixes
-
fix(install): curl|bash one-liner now actually installs skills (#370) UpstreamskillsCLI rendered its interactive skill-picker TUI undercurl|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 TOMLon 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