Trace Everything: ON
Enables detailed tracing of all model interactions for debugging. Use when troubleshooting API calls, analyzing response patterns, or investigating unexpected behavior in your Claude Code session.
/plugin marketplace add bennoloeffler/maude-claude-vunds-plugins/plugin install trace-everything@maude-claude-vunds-pluginsTrace Everything: ON
Do this in the Claude Code terminal to enable tracing for this session:
export MAUDE_TRACE_ON=true
Optional: persist across sessions by writing a small settings file:
cat << 'JSON' > ~/.maude/trace-settings.json { "enabled": true } JSON