Patch Changes
-
#1152
8933557
Thanks @ben-vargas! - fix(claude-code): prevent crash/hang when the optional@anthropic-ai/claude-code
SDK is missing by guardingAbortError instanceof
checks and adding explicit SDK presence checks indoGenerate
/doStream
. Also bump the optional dependency to^1.0.88
for improved export consistency.Related to JSON truncation handling in #920; this change addresses a separate error-path crash reported in #1142.
-
#1151
db720a9
Thanks @Crunchyman-ralph! - Temporarily disable streaming for improved model compatibility - will be re-enabled in upcoming release