codesesh 1.0.8 → 1.0.10

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 (53) hide show
  1. package/README.md +19 -0
  2. package/dist/{chunk-YLXHGL4S.js → chunk-2LXZFMSH.js} +28 -2
  3. package/dist/{chunk-YLXHGL4S.js.map → chunk-2LXZFMSH.js.map} +1 -1
  4. package/dist/{chunk-L4G3LE7I.js → chunk-543OWZIC.js} +2 -2
  5. package/dist/{chunk-DHQPM5FF.js → chunk-56FKVL5K.js} +5 -5
  6. package/dist/{chunk-V3HKVTIO.js → chunk-CYZ6OC6J.js} +2 -2
  7. package/dist/{chunk-KVTLNX7V.js → chunk-DWY4HWVI.js} +2 -2
  8. package/dist/{chunk-AGUAXTKC.js → chunk-R6QKSHPH.js} +2 -2
  9. package/dist/{chunk-RBCCNCDO.js → chunk-WRVILHZR.js} +1059 -26
  10. package/dist/chunk-WRVILHZR.js.map +1 -0
  11. package/dist/{discovery-KEZQU6RL.js → discovery-NTMSA6UE.js} +5 -5
  12. package/dist/index.js +36 -9
  13. package/dist/index.js.map +1 -1
  14. package/dist/project-identity-worker.js +4 -4
  15. package/dist/scan-refresh-worker.js +6 -6
  16. package/dist/search-index-worker.js +6 -6
  17. package/dist/session-detail-worker.js +6 -6
  18. package/dist/smart-tag-worker.js +3 -3
  19. package/dist/web/assets/CustomTimeWindowDialog-CGPvUFkc.js +1 -0
  20. package/dist/web/assets/DetailLanding-D1FLK4EW.js +1 -0
  21. package/dist/web/assets/{InteractiveReceipt-Bsj37HtN.js → InteractiveReceipt-C7FJhzdv.js} +1 -1
  22. package/dist/web/assets/OverviewScreen-DX7F_6dH.js +1 -0
  23. package/dist/web/assets/{PrismHighlighter-DWS6Nx_X.js → PrismHighlighter-DZ2CWVc0.js} +1 -1
  24. package/dist/web/assets/Projects-B_7w5TDw.js +1 -0
  25. package/dist/web/assets/{SearchResultsPanel-BAManMmt.js → SearchResultsPanel-BMBhKuPS.js} +1 -1
  26. package/dist/web/assets/SessionDetail-wJYzzF0i.js +53 -0
  27. package/dist/web/assets/index-BXhaumu7.css +1 -0
  28. package/dist/web/assets/index-DUcpWdzX.js +1423 -0
  29. package/dist/web/assets/{panel-DcOuALYX.js → panel-B-5dVddJ.js} +1 -1
  30. package/dist/web/assets/session-indexes-3LjxBYNe.js +4 -0
  31. package/dist/web/assets/utils-BuYa9y6l.js +1 -0
  32. package/dist/web/icon/agent/cherrystudio.svg +7 -0
  33. package/dist/web/icon/agent/deepchat.LICENSE.txt +206 -0
  34. package/dist/web/icon/agent/deepchat.svg +6 -0
  35. package/dist/web/icon/agent/minimax-code.svg +1 -0
  36. package/dist/web/index.html +5 -192
  37. package/package.json +3 -3
  38. package/dist/chunk-RBCCNCDO.js.map +0 -1
  39. package/dist/web/assets/CustomTimeWindowDialog-z5xtqkBF.js +0 -1
  40. package/dist/web/assets/DetailLanding-CpV0jLmT.js +0 -1
  41. package/dist/web/assets/OverviewScreen-B9qZqEQA.js +0 -1
  42. package/dist/web/assets/Projects-oY3KCgS4.js +0 -1
  43. package/dist/web/assets/SessionDetail-KSgkmLV7.js +0 -53
  44. package/dist/web/assets/index-BSLHxV0w.css +0 -1
  45. package/dist/web/assets/index-DNw59Qsn.js +0 -1423
  46. package/dist/web/assets/session-indexes-DKukxoe1.js +0 -4
  47. package/dist/web/assets/utils-Dk_44zMo.js +0 -1
  48. /package/dist/{chunk-L4G3LE7I.js.map → chunk-543OWZIC.js.map} +0 -0
  49. /package/dist/{chunk-DHQPM5FF.js.map → chunk-56FKVL5K.js.map} +0 -0
  50. /package/dist/{chunk-V3HKVTIO.js.map → chunk-CYZ6OC6J.js.map} +0 -0
  51. /package/dist/{chunk-KVTLNX7V.js.map → chunk-DWY4HWVI.js.map} +0 -0
  52. /package/dist/{chunk-AGUAXTKC.js.map → chunk-R6QKSHPH.js.map} +0 -0
  53. /package/dist/{discovery-KEZQU6RL.js.map → discovery-NTMSA6UE.js.map} +0 -0
