How this command is triggered — by the user, by Claude, or both
Slash command
/cache:configThe summary Claude sees in its command listing — used to decide when to auto-load this command
Show the current cache-control configuration. The config is loaded from these locations (in order of priority): 1. Project-level: `.claude/cache-control.yaml` in the current working directory 2. User-level: `~/.claude/cache-control.yaml` 3. Built-in defaults Default thresholds (percentage of `contextSize`): - `contextSize: 200000` — context window size in tokens (Sonnet/Opus: 200000, 1M variants: 1000000) - `warnTokens: "20%"` — ask before proceeding - `blockTokens: "50%"` — deny the operation - `warnCumulativeTokens: "100%"` — warn on all subsequent ops - `protectClaudeMd: true` — always...
Show the current cache-control configuration. The config is loaded from these locations (in order of priority):
.claude/cache-control.yaml in the current working directory~/.claude/cache-control.yamlDefault thresholds (percentage of contextSize):
contextSize: 200000 — context window size in tokens (Sonnet/Opus: 200000, 1M variants: 1000000)warnTokens: "20%" — ask before proceedingblockTokens: "50%" — deny the operationwarnCumulativeTokens: "100%" — warn on all subsequent opsprotectClaudeMd: true — always ask before modifying CLAUDE.mdThresholds support both fixed token counts and percentages of contextSize:
# For Opus-1M with 1M context window
contextSize: 1000000
thresholds:
warnTokens: "20%" # = 200,000 tokens
blockTokens: "50%" # = 500,000 tokens
warnCumulativeTokens: "100%"
protectClaudeMd: true
tools:
Read:
warnTokens: "30%"
Write:
warnTokens: 20000 # fixed count also works
npx claudepluginhub banyudu/claude-cache --plugin cache/configInteractive GSD settings command — toggles workflow options, advanced knobs, third-party integrations, and model profile selection.
/configView or modify heartbeat daemon settings including enable/disable, interval, prompt, Telegram forwarding, security, Web UI, and cron jobs. Supports subcommands like show, on/off, interval <minutes>.
/configView and modify VBW configuration including effort profile, verification tier, and skill-hook wiring. Uses optional setting value argument.
/configInitializes or edits eforge/config.yaml interactively via user interview on backend, build, model, and agent settings, with MCP validation and project context gathering.
/configInteractively configures Alfred Dev via navigable menu: autonomy per phase, project stack, optional agents, memory, compliance, integrations, personality. Previews changes and updates .claude/alfred-dev.local.md.
/configDisplays current Hydra configuration from project or global files, or defaults if none found, plus customization instructions.