@gui-chat-plugin/todo 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.md +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -102,3 +102,8 @@ Try these prompts to test the plugin:
|
|
|
102
102
|
## License
|
|
103
103
|
|
|
104
104
|
MIT
|
|
105
|
+
|
|
106
|
+
## Related
|
|
107
|
+
|
|
108
|
+
- Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
|
|
109
|
+
- 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/todo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Todo list plugin for GUIChat",
|
|
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.
|
|
40
|
+
"gui-chat-protocol": "^0.4.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@eslint/js": "^10.0.1",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"eslint": "^10.3.0",
|
|
49
49
|
"eslint-plugin-vue": "^10.9.1",
|
|
50
50
|
"globals": "^17.6.0",
|
|
51
|
-
"gui-chat-protocol": "^0.
|
|
51
|
+
"gui-chat-protocol": "^0.4.0",
|
|
52
52
|
"tailwindcss": "^4.2.4",
|
|
53
53
|
"typescript": "~6.0.3",
|
|
54
54
|
"vite": "^8.0.11",
|