Latest
Sign InSign Up
Home
Resources
DocsTaskmasterHamster StudioCareersAbout
Latest
Sign InSign Up

Same-day shipping for your product team

© 2026 Wheel Go Fast, Inc. All Rights Reserved.

GitHub
Latest
Resources
  • Docs
  • Careers
  • About
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy

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.

← Taskmaster 0.25.0
Taskmaster 0.26.0 →

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