codesesh 0.7.2 → 0.9.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.
@@ -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>
@@ -158,13 +158,13 @@
158
158
  }
159
159
  }
160
160
  </style>
161
- <script type="module" crossorigin src="/assets/index-Dfz6SLxJ.js"></script>
162
- <link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-Dw2cE7zH.js">
163
- <link rel="modulepreload" crossorigin href="/assets/markdown-CnUlvKkZ.js">
164
- <link rel="modulepreload" crossorigin href="/assets/react-DT3QPCDf.js">
165
- <link rel="modulepreload" crossorigin href="/assets/vendor-Bs5B_LvM.js">
166
- <link rel="modulepreload" crossorigin href="/assets/syntax-DcanuzfQ.js">
167
- <link rel="stylesheet" crossorigin href="/assets/index-xfiMbcgm.css">
161
+ <script type="module" crossorigin src="/assets/index-CahEAHys.js"></script>
162
+ <link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-QTnfLwEv.js">
163
+ <link rel="modulepreload" crossorigin href="/assets/markdown-Bm__FT1K.js">
164
+ <link rel="modulepreload" crossorigin href="/assets/react-CGUTVnhO.js">
165
+ <link rel="modulepreload" crossorigin href="/assets/vendor-Da5am_Td.js">
166
+ <link rel="modulepreload" crossorigin href="/assets/syntax-Cjw-OADI.js">
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.7.2",
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.0",
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"
@@ -53,15 +54,15 @@
53
54
  },
54
55
  "dependencies": {
55
56
  "@hono/node-server": "^1.14.0",
56
- "better-sqlite3": "^12.9.0",
57
+ "better-sqlite3": "^12.10.0",
57
58
  "citty": "^0.1.6",
58
59
  "consola": "^3.4.2",
59
- "hono": "^4.7.4",
60
+ "hono": "^4.12.23",
60
61
  "open": "^10.1.2"
61
62
  },
62
63
  "devDependencies": {
63
64
  "@codesesh/web": "workspace:*",
64
- "@types/node": "^22.14.0",
65
+ "@types/node": "^22.19.19",
65
66
  "tsup": "^8.4.0",
66
67
  "typescript": "^5.9.3"
67
68
  },