@gui-chat-plugin/template 0.4.0 → 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 CHANGED
@@ -256,3 +256,8 @@ yarn lint # コードのLint
256
256
  ## ライセンス
257
257
 
258
258
  MIT
259
+
260
+ ## 関連
261
+
262
+ - プロトコル仕様: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
263
+ - このプロトコルを使ったリファレンス実装: [mulmoclaude](https://github.com/receptron/mulmoclaude) · [MulmoChat](https://github.com/receptron/MulmoChat)
package/README.md CHANGED
@@ -252,4 +252,9 @@ After developing your plugin:
252
252
 
253
253
  ## License
254
254
 
255
- MIT
255
+ MIT
256
+
257
+ ## Related
258
+
259
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
260
+ - 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": "@gui-chat-plugin/template",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "GUIChat Plugin Template with Chat Integration Demo",
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.3.3",
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",