@jacques-ai/server 0.0.7-alpha.1 → 0.1.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 (65) hide show
  1. package/dist/connection/applescript.d.ts.map +1 -1
  2. package/dist/connection/applescript.js +5 -2
  3. package/dist/connection/applescript.js.map +1 -1
  4. package/dist/connection/terminal-key.d.ts.map +1 -1
  5. package/dist/connection/terminal-key.js +11 -3
  6. package/dist/connection/terminal-key.js.map +1 -1
  7. package/dist/connection/terminal-key.test.js +17 -1
  8. package/dist/connection/terminal-key.test.js.map +1 -1
  9. package/dist/focus-watcher.d.ts.map +1 -1
  10. package/dist/focus-watcher.js +9 -1
  11. package/dist/focus-watcher.js.map +1 -1
  12. package/dist/handlers/window-handler.d.ts +10 -1
  13. package/dist/handlers/window-handler.d.ts.map +1 -1
  14. package/dist/handlers/window-handler.js +29 -0
  15. package/dist/handlers/window-handler.js.map +1 -1
  16. package/dist/handlers/window-handler.test.js +1 -0
  17. package/dist/handlers/window-handler.test.js.map +1 -1
  18. package/dist/mcp/server.js +0 -0
  19. package/dist/routes/__tests__/session-routes.test.js +1 -1
  20. package/dist/routes/__tests__/session-routes.test.js.map +1 -1
  21. package/dist/services/notification-service.d.ts +4 -2
  22. package/dist/services/notification-service.d.ts.map +1 -1
  23. package/dist/services/notification-service.js +27 -10
  24. package/dist/services/notification-service.js.map +1 -1
  25. package/dist/services/notification-service.test.js +85 -26
  26. package/dist/services/notification-service.test.js.map +1 -1
  27. package/dist/session/process-monitor.d.ts +1 -0
  28. package/dist/session/process-monitor.d.ts.map +1 -1
  29. package/dist/session/process-monitor.js +19 -1
  30. package/dist/session/process-monitor.js.map +1 -1
  31. package/dist/session-registry.d.ts +8 -0
  32. package/dist/session-registry.d.ts.map +1 -1
  33. package/dist/session-registry.js +67 -9
  34. package/dist/session-registry.js.map +1 -1
  35. package/dist/session-registry.test.js +232 -0
  36. package/dist/session-registry.test.js.map +1 -1
  37. package/dist/start-server.d.ts.map +1 -1
  38. package/dist/start-server.js +12 -1
  39. package/dist/start-server.js.map +1 -1
  40. package/dist/terminal-activator.d.ts +19 -5
  41. package/dist/terminal-activator.d.ts.map +1 -1
  42. package/dist/terminal-activator.js +115 -90
  43. package/dist/terminal-activator.js.map +1 -1
  44. package/dist/terminal-activator.test.js +2 -1
  45. package/dist/terminal-activator.test.js.map +1 -1
  46. package/dist/types.d.ts +16 -1
  47. package/dist/types.d.ts.map +1 -1
  48. package/dist/types.js.map +1 -1
  49. package/dist/websocket.d.ts +2 -0
  50. package/dist/websocket.d.ts.map +1 -1
  51. package/dist/websocket.js +6 -0
  52. package/dist/websocket.js.map +1 -1
  53. package/dist/window-manager/dashboard-registry.d.ts +21 -0
  54. package/dist/window-manager/dashboard-registry.d.ts.map +1 -0
  55. package/dist/window-manager/dashboard-registry.js +31 -0
  56. package/dist/window-manager/dashboard-registry.js.map +1 -0
  57. package/gui-dist/assets/index-kOUpt8yC.js +140 -0
  58. package/gui-dist/assets/{vendor-icons-ByXNrcwf.js → vendor-icons-CCKFLl0R.js} +59 -99
  59. package/gui-dist/assets/{vendor-markdown-DWPYwU1x.js → vendor-markdown-D4fF1CZ0.js} +1 -1
  60. package/gui-dist/assets/{vendor-react-CpILBTDM.js → vendor-react-BVulls-h.js} +10 -10
  61. package/gui-dist/index.html +5 -5
  62. package/gui-dist/jacminihigh.svg +76 -0
  63. package/gui-dist/jacsub.svg +121 -0
  64. package/package.json +2 -2
  65. package/gui-dist/assets/index-BmYIHRYe.js +0 -142
