@knowsuchagency/fulcrum 3.3.0 → 3.4.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/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Fulcrum</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-Cbt5USzt.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-B2M7Gsbw.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ALTER TABLE `chat_sessions` ADD `claude_session_id` text;
|
|
@@ -421,6 +421,13 @@
|
|
|
421
421
|
"when": 1771239200000,
|
|
422
422
|
"tag": "0059_chat_messages_fts",
|
|
423
423
|
"breakpoints": true
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"idx": 60,
|
|
427
|
+
"version": "6",
|
|
428
|
+
"when": 1771325600000,
|
|
429
|
+
"tag": "0060_add_claude_session_id",
|
|
430
|
+
"breakpoints": true
|
|
424
431
|
}
|
|
425
432
|
]
|
|
426
433
|
}
|