@anthropic-ai/claude-agent-sdk 0.3.202 → 0.3.204

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/bridge.d.ts CHANGED
@@ -117,7 +117,10 @@ export type AttachBridgeSessionOptions = {
117
117
  * fresh attach.
118
118
  */
119
119
  initialSequenceNum?: number;
120
- /** CCRClient heartbeat interval. Defaults to 20s (server TTL is 60s). */
120
+ /**
121
+ * CCRClient heartbeat interval seed. Defaults to 20s. The server-advised
122
+ * interval (ccr_heartbeat_policy) overrides this after the first heartbeat.
123
+ */
121
124
  heartbeatIntervalMs?: number;
122
125
  /**
123
126
  * When true, the bridge only forwards events outbound (local → CCR). The