@mulmochat-plugin/quiz 0.4.3 → 0.5.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.ja.md +5 -0
- package/README.md +5 -0
- package/README.npm.md +5 -0
- package/package.json +3 -3
package/README.ja.md
CHANGED
|
@@ -219,3 +219,8 @@ interface ToolPlugin<T, J, A> extends ToolPluginCore<T, J, A> {
|
|
|
219
219
|
## ライセンス
|
|
220
220
|
|
|
221
221
|
MIT
|
|
222
|
+
|
|
223
|
+
## 関連
|
|
224
|
+
|
|
225
|
+
- プロトコル仕様: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
|
|
226
|
+
- このプロトコルを使ったリファレンス実装: [mulmoclaude](https://github.com/receptron/mulmoclaude) · [MulmoChat](https://github.com/receptron/MulmoChat)
|
package/README.md
CHANGED
|
@@ -235,3 +235,8 @@ Try these prompts to test the plugin:
|
|
|
235
235
|
## License
|
|
236
236
|
|
|
237
237
|
MIT
|
|
238
|
+
|
|
239
|
+
## Related
|
|
240
|
+
|
|
241
|
+
- Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
|
|
242
|
+
- Reference implementations using this protocol: [mulmoclaude](https://github.com/receptron/mulmoclaude) · [MulmoChat](https://github.com/receptron/MulmoChat)
|
package/README.npm.md
CHANGED
|
@@ -91,3 +91,8 @@ Try these prompts to test the plugin:
|
|
|
91
91
|
## License
|
|
92
92
|
|
|
93
93
|
MIT
|
|
94
|
+
|
|
95
|
+
## Related
|
|
96
|
+
|
|
97
|
+
- Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
|
|
98
|
+
- Reference implementations using this protocol: [mulmoclaude](https://github.com/receptron/mulmoclaude) · [MulmoChat](https://github.com/receptron/MulmoChat)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mulmochat-plugin/quiz",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Quiz plugin for MulmoChat",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"eslint": "^10.3.0",
|
|
68
68
|
"eslint-plugin-vue": "^10.9.1",
|
|
69
69
|
"globals": "^17.6.0",
|
|
70
|
-
"gui-chat-protocol": "^0.
|
|
70
|
+
"gui-chat-protocol": "^0.4.0",
|
|
71
71
|
"react": "^19.0.0",
|
|
72
72
|
"react-dom": "^19.0.0",
|
|
73
73
|
"tailwindcss": "^4.2.4",
|
|
@@ -86,6 +86,6 @@
|
|
|
86
86
|
],
|
|
87
87
|
"license": "MIT",
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"gui-chat-protocol": "^0.
|
|
89
|
+
"gui-chat-protocol": "^0.4.0"
|
|
90
90
|
}
|
|
91
91
|
}
|