@seed-ship/mcp-ui-solid 2.10.2 → 2.11.0

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
@@ -5,17 +5,17 @@ SolidJS components + chat toolkit for MCP-generated UI. Part of the [MCP UI ecos
5
5
  [![npm version](https://img.shields.io/npm/v/@seed-ship/mcp-ui-solid.svg)](https://www.npmjs.com/package/@seed-ship/mcp-ui-solid)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
- ## What's New in v2.10.0
9
-
10
- - **HITL multi-tour** (`@experimental`) - ScratchpadPanel with turn state, progression stepper, and 3 new section types for agent/human collaboration across conversation turns
11
- - **Section type="understanding"** - Agent shows detected parameters with confidence badges (high/medium/low) + data warnings
12
- - **Section type="feedback"** - Thumbs up/down with optional comment for validating agent approach
13
- - **Section type="prompt"** - Agent interpretation display (original query, extracted params, plan)
14
- - **Interactive filter chips** - Click to edit inline (text or select dropdown), "+" to add new filters
15
- - **Embedded forms** - Full FormFieldRenderer in scratchpad sections with depends_on reactive fields
16
- - **Search button** - Prominent search when waiting_human + filters set
17
- - **Preview auto-refresh** - `previewEndpoint` + debounce on filter change
18
- - **Chat Bus** (`@experimental`) - Bidirectional event/command bus (17 events, 11 commands incl. updateScratchpad)
8
+ ## What's New in v2.11.0
9
+
10
+ - **Universal HITL protocol** - ScratchpadPanel as the standard interaction pattern for ALL connectors (data.gouv.fr, HubSpot, Notion, Leexi, Tavily, Google, ClinicalTrials...)
11
+ - **`onSubmit` callback** - Dedicated form submission handler (cleaner than onAction). All connectors use the same pattern.
12
+ - **Error state + retry** - `status: 'error'` with message, code, retryable flag. Handles API failures (429, timeout, auth expired).
13
+ - **Feedback options array** - Universal feedback with N options (icons, variants, needsComment), free-text comment
14
+ - **HITL multi-tour** - Turn state, progression stepper, understanding/feedback/prompt sections
15
+ - **Interactive filter chips** - Click to edit (text or select), "+" to add filters
16
+ - **Embedded forms** - FormFieldRenderer in scratchpad with depends_on reactive fields
17
+ - **Preview auto-refresh** - `previewEndpoint` + configurable method/headers + debounce
18
+ - **Chat Bus** (`@experimental`) - Bidirectional event/command bus (18 events, 11 commands)
19
19
  - **19 component renderers** - chart, table, metric, code, map, form, modal, gallery, video, iframe + more
20
20
 
21
21
  ## Installation