@seed-ship/mcp-ui-solid 2.13.0 → 2.15.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 +2 -2
- package/dist/components/ScratchpadPanel.cjs +517 -260
- package/dist/components/ScratchpadPanel.cjs.map +1 -1
- package/dist/components/ScratchpadPanel.d.ts +8 -0
- package/dist/components/ScratchpadPanel.d.ts.map +1 -1
- package/dist/components/ScratchpadPanel.js +517 -260
- package/dist/components/ScratchpadPanel.js.map +1 -1
- package/dist/types/chat-bus.d.ts +3 -1
- package/dist/types/chat-bus.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/ScratchpadPanel.tsx +156 -2
- package/src/types/chat-bus.ts +3 -1
- package/tsconfig.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@ SolidJS components + chat toolkit for MCP-generated UI. Part of the [MCP UI ecos
|
|
|
5
5
|
[](https://www.npmjs.com/package/@seed-ship/mcp-ui-solid)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
-
## What's New in v2.
|
|
8
|
+
## What's New in v2.14.0
|
|
9
9
|
|
|
10
|
-
- **Multi-source scratchpad** - `
|
|
10
|
+
- **Multi-source scratchpad** - 14 section types incl. `error` (retry), `source_card` (capabilities), `diff` (comparison). `asyncAction` loading state, `pinned` mode. `sectionMode` append/upsert, `stepper`, action aliases.
|
|
11
11
|
- **Smart field status** - `fieldStatus` per field: `required`/`unsupported`/`unknown`. `statusReason` explains why.
|
|
12
12
|
- **Universal HITL protocol** - ScratchpadPanel for ALL connectors with `onSubmit`, error+retry, feedback
|
|
13
13
|
- **HITL multi-tour** - Turn state, progression stepper, understanding/feedback/prompt sections
|