codesesh 0.16.0 → 0.17.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/dist/{chunk-MWSJTNOW.js → chunk-7APNDHQ6.js} +1545 -1021
- package/dist/chunk-7APNDHQ6.js.map +1 -0
- package/dist/{chunk-EWC6IODK.js → chunk-A4U2SMJJ.js} +5 -2
- package/dist/{chunk-EWC6IODK.js.map → chunk-A4U2SMJJ.js.map} +1 -1
- package/dist/dist-KEPJFHOC.js +115 -0
- package/dist/index.js +967 -713
- package/dist/index.js.map +1 -1
- package/dist/scan-refresh-worker.js +70 -64
- package/dist/scan-refresh-worker.js.map +1 -1
- package/dist/search-index-worker.js +2 -7
- package/dist/search-index-worker.js.map +1 -1
- package/dist/smart-tag-worker.js +2 -2
- package/dist/web/assets/index-B076CRkD.js +109 -0
- package/dist/web/assets/index-CWNbVhet.css +2 -0
- package/dist/web/assets/react-D9s532MZ.js +1821 -0
- package/dist/web/assets/{vendor-BVE7Fps8.js → vendor-i9U7_fNF.js} +15 -15
- package/dist/web/index.html +4 -4
- package/package.json +5 -10
- package/dist/chunk-MWSJTNOW.js.map +0 -1
- package/dist/dist-AIDCOQZO.js +0 -237
- package/dist/web/assets/index-BpmbwB2_.js +0 -113
- package/dist/web/assets/index-Bxe686Vr.css +0 -2
- package/dist/web/assets/react-3acXkZNw.js +0 -1821
- package/dist/web/icon/agent/antigravity.svg +0 -1
- package/dist/web/icon/agent/kilocode.svg +0 -1
- /package/dist/{dist-AIDCOQZO.js.map → dist-KEPJFHOC.js.map} +0 -0
package/dist/web/index.html
CHANGED
|
@@ -209,13 +209,13 @@
|
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
</style>
|
|
212
|
-
<script type="module" crossorigin src="/assets/index-
|
|
212
|
+
<script type="module" crossorigin src="/assets/index-B076CRkD.js"></script>
|
|
213
213
|
<link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-QTnfLwEv.js">
|
|
214
214
|
<link rel="modulepreload" crossorigin href="/assets/markdown-dR4kAewZ.js">
|
|
215
|
-
<link rel="modulepreload" crossorigin href="/assets/react-
|
|
216
|
-
<link rel="modulepreload" crossorigin href="/assets/vendor-
|
|
215
|
+
<link rel="modulepreload" crossorigin href="/assets/react-D9s532MZ.js">
|
|
216
|
+
<link rel="modulepreload" crossorigin href="/assets/vendor-i9U7_fNF.js">
|
|
217
217
|
<link rel="modulepreload" crossorigin href="/assets/syntax-mZXQuVcd.js">
|
|
218
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
218
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CWNbVhet.css">
|
|
219
219
|
</head>
|
|
220
220
|
<body>
|
|
221
221
|
<div id="root">
|
package/package.json
CHANGED
|
@@ -1,22 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codesesh",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.17.0",
|
|
4
|
+
"description": "Browse local AI coding-agent sessions in one Web UI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
7
|
-
"
|
|
7
|
+
"ai-agent",
|
|
8
8
|
"cli",
|
|
9
|
-
"
|
|
10
|
-
"cursor",
|
|
9
|
+
"coding-agent",
|
|
11
10
|
"developer-tools",
|
|
12
11
|
"history",
|
|
13
|
-
"kimi",
|
|
14
|
-
"opencode",
|
|
15
|
-
"pi",
|
|
16
12
|
"session",
|
|
17
13
|
"visualization",
|
|
18
|
-
"web-ui"
|
|
19
|
-
"zcode"
|
|
14
|
+
"web-ui"
|
|
20
15
|
],
|
|
21
16
|
"homepage": "https://codesesh.xingkaixin.me/",
|
|
22
17
|
"bugs": {
|