@seed-ship/mcp-ui-solid 2.11.0 → 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,12 +5,11 @@ 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.11.0
8
+ ## What's New in v2.12.0
9
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
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
14
13
  - **HITL multi-tour** - Turn state, progression stepper, understanding/feedback/prompt sections
15
14
  - **Interactive filter chips** - Click to edit (text or select), "+" to add filters
16
15
  - **Embedded forms** - FormFieldRenderer in scratchpad with depends_on reactive fields