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