Trace Everything: OFF
Disables tracing to stop logging model invocations and tool calls. Use when you want faster output without debug information.
/plugin marketplace add bennoloeffler/maude-claude-vunds-plugins/plugin install trace-everything@maude-claude-vunds-pluginsTrace Everything: OFF
Disable tracing for this session:
export MAUDE_TRACE_ON=false
Optional: persist across sessions by updating settings:
cat << 'JSON' > ~/.maude/trace-settings.json { "enabled": false } JSON