mulmoclaude 0.1.0 → 0.1.1

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.
@@ -99,7 +99,7 @@ Options:
99
99
  }
100
100
 
101
101
  if (args.includes("--version")) {
102
- console.log("mulmoclaude 0.1.0");
102
+ console.log("mulmoclaude 0.1.1");
103
103
  process.exit(0);
104
104
  }
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mulmoclaude",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MulmoClaude — GUI-chat with Claude Code + long-term memory. One command to start.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -18,11 +18,12 @@
18
18
  "src/"
19
19
  ],
20
20
  "dependencies": {
21
- "@mulmobridge/chat-service": "^0.1.0",
22
- "@mulmobridge/client": "^0.1.0",
23
- "@mulmobridge/protocol": "^0.1.0",
21
+ "@mulmobridge/chat-service": "^0.1.1",
22
+ "@mulmobridge/client": "^0.1.1",
23
+ "@mulmobridge/protocol": "^0.1.3",
24
24
  "@receptron/task-scheduler": "^0.1.0",
25
25
  "@google/genai": "^1.50.1",
26
+ "@mulmocast/types": "^2.6.7",
26
27
  "@gui-chat-plugin/mindmap": "^0.4.0",
27
28
  "@gui-chat-plugin/present3d": "^0.1.0",
28
29
  "@gui-chat-plugin/browse": "^0.2.0",
@@ -39,9 +40,12 @@
39
40
  "ignore": "^7.0.5",
40
41
  "mammoth": "^1.12.0",
41
42
  "marked": "^18.0.2",
43
+ "mulmocast": "^2.6.7",
44
+ "puppeteer": "^24.41.0",
42
45
  "socket.io": "^4.8.3",
43
46
  "socket.io-client": "^4.8.3",
44
47
  "uuid": "^13.0.0",
48
+ "ws": "^8.20.0",
45
49
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
46
50
  "zod": "^4.3.6",
47
51
  "tsx": "^4.19.0"