Configure recursive language model mode
rlmcommandsetup L1★95
rand/rlm-claude-code ↗What it does
Toggle and configure recursive language model mode
Best for
Deep codebase analysis on large repositories requiring multi-level reasoning without manual context pruning, routing models and tool access by depth/effort.
Inputs
- · mode (fast|balanced|thorough)
- · budget (USD amount)
- · depth (0-3)
- · model preference
- · tool access level
Outputs
- · RLM status display
- · configuration saved to ~/.config/rlm-claude-code/preferences.json
Requires
- · RLM executor
- · model tier routing (Haiku/Sonnet/Opus/GPT-4o)
Preconditions
- · RLM framework installed
- · ~/.config/rlm-claude-code/ directory writable
Failure modes
- · budget exhausted mid-recursion (stops at depth limit)
- · invalid model name (fallback to auto)
- · depth exceeding token budget (incomplete analysis)
Trust signals
- · mode presets (fast $0.50, balanced $2, thorough $10)
- · depth limiting prevents runaway token use
- · tool access tiers (REPL-only to full)
- · trajectory verbosity levels for observability