Add /trace toggle and fix Active Memory diagnostics

This commit is contained in:
Tak Hoffman
2026-04-12 13:15:04 -05:00
parent 910a0e40d2
commit c37e49f275
56 changed files with 835 additions and 48 deletions

View File

@@ -473,6 +473,7 @@ Chat messages support `/...` commands (text and native). See [/tools/slash-comma
Highlights:
- `/status` for quick diagnostics.
- `/trace` for session-scoped plugin trace/debug lines.
- `/config` for persisted config changes.
- `/debug` for runtime-only config overrides (memory, not disk; requires `commands.debug: true`).