@@ -2,13 +2,13 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/octopus.svg" />
5
+ <link rel="icon" type="image/svg+xml" href="/jacsub.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Jacques - Context Manager</title>
8
- <script type="module" crossorigin src="/assets/index-BmYIHRYe.js"></script>
9
- <link rel="modulepreload" crossorigin href="/assets/vendor-react-CpILBTDM.js">
10
- <link rel="modulepreload" crossorigin href="/assets/vendor-markdown-DWPYwU1x.js">
11
- <link rel="modulepreload" crossorigin href="/assets/vendor-icons-ByXNrcwf.js">
8
+ <script type="module" crossorigin src="/assets/index-kOUpt8yC.js"></script>
9
+ <link rel="modulepreload" crossorigin href="/assets/vendor-react-BVulls-h.js">
10
+ <link rel="modulepreload" crossorigin href="/assets/vendor-markdown-D4fF1CZ0.js">
11
+ <link rel="modulepreload" crossorigin href="/assets/vendor-icons-CCKFLl0R.js">
12
12
  <link rel="stylesheet" crossorigin href="/assets/index-D_N5RH8O.css">
13
13
  </head>
14
14
  <body>
@@ -0,0 +1,76 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 16" shape-rendering="crispEdges">
2
+ <rect x="6" y="1" width="5" height="1" fill="#e1e1e1"/>
3
+ <rect x="7" y="2" width="5" height="1" fill="#e1e1e1"/>
4
+ <rect x="4" y="3" width="9" height="1" fill="#e1e1e1"/>
5
+ <rect x="2" y="4" width="11" height="1" fill="#e1e1e1"/>
6
+ <rect x="3" y="5" width="10" height="1" fill="#e1e1e1"/>
7
+ <rect x="2" y="6" width="3" height="1" fill="#e1e1e1"/>
8
+ <rect x="5" y="6" width="1" height="1" fill="#e86c50"/>
9
+ <rect x="6" y="6" width="1" height="1" fill="#ea6f4e"/>
10
+ <rect x="7" y="6" width="1" height="1" fill="#ea6e52"/>
11
+ <rect x="8" y="6" width="1" height="1" fill="#e66f51"/>
12
+ <rect x="9" y="6" width="1" height="1" fill="#e56f51"/>
13
+ <rect x="10" y="6" width="2" height="1" fill="#e1e1e1"/>
14
+ <rect x="1" y="7" width="2" height="1" fill="#e1e1e1"/>
15
+ <rect x="3" y="7" width="1" height="1" fill="#e66f4d"/>
16
+ <rect x="4" y="7" width="1" height="1" fill="#e3714d"/>
17
+ <rect x="5" y="7" width="1" height="1" fill="#e66f4f"/>
18
+ <rect x="6" y="7" width="1" height="1" fill="#e56e4e"/>
19
+ <rect x="7" y="7" width="1" height="1" fill="#e5704f"/>
20
+ <rect x="8" y="7" width="1" height="1" fill="#e77153"/>
21
+ <rect x="9" y="7" width="1" height="1" fill="#e77155"/>
22
+ <rect x="10" y="7" width="1" height="1" fill="#e66f51"/>
23
+ <rect x="11" y="7" width="1" height="1" fill="#e3714f"/>
24
+ <rect x="12" y="7" width="1" height="1" fill="#e1e1e1"/>
25
+ <rect x="1" y="8" width="2" height="1" fill="#e1e1e1"/>
26
+ <rect x="3" y="8" width="1" height="1" fill="#e66f4d"/>
27
+ <rect x="4" y="8" width="4" height="1" fill="#e76e4f"/>
28
+ <rect x="8" y="8" width="3" height="1" fill="#e0e1e5"/>
29
+ <rect x="11" y="8" width="1" height="1" fill="#e3714f"/>
30
+ <rect x="12" y="8" width="1" height="1" fill="#e1e1e1"/>
31
+ <rect x="2" y="9" width="1" height="1" fill="#e1e1e1"/>
32
+ <rect x="3" y="9" width="1" height="1" fill="#e3714f"/>
33
+ <rect x="4" y="9" width="3" height="1" fill="#e7dfdd"/>
34
+ <rect x="7" y="9" width="1" height="1" fill="#e6704c"/>
35
+ <rect x="8" y="9" width="3" height="1" fill="#e66d4e"/>
36
+ <rect x="11" y="9" width="1" height="1" fill="#e3714f"/>
37
+ <rect x="2" y="10" width="2" height="1" fill="#e3714f"/>
38
+ <rect x="4" y="10" width="1" height="1" fill="#e2714f"/>
39
+ <rect x="5" y="10" width="2" height="1" fill="#e7704e"/>
40
+ <rect x="7" y="10" width="1" height="1" fill="#e66f4f"/>
41
+ <rect x="8" y="10" width="3" height="1" fill="#e66d4e"/>
42
+ <rect x="11" y="10" width="1" height="1" fill="#e3714f"/>
43
+ <rect x="2" y="11" width="2" height="1" fill="#e3714f"/>
44
+ <rect x="4" y="11" width="1" height="1" fill="#e5704f"/>
45
+ <rect x="5" y="11" width="1" height="1" fill="#000103"/>
46
+ <rect x="6" y="11" width="1" height="1" fill="#e76d48"/>
47
+ <rect x="7" y="11" width="2" height="1" fill="#e5704d"/>
48
+ <rect x="9" y="11" width="1" height="1" fill="#000103"/>
49
+ <rect x="10" y="11" width="1" height="1" fill="#de7353"/>
50
+ <rect x="11" y="11" width="1" height="1" fill="#e3714f"/>
51
+ <rect x="2" y="12" width="2" height="1" fill="#e3714f"/>
52
+ <rect x="4" y="12" width="1" height="1" fill="#e57351"/>
53
+ <rect x="5" y="12" width="1" height="1" fill="#000103"/>
54
+ <rect x="6" y="12" width="1" height="1" fill="#ec6f4f"/>
55
+ <rect x="7" y="12" width="1" height="1" fill="#e3714d"/>
56
+ <rect x="8" y="12" width="1" height="1" fill="#e3714f"/>
57
+ <rect x="9" y="12" width="1" height="1" fill="#000103"/>
58
+ <rect x="10" y="12" width="1" height="1" fill="#de7353"/>
59
+ <rect x="11" y="12" width="1" height="1" fill="#e3714f"/>
60
+ <rect x="3" y="13" width="1" height="1" fill="#e3724a"/>
61
+ <rect x="4" y="13" width="1" height="1" fill="#e56f51"/>
62
+ <rect x="5" y="13" width="1" height="1" fill="#e3714c"/>
63
+ <rect x="6" y="13" width="1" height="1" fill="#e3714f"/>
64
+ <rect x="7" y="13" width="1" height="1" fill="#e87151"/>
65
+ <rect x="8" y="13" width="1" height="1" fill="#e5704d"/>
66
+ <rect x="9" y="13" width="1" height="1" fill="#e3714d"/>
67
+ <rect x="10" y="13" width="1" height="1" fill="#e4724e"/>
68
+ <rect x="11" y="13" width="1" height="1" fill="#e3714f"/>
69
+ <rect x="3" y="14" width="2" height="1" fill="#e3714f"/>
70
+ <rect x="5" y="14" width="1" height="1" fill="#e5704f"/>
71
+ <rect x="6" y="14" width="1" height="1" fill="#e66f4f"/>
72
+ <rect x="7" y="14" width="1" height="1" fill="#e7724f"/>
73
+ <rect x="8" y="14" width="1" height="1" fill="#e7704e"/>
74
+ <rect x="9" y="14" width="1" height="1" fill="#e66f4d"/>
75
+ <rect x="10" y="14" width="1" height="1" fill="#e7714d"/>
76
+ </svg>
@@ -0,0 +1,121 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" shape-rendering="crispEdges">
2
+ <rect x="9" y="1" width="7" height="1" fill="#e1e1e1"/>
3
+ <rect x="5" y="2" width="2" height="1" fill="#e1e1e1"/>
4
+ <rect x="10" y="2" width="7" height="1" fill="#e1e1e1"/>
5
+ <rect x="6" y="3" width="11" height="1" fill="#e1e1e1"/>
6
+ <rect x="4" y="4" width="14" height="1" fill="#e1e1e1"/>
7
+ <rect x="1" y="5" width="18" height="1" fill="#e1e1e1"/>
8
+ <rect x="1" y="6" width="16" height="1" fill="#e1e1e1"/>
9
+ <rect x="1" y="7" width="6" height="1" fill="#e1e1e1"/>
10
+ <rect x="7" y="7" width="1" height="1" fill="#e86c50"/>
11
+ <rect x="8" y="7" width="1" height="1" fill="#ea6f4e"/>
12
+ <rect x="9" y="7" width="1" height="1" fill="#ea6e52"/>
13
+ <rect x="10" y="7" width="1" height="1" fill="#eb704e"/>
14
+ <rect x="11" y="7" width="1" height="1" fill="#e97051"/>
15
+ <rect x="12" y="7" width="1" height="1" fill="#e66f51"/>
16
+ <rect x="13" y="7" width="1" height="1" fill="#e56f51"/>
17
+ <rect x="14" y="7" width="3" height="1" fill="#e1e1e1"/>
18
+ <rect x="1" y="8" width="4" height="1" fill="#e1e1e1"/>
19
+ <rect x="5" y="8" width="1" height="1" fill="#e66f4d"/>
20
+ <rect x="6" y="8" width="1" height="1" fill="#e3714d"/>
21
+ <rect x="7" y="8" width="1" height="1" fill="#e66f4f"/>
22
+ <rect x="8" y="8" width="1" height="1" fill="#e56e4e"/>
23
+ <rect x="9" y="8" width="2" height="1" fill="#e5704f"/>
24
+ <rect x="11" y="8" width="1" height="1" fill="#e6704c"/>
25
+ <rect x="12" y="8" width="1" height="1" fill="#e77153"/>
26
+ <rect x="13" y="8" width="1" height="1" fill="#e77155"/>
27
+ <rect x="14" y="8" width="1" height="1" fill="#e66f51"/>
28
+ <rect x="15" y="8" width="1" height="1" fill="#e8714f"/>
29
+ <rect x="16" y="8" width="1" height="1" fill="#e3714f"/>
30
+ <rect x="17" y="8" width="1" height="1" fill="#e1e1e1"/>
31
+ <rect x="2" y="9" width="3" height="1" fill="#e1e1e1"/>
32
+ <rect x="5" y="9" width="1" height="1" fill="#e66f4d"/>
33
+ <rect x="6" y="9" width="4" height="1" fill="#e76e4f"/>
34
+ <rect x="10" y="9" width="1" height="1" fill="#e76f4d"/>
35
+ <rect x="11" y="9" width="1" height="1" fill="#e66f4d"/>
36
+ <rect x="12" y="9" width="1" height="1" fill="#e66e4c"/>
37
+ <rect x="13" y="9" width="3" height="1" fill="#e0e1e5"/>
38
+ <rect x="16" y="9" width="1" height="1" fill="#e3714f"/>
39
+ <rect x="17" y="9" width="1" height="1" fill="#e1e1e1"/>
40
+ <rect x="2" y="10" width="2" height="1" fill="#e3714f"/>
41
+ <rect x="4" y="10" width="1" height="1" fill="#e1e1e1"/>
42
+ <rect x="5" y="10" width="1" height="1" fill="#e3714f"/>
43
+ <rect x="6" y="10" width="3" height="1" fill="#e7dfdd"/>
44
+ <rect x="9" y="10" width="1" height="1" fill="#e6704c"/>
45
+ <rect x="10" y="10" width="1" height="1" fill="#e5704f"/>
46
+ <rect x="11" y="10" width="1" height="1" fill="#e66f4f"/>
47
+ <rect x="12" y="10" width="4" height="1" fill="#e66d4e"/>
48
+ <rect x="16" y="10" width="1" height="1" fill="#e3714f"/>
49
+ <rect x="2" y="11" width="2" height="1" fill="#e3714f"/>
50
+ <rect x="4" y="11" width="1" height="1" fill="#e1e1e1"/>
51
+ <rect x="5" y="11" width="1" height="1" fill="#e3714f"/>
52
+ <rect x="6" y="11" width="1" height="1" fill="#e2714f"/>
53
+ <rect x="7" y="11" width="2" height="1" fill="#e7704e"/>
54
+ <rect x="9" y="11" width="1" height="1" fill="#e66f4f"/>
55
+ <rect x="10" y="11" width="1" height="1" fill="#e66f4d"/>
56
+ <rect x="11" y="11" width="1" height="1" fill="#e66f4f"/>
57
+ <rect x="12" y="11" width="4" height="1" fill="#e66d4e"/>
58
+ <rect x="16" y="11" width="1" height="1" fill="#e3714f"/>
59
+ <rect x="2" y="12" width="1" height="1" fill="#e3714f"/>
60
+ <rect x="3" y="12" width="1" height="1" fill="#e5714c"/>
61
+ <rect x="4" y="12" width="1" height="1" fill="#e4724d"/>
62
+ <rect x="5" y="12" width="1" height="1" fill="#e3714f"/>
63
+ <rect x="6" y="12" width="1" height="1" fill="#e5704f"/>
64
+ <rect x="7" y="12" width="1" height="1" fill="#000103"/>
65
+ <rect x="8" y="12" width="1" height="1" fill="#e76d48"/>
66
+ <rect x="9" y="12" width="4" height="1" fill="#e5704d"/>
67
+ <rect x="13" y="12" width="1" height="1" fill="#df714c"/>
68
+ <rect x="14" y="12" width="1" height="1" fill="#000103"/>
69
+ <rect x="15" y="12" width="1" height="1" fill="#de7353"/>
70
+ <rect x="16" y="12" width="1" height="1" fill="#e3714f"/>
71
+ <rect x="2" y="13" width="1" height="1" fill="#e3714f"/>
72
+ <rect x="3" y="13" width="1" height="1" fill="#e66e53"/>
73
+ <rect x="4" y="13" width="1" height="1" fill="#e46f4e"/>
74
+ <rect x="5" y="13" width="1" height="1" fill="#e67052"/>
75
+ <rect x="6" y="13" width="1" height="1" fill="#e57351"/>
76
+ <rect x="7" y="13" width="1" height="1" fill="#000103"/>
77
+ <rect x="8" y="13" width="1" height="1" fill="#ec6f4f"/>
78
+ <rect x="9" y="13" width="2" height="1" fill="#e3714d"/>
79
+ <rect x="11" y="13" width="1" height="1" fill="#e6714e"/>
80
+ <rect x="12" y="13" width="1" height="1" fill="#e3714f"/>
81
+ <rect x="13" y="13" width="1" height="1" fill="#e27147"/>
82
+ <rect x="14" y="13" width="1" height="1" fill="#000103"/>
83
+ <rect x="15" y="13" width="1" height="1" fill="#de7353"/>
84
+ <rect x="16" y="13" width="1" height="1" fill="#e3714f"/>
85
+ <rect x="3" y="14" width="1" height="1" fill="#e66e53"/>
86
+ <rect x="4" y="14" width="1" height="1" fill="#e47250"/>
87
+ <rect x="5" y="14" width="1" height="1" fill="#e3714d"/>
88
+ <rect x="6" y="14" width="1" height="1" fill="#e77251"/>
89
+ <rect x="7" y="14" width="1" height="1" fill="#000103"/>
90
+ <rect x="8" y="14" width="1" height="1" fill="#e37250"/>
91
+ <rect x="9" y="14" width="1" height="1" fill="#e6714e"/>
92
+ <rect x="10" y="14" width="1" height="1" fill="#e5704d"/>
93
+ <rect x="11" y="14" width="1" height="1" fill="#e67052"/>
94
+ <rect x="12" y="14" width="1" height="1" fill="#e5704f"/>
95
+ <rect x="13" y="14" width="1" height="1" fill="#e5704d"/>
96
+ <rect x="14" y="14" width="1" height="1" fill="#000103"/>
97
+ <rect x="15" y="14" width="1" height="1" fill="#de7353"/>
98
+ <rect x="16" y="14" width="1" height="1" fill="#e3714f"/>
99
+ <rect x="4" y="15" width="1" height="1" fill="#e47250"/>
100
+ <rect x="5" y="15" width="1" height="1" fill="#e3724a"/>
101
+ <rect x="6" y="15" width="1" height="1" fill="#e56f51"/>
102
+ <rect x="7" y="15" width="1" height="1" fill="#e3714c"/>
103
+ <rect x="8" y="15" width="1" height="1" fill="#e3714f"/>
104
+ <rect x="9" y="15" width="1" height="1" fill="#e87151"/>
105
+ <rect x="10" y="15" width="1" height="1" fill="#e46f4c"/>
106
+ <rect x="11" y="15" width="1" height="1" fill="#e57351"/>
107
+ <rect x="12" y="15" width="1" height="1" fill="#e5704d"/>
108
+ <rect x="13" y="15" width="1" height="1" fill="#e3714d"/>
109
+ <rect x="14" y="15" width="1" height="1" fill="#e4724e"/>
110
+ <rect x="15" y="15" width="1" height="1" fill="#e8714f"/>
111
+ <rect x="16" y="15" width="1" height="1" fill="#e3714f"/>
112
+ <rect x="5" y="16" width="2" height="1" fill="#e3714f"/>
113
+ <rect x="7" y="16" width="1" height="1" fill="#e5704f"/>
114
+ <rect x="8" y="16" width="1" height="1" fill="#e66f4f"/>
115
+ <rect x="9" y="16" width="1" height="1" fill="#e7724f"/>
116
+ <rect x="10" y="16" width="1" height="1" fill="#e7704e"/>
117
+ <rect x="11" y="16" width="1" height="1" fill="#e6704a"/>
118
+ <rect x="12" y="16" width="1" height="1" fill="#e7704e"/>
119
+ <rect x="13" y="16" width="1" height="1" fill="#e66f4d"/>
120
+ <rect x="14" y="16" width="1" height="1" fill="#e7714d"/>
121
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacques-ai/server",
3
- "version": "0.0.7-alpha.1",
3
+ "version": "0.1.0",
4
4
  "description": "Jacques multi-session Claude Code monitor server",
5
5
  "main": "dist/server.js",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "dependencies": {
28
- "@jacques-ai/core": "0.0.7-alpha.1",
28
+ "@jacques-ai/core": "0.1.0",
29
29
  "@modelcontextprotocol/sdk": "^1.11.0",
30
30
  "node-notifier": "^10.0.1",
31
31
  "ws": "^8.18.0",