DebugToggleMsg tells the TUI that debug.Enabled() may have changed, so it should recompute viewport heights. Sent by the /debug slash command.
| 65 | // DebugToggleMsg tells the TUI that debug.Enabled() may have changed, so it |
| 66 | // should recompute viewport heights. Sent by the /debug slash command. |
| 67 | type DebugToggleMsg struct{} |
| 68 | |
| 69 | // MCPStatusMsg reports progress while MCP servers are being connected in |
| 70 | // the background at startup. The TUI shows a "loading…" line above the |
nothing calls this directly
no outgoing calls
no test coverage detected