You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: intercept plugin console output to prevent TUI corruption
Plugins and their dependencies using console.log/warn/error write
directly to stdout, corrupting the TUI display. The logLevel config
only controls OpenCode's own slog-based logging.
This intercepts global console before loading plugins and routes
all output through the structured Log system (service: plugin:console),
which respects the configured logLevel.
Fixes#19108
0 commit comments