@gui-chat-plugin/browse 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
@@ -107,3 +107,8 @@ Try these prompts to test the plugin:
107
107
  ## License
108
108
 
109
109
  MIT
110
+
111
+ ## Related
112
+
113
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
114
+ - 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/browse",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "description": "Web browsing plugin for GUI Chat applications",
6
6
  "author": "receptron",
@@ -31,7 +31,7 @@
31
31
  "lint": "eslint src"
32
32
  },
33
33
  "dependencies": {
34
- "gui-chat-protocol": "^0.3.3"
34
+ "gui-chat-protocol": "^0.4.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@eslint/js": "^10.0.1",