Skip to content

v0.36.5 | CC 2.1.76

Latest

Choose a tag to compare

@guess guess released this 28 May 17:27
· 1 commit to main since this release

Fixed

  • 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])