@waniwani/sdk 0.11.12 → 0.11.13

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.
@@ -113,6 +113,14 @@ interface ChatBaseProps {
113
113
  * the server-side `WANIWANI_DEBUG` env var.
114
114
  */
115
115
  debug?: boolean;
116
+ /**
117
+ * Show tool call details (request/response panels). When `false`, each
118
+ * tool call renders as a compact indicator so the user can still tell
119
+ * the agent is doing something, but the JSON panels are hidden.
120
+ * MCP App widgets attached to a tool call are always rendered.
121
+ * Defaults to `true`.
122
+ */
123
+ showToolCalls?: boolean;
116
124
  /**
117
125
  * Skip fetching `/config` and `/tools` from the API on mount.
118
126
  * Use when the chat endpoint doesn't serve these routes (e.g. embed widgets