@gui-chat-plugin/text-response 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -95,3 +95,8 @@ Try these prompts to test the plugin:
95
95
  ## License
96
96
 
97
97
  MIT
98
+
99
+ ## Related
100
+
101
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
102
+ - 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/text-response",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Text Response plugin for GUI Chat - Markdown rendering with role-based styling",
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
  "marked": "^17.0.1"
42
42
  },
43
43
  "devDependencies": {