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
refactor(ui): expose find_message_in_state and avoid circular dependency
Export find_message_in_state as M.find_message_in_state in lua/opencode/ui/renderer.lua and update events.lua to call it via a lazy require through a new local helper find_message_by_id. This removes duplicated lookup logic and prevents the circular dependency between renderer.lua and events.lua without changing runtime behavior.
0 commit comments