@@ -10,203 +10,16 @@
10
10
  <link rel="icon" type="image/svg+xml" href="/logo.svg?v=3" />
11
11
  <title>CodeSesh</title>
12
12
  <script src="/theme-bootstrap.js"></script>
13
- <style>
14
- /* Duplicates the light/dark tokens of src/index.css so the pre-hydration
15
- skeleton below paints in the real palette. Keep both in sync. */
16
- :root {
17
- --console-bg: #f7f6f3;
18
- --console-sidebar-bg: #fbfaf8;
19
- --console-surface: #ffffff;
20
- --console-surface-muted: #fbfaf8;
21
- --console-surface-sunken: #f1f0ec;
22
- --console-border: #e6e4de;
23
- --console-text: #16161a;
24
- --console-muted: #71707a;
25
- }
26
-
27
- .dark {
28
- --console-bg: #101012;
29
- --console-sidebar-bg: #0b0b0d;
30
- --console-surface: #18181b;
31
- --console-surface-muted: #1e1e22;
32
- --console-surface-sunken: #0b0b0d;
33
- --console-border: #2a2a30;
34
- --console-text: #f3f2ef;
35
- --console-muted: #8e8e98;
36
- }
37
-
38
- body {
39
- margin: 0;
40
- background: var(--console-bg);
41
- color: var(--console-text);
42
- font-family:
43
- "IBM Plex Sans Variable",
44
- "IBM Plex Sans",
45
- "PingFang SC",
46
- "Hiragino Sans GB",
47
- "Noto Sans SC",
48
- -apple-system,
49
- sans-serif;
50
- }
51
-
52
- .app-shell {
53
- display: flex;
54
- height: 100vh;
55
- flex-direction: column;
56
- overflow: hidden;
57
- }
58
-
59
- .app-header {
60
- display: grid;
61
- min-height: 56px;
62
- grid-template-columns: auto 1fr auto;
63
- align-items: center;
64
- gap: 12px;
65
- border-bottom: 1px solid var(--console-border);
66
- background: rgba(255, 255, 255, 0.85);
67
- padding: 0 16px;
68
- }
69
-
70
- .dark .app-header {
71
- background: rgba(24, 24, 27, 0.85);
72
- }
73
-
74
- .app-brand,
75
- .app-search,
76
- .app-pill,
77
- .app-sidebar-line,
78
- .app-card,
79
- .app-line {
80
- border-radius: 6px;
81
- }
82
-
83
- .app-brand {
84
- display: flex;
85
- align-items: center;
86
- gap: 8px;
87
- font:
88
- 600 13px "JetBrains Mono Variable",
89
- "JetBrains Mono",
90
- "SFMono-Regular",
91
- Menlo,
92
- monospace;
93
- letter-spacing: 0.05em;
94
- }
95
-
96
- .app-brand img {
97
- width: 24px;
98
- height: 24px;
99
- }
100
-
101
- .app-search {
102
- height: 28px;
103
- max-width: 560px;
104
- border: 1px solid var(--console-border);
105
- background: white;
106
- }
107
-
108
- .dark .app-search {
109
- background: var(--console-surface);
110
- }
111
-
112
- .app-pill {
113
- height: 26px;
114
- width: 88px;
115
- border: 1px solid var(--console-border);
116
- background: var(--console-surface-muted);
117
- }
118
-
119
- .app-body {
120
- display: flex;
121
- min-height: 0;
122
- flex: 1;
123
- }
124
-
125
- .app-sidebar {
126
- width: 256px;
127
- border-right: 1px solid var(--console-border);
128
- background: var(--console-sidebar-bg);
129
- padding: 24px 16px;
130
- }
131
-
132
- .app-sidebar-line {
133
- height: 26px;
134
- margin-bottom: 8px;
135
- background: var(--console-surface-muted);
136
- }
137
-
138
- .app-main {
139
- min-width: 0;
140
- flex: 1;
141
- }
142
-
143
- .app-titlebar {
144
- border-bottom: 1px solid var(--console-border);
145
- background: rgba(255, 255, 255, 0.7);
146
- padding: 18px 32px;
147
- }
148
-
149
- .dark .app-titlebar {
150
- background: rgba(24, 24, 27, 0.7);
151
- }
152
-
153
- .app-title {
154
- height: 24px;
155
- width: 220px;
156
- border-radius: 6px;
157
- background: var(--console-surface-muted);
158
- }
159
-
160
- .app-content {
161
- display: grid;
162
- gap: 12px;
163
- padding: 24px 32px;
164
- }
165
-
166
- .app-card {
167
- height: 96px;
168
- border: 1px solid var(--console-border);
169
- background: rgba(255, 255, 255, 0.8);
170
- padding: 16px;
171
- }
172
-
173
- .dark .app-card {
174
- background: rgba(24, 24, 27, 0.8);
175
- }
176
-
177
- .app-line {
178
- height: 12px;
179
- margin-bottom: 12px;
180
- background: var(--console-surface-muted);
181
- }
182
-
183
- .app-line.short {
184
- width: 46%;
185
- }
186
-
187
- @media (max-width: 1023px) {
188
- .app-sidebar {
189
- display: none;
190
- }
191
-
192
- .app-header {
193
- grid-template-columns: auto 1fr;
194
- }
195
-
196
- .app-pill {
197
- display: none;
198
- }
199
- }
200
- </style>
201
- <script type="module" crossorigin src="/assets/index-DNw59Qsn.js"></script>
13
+ <style>:root{--console-bg:#f7f6f3;--console-sidebar-bg:#fbfaf8;--console-surface:#fff;--console-surface-muted:#fbfaf8;--console-surface-sunken:#f1f0ec;--console-border:#e6e4de;--console-text:#16161a;--console-muted:#71707a}.dark{--console-bg:#101012;--console-sidebar-bg:#0b0b0d;--console-surface:#18181b;--console-surface-muted:#1e1e22;--console-surface-sunken:#0b0b0d;--console-border:#2a2a30;--console-text:#f3f2ef;--console-muted:#8e8e98}body{background:var(--console-bg);color:var(--console-text);margin:0;font-family:IBM Plex Sans Variable,IBM Plex Sans,PingFang SC,Hiragino Sans GB,Noto Sans SC,-apple-system,sans-serif}.app-shell{flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-header{border-bottom:1px solid var(--console-border);background:#ffffffd9;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:56px;padding:0 16px;display:grid}.dark .app-header{background:#18181bd9}.app-brand,.app-search,.app-pill,.app-sidebar-line,.app-card,.app-line{border-radius:6px}.app-brand{letter-spacing:.05em;align-items:center;gap:8px;font:600 13px JetBrains Mono Variable,JetBrains Mono,SFMono-Regular,Menlo,monospace;display:flex}.app-brand img{width:24px;height:24px}.app-search{border:1px solid var(--console-border);background:#fff;max-width:560px;height:28px}.dark .app-search{background:var(--console-surface)}.app-pill{border:1px solid var(--console-border);background:var(--console-surface-muted);width:88px;height:26px}.app-body{flex:1;min-height:0;display:flex}.app-sidebar{border-right:1px solid var(--console-border);background:var(--console-sidebar-bg);width:256px;padding:24px 16px}.app-sidebar-line{background:var(--console-surface-muted);height:26px;margin-bottom:8px}.app-main{flex:1;min-width:0}.app-titlebar{border-bottom:1px solid var(--console-border);background:#ffffffb3;padding:18px 32px}.dark .app-titlebar{background:#18181bb3}.app-title{background:var(--console-surface-muted);border-radius:6px;width:220px;height:24px}.app-content{gap:12px;padding:24px 32px;display:grid}.app-card{border:1px solid var(--console-border);background:#fffc;height:96px;padding:16px}.dark .app-card{background:#18181bcc}.app-line{background:var(--console-surface-muted);height:12px;margin-bottom:12px}.app-line.short{width:46%}@media (width<=1023px){.app-sidebar{display:none}.app-header{grid-template-columns:auto 1fr}.app-pill{display:none}}</style>
14
+ <script type="module" crossorigin src="/assets/index-DUcpWdzX.js"></script>
202
15
  <link rel="modulepreload" crossorigin href="/assets/jsx-runtime-D3jfb0Ew.js">
203
16
  <link rel="modulepreload" crossorigin href="/assets/DialogTitle-B8zPwJB8.js">
204
17
  <link rel="modulepreload" crossorigin href="/assets/translate-CLoII3EO.js">
205
18
  <link rel="modulepreload" crossorigin href="/assets/api-CtZGdxlN.js">
206
- <link rel="modulepreload" crossorigin href="/assets/CustomTimeWindowDialog-z5xtqkBF.js">
19
+ <link rel="modulepreload" crossorigin href="/assets/CustomTimeWindowDialog-CGPvUFkc.js">
207
20
  <link rel="modulepreload" crossorigin href="/assets/SmartTagChips-BMP9pPRw.js">
208
- <link rel="modulepreload" crossorigin href="/assets/session-indexes-DKukxoe1.js">
209
- <link rel="stylesheet" crossorigin href="/assets/index-BSLHxV0w.css">
21
+ <link rel="modulepreload" crossorigin href="/assets/session-indexes-3LjxBYNe.js">
22
+ <link rel="stylesheet" crossorigin href="/assets/index-BXhaumu7.css">
210
23
  </head>
211
24
  <body>
212
25
  <div id="root">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codesesh",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Browse local AI coding-agent sessions in one Web UI.",
5
5
  "keywords": [
6
6
  "ai",
@@ -54,8 +54,8 @@
54
54
  "better-sqlite3": "^13.0.3",
55
55
  "citty": "^0.2.2",
56
56
  "consola": "^3.4.2",
57
- "hono": "^4.13.7",
58
- "open": "^11.0.2"
57
+ "hono": "^4.13.8",
58
+ "open": "^11.0.4"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=22.0.0"