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
Non-map JSON from CLI no longer crashes the session — When the CLI emits non-map JSON values (booleans, arrays, numbers, strings) on stdout — e.g. during a hook callback Zod validation error — the adapter now logs and drops the invalid chunk instead of crashing the Port GenServer with a FunctionClauseError. Sessions continue normally. ([8d30c19])