@anthropic-ai/claude-agent-sdk 0.3.190 → 0.3.193

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/browser-sdk.d.ts CHANGED
@@ -50,6 +50,11 @@ type BrowserQueryOptionsBase = {
50
50
  jsonSchema?: Record<string, unknown>;
51
51
  onElicitation?: OnElicitation;
52
52
  onUserDialog?: OnUserDialog;
53
+ /**
54
+ * When enabled, the remote CLI emits a `prompt_suggestion` message after
55
+ * each turn's result. At most one per turn.
56
+ */
57
+ promptSuggestions?: boolean;
53
58
  };
54
59
  /**
55
60
  * Exactly one of `websocket` | `sse` must be provided. `sse` is the v1alpha2