ai-sdk-provider-claude-code 3.5.1 → 3.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -958,7 +958,7 @@ function createVerboseLogger(logger, verbose = false) {
958
958
 
959
959
  // src/claude-code-language-model.ts
960
960
  import { query } from "@anthropic-ai/claude-agent-sdk";
961
- var PROVIDER_VERSION = "3.5.1";
961
+ var PROVIDER_VERSION = "3.5.2";
962
962
  var DEFAULT_CLIENT_APP = `ai-sdk-provider-claude-code/${PROVIDER_VERSION}`;
963
963
  var CLAUDE_CODE_TRUNCATION_WARNING = "Claude Code SDK output ended unexpectedly; returning truncated response from buffered text. Await upstream fix to avoid data loss.";
964
964
  var MIN_TRUNCATION_LENGTH = 512;