claudekit-cli 3.41.4-dev.4 → 3.41.4-dev.5
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -56454,7 +56454,7 @@ function extractResultContent(block) {
|
|
|
56454
56454
|
return;
|
|
56455
56455
|
}
|
|
56456
56456
|
async function parseSessionDetail(filePath, limit, offset) {
|
|
56457
|
-
const MAX_SESSION_FILE_BYTES =
|
|
56457
|
+
const MAX_SESSION_FILE_BYTES = 50 * 1024 * 1024;
|
|
56458
56458
|
const fileStats = await stat8(filePath);
|
|
56459
56459
|
if (fileStats.size > MAX_SESSION_FILE_BYTES) {
|
|
56460
56460
|
return {
|
|
@@ -58323,7 +58323,7 @@ var package_default;
|
|
|
58323
58323
|
var init_package = __esm(() => {
|
|
58324
58324
|
package_default = {
|
|
58325
58325
|
name: "claudekit-cli",
|
|
58326
|
-
version: "3.41.4-dev.
|
|
58326
|
+
version: "3.41.4-dev.5",
|
|
58327
58327
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
58328
58328
|
type: "module",
|
|
58329
58329
|
repository: {
|