Help us improve
Share bugs, ideas, or general feedback.
From claude-rag
Configures Claude RAG plugin settings via interactive menu covering connection (endpoint/API key), capture options, RAG mode, privacy controls, config display, reset, and connection test.
npx claudepluginhub thisisyoyodev/claude-plugins --plugin claude-ragHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-rag:configThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# RAG Configuration Configure: "$ARGUMENTS" 1. Read current config: 2. If argument matches a section, go there. Otherwise main menu. ## Main Menu (AskUserQuestion) - "Connection — endpoint & API key" - "Capture — what to record" - "RAG Mode — auto injection behavior" - "Privacy — secret redaction" - "Show current config" - "Reset to defaults" - "Test connection" (uses `mcp__plugin_claude-rag_rag__health`) ## Connection Local or Cloud? If Cloud: endpoint + API key. ## Capture (multiSelect) User prompts / AI outputs / Tool calls / Tool results / Sub-agents / Multimodal ## RAG Mode ...
/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.
Share bugs, ideas, or general feedback.
Configure: "$ARGUMENTS"
Read current config:
cat ~/.claude/plugins/claude-rag/config.json 2>/dev/null || echo '{}'
If argument matches a section, go there. Otherwise main menu.
mcp__plugin_claude-rag_rag__health)Local or Cloud? If Cloud: endpoint + API key.
User prompts / AI outputs / Tool calls / Tool results / Sub-agents / Multimodal
Off / Manual / Auto (recommended) / Aggressive
Redact secrets / Exclude .env / Exclude credentials
Config path: ~/.claude/plugins/claude-rag/config.json