codesesh 0.8.0 → 0.9.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.
- package/README.md +2 -1
- package/dist/{chunk-XANARSZG.js → chunk-5UOLRSFH.js} +662 -46
- package/dist/chunk-5UOLRSFH.js.map +1 -0
- package/dist/{dist-WJUBVCLN.js → dist-VEIV33FR.js} +2 -2
- package/dist/index.js +8 -3
- package/dist/index.js.map +1 -1
- package/dist/scan-refresh-worker.js +1 -1
- package/dist/search-index-worker.js +1 -1
- package/dist/smart-tag-worker.js +1 -1
- package/dist/web/assets/index-BHmQBGNx.css +2 -0
- package/dist/web/assets/index-CT4gLIAq.js +111 -0
- package/dist/web/assets/vendor-Da5am_Td.js +40 -0
- package/dist/web/icon/agent/pi.svg +20 -0
- package/dist/web/index.html +3 -3
- package/package.json +3 -2
- package/dist/chunk-XANARSZG.js.map +0 -1
- package/dist/web/assets/index-67i6w_Xd.js +0 -108
- package/dist/web/assets/index-BKpG5jDy.css +0 -2
- package/dist/web/assets/vendor-DWjfsTQM.js +0 -40
- /package/dist/{dist-WJUBVCLN.js.map → dist-VEIV33FR.js.map} +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800">
|
|
3
|
+
<path fill="#09090b" fill-rule="evenodd" d="
|
|
4
|
+
M165.29 165.29
|
|
5
|
+
H517.36
|
|
6
|
+
V400
|
|
7
|
+
H400
|
|
8
|
+
V517.36
|
|
9
|
+
H282.65
|
|
10
|
+
V634.72
|
|
11
|
+
H165.29
|
|
12
|
+
Z
|
|
13
|
+
M282.65 282.65
|
|
14
|
+
V400
|
|
15
|
+
H400
|
|
16
|
+
V282.65
|
|
17
|
+
Z
|
|
18
|
+
"/>
|
|
19
|
+
<path fill="#09090b" d="M517.36 400 H634.72 V634.72 H517.36 Z"/>
|
|
20
|
+
</svg>
|
package/dist/web/index.html
CHANGED
|
@@ -158,13 +158,13 @@
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
</style>
|
|
161
|
-
<script type="module" crossorigin src="/assets/index-
|
|
161
|
+
<script type="module" crossorigin src="/assets/index-CT4gLIAq.js"></script>
|
|
162
162
|
<link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-QTnfLwEv.js">
|
|
163
163
|
<link rel="modulepreload" crossorigin href="/assets/markdown-Bm__FT1K.js">
|
|
164
164
|
<link rel="modulepreload" crossorigin href="/assets/react-CGUTVnhO.js">
|
|
165
|
-
<link rel="modulepreload" crossorigin href="/assets/vendor-
|
|
165
|
+
<link rel="modulepreload" crossorigin href="/assets/vendor-Da5am_Td.js">
|
|
166
166
|
<link rel="modulepreload" crossorigin href="/assets/syntax-Cjw-OADI.js">
|
|
167
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
167
|
+
<link rel="stylesheet" crossorigin href="/assets/index-BHmQBGNx.css">
|
|
168
168
|
</head>
|
|
169
169
|
<body>
|
|
170
170
|
<div id="root">
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codesesh",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "One place to see every AI coding session you've ever had. Unify Claude Code, Cursor, Kimi, Codex, and OpenCode sessions in a single, beautiful Web UI.",
|
|
3
|
+
"version": "0.9.1",
|
|
4
|
+
"description": "One place to see every AI coding session you've ever had. Unify Claude Code, Cursor, Kimi, Codex, Pi, and OpenCode sessions in a single, beautiful Web UI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
7
7
|
"claude",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"history",
|
|
13
13
|
"kimi",
|
|
14
14
|
"opencode",
|
|
15
|
+
"pi",
|
|
15
16
|
"session",
|
|
16
17
|
"visualization",
|
|
17
18
|
"web-ui"
|