@seed-ship/mcp-ui-solid 2.10.3 → 2.12.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,16 @@ 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.12.0
9
+
10
+ - **Smart field status** - `fieldStatus` per field: `required` (blocks submit), `unsupported` (disabled + badge), `unknown` (yellow badge). `statusReason` explains why. Unsupported fields auto-excluded from submit.
11
+ - **Universal HITL protocol** - ScratchpadPanel as the standard interaction pattern for ALL connectors
12
+ - **`onSubmit` + error + retry** - Dedicated form submit, error state with retry, feedback options array
13
+ - **HITL multi-tour** - Turn state, progression stepper, understanding/feedback/prompt sections
14
+ - **Interactive filter chips** - Click to edit (text or select), "+" to add filters
15
+ - **Embedded forms** - FormFieldRenderer in scratchpad with depends_on reactive fields
16
+ - **Preview auto-refresh** - `previewEndpoint` + configurable method/headers + debounce
17
+ - **Chat Bus** (`@experimental`) - Bidirectional event/command bus (18 events, 11 commands)
19
18
  - **19 component renderers** - chart, table, metric, code, map, form, modal, gallery, video, iframe + more
20
19
 
21
20
  ## Installation