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/README.md CHANGED
@@ -388,7 +388,7 @@ A few Agent SDK surfaces are deliberately not wrapped by this provider. A compil
388
388
 
389
389
  ## Claude Agent SDK 0.3.x Notes
390
390
 
391
- This provider depends on `@anthropic-ai/claude-agent-sdk@^0.3.170`. The 0.3.x line introduces a few changes worth knowing about:
391
+ This provider depends on `@anthropic-ai/claude-agent-sdk@^0.3.205`. The 0.3.x line introduces a few changes worth knowing about:
392
392
 
393
393
  ### New peer dependencies
394
394
 
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.1";
1015
+ var PROVIDER_VERSION = "3.5.2";
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;