August 22, 2025
Taskmasterv0.25.1

Claude Code SDK Stability Fixes

Prevented crashes when Claude Code SDK is missing through improved error handling and SDK presence checks. Updated dependency to v1.0.88 for better export consistency.

Patch Changes

  • #1152 8933557 Thanks @ben-vargas! - fix(claude-code): prevent crash/hang when the optional @anthropic-ai/claude-code SDK is missing by guarding AbortError instanceof checks and adding explicit SDK presence checks in doGenerate/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