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

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.cjs CHANGED
@@ -1012,7 +1012,7 @@ function createVerboseLogger(logger, verbose = false) {
1012
1012
 
1013
1013
  // src/claude-code-language-model.ts
1014
1014
  var import_claude_agent_sdk = require("@anthropic-ai/claude-agent-sdk");
1015
- var PROVIDER_VERSION = "3.5.0";
1015
+ var PROVIDER_VERSION = "3.5.1";
1016
1016
  var DEFAULT_CLIENT_APP = `ai-sdk-provider-claude-code/${PROVIDER_VERSION}`;
1017
1017
  var CLAUDE_CODE_TRUNCATION_WARNING = "Claude Code SDK output ended unexpectedly; returning truncated response from buffered text. Await upstream fix to avoid data loss.";
1018
1018
  var MIN_TRUNCATION_LENGTH = 512;