@mulmochat-plugin/form 0.5.1 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -57,3 +57,8 @@ Try these prompts to test the plugin:
57
57
  ## License
58
58
 
59
59
  MIT
60
+
61
+ ## Related
62
+
63
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
64
+ - 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/form",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "description": "Form plugin for MulmoChat",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -37,7 +37,7 @@
37
37
  "vue": "^3.5.0"
38
38
  },
39
39
  "dependencies": {
40
- "gui-chat-protocol": "^0.3.3"
40
+ "gui-chat-protocol": "^0.4.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@eslint/js": "^10.0.1",