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: Keep gmgui process alive to maintain server uptime
When running via bunx, gmgui was exiting after the server started,
causing the entire application to close. Now gmgui stays alive
indefinitely, keeping the server running. This allows 'bunx agentgui'
to work properly without closing immediately.
0 commit comments