codesesh 1.0.8 → 1.0.10
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 +19 -0
- package/dist/{chunk-YLXHGL4S.js → chunk-2LXZFMSH.js} +28 -2
- package/dist/{chunk-YLXHGL4S.js.map → chunk-2LXZFMSH.js.map} +1 -1
- package/dist/{chunk-L4G3LE7I.js → chunk-543OWZIC.js} +2 -2
- package/dist/{chunk-DHQPM5FF.js → chunk-56FKVL5K.js} +5 -5
- package/dist/{chunk-V3HKVTIO.js → chunk-CYZ6OC6J.js} +2 -2
- package/dist/{chunk-KVTLNX7V.js → chunk-DWY4HWVI.js} +2 -2
- package/dist/{chunk-AGUAXTKC.js → chunk-R6QKSHPH.js} +2 -2
- package/dist/{chunk-RBCCNCDO.js → chunk-WRVILHZR.js} +1059 -26
- package/dist/chunk-WRVILHZR.js.map +1 -0
- package/dist/{discovery-KEZQU6RL.js → discovery-NTMSA6UE.js} +5 -5
- package/dist/index.js +36 -9
- package/dist/index.js.map +1 -1
- package/dist/project-identity-worker.js +4 -4
- package/dist/scan-refresh-worker.js +6 -6
- package/dist/search-index-worker.js +6 -6
- package/dist/session-detail-worker.js +6 -6
- package/dist/smart-tag-worker.js +3 -3
- package/dist/web/assets/CustomTimeWindowDialog-CGPvUFkc.js +1 -0
- package/dist/web/assets/DetailLanding-D1FLK4EW.js +1 -0
- package/dist/web/assets/{InteractiveReceipt-Bsj37HtN.js → InteractiveReceipt-C7FJhzdv.js} +1 -1
- package/dist/web/assets/OverviewScreen-DX7F_6dH.js +1 -0
- package/dist/web/assets/{PrismHighlighter-DWS6Nx_X.js → PrismHighlighter-DZ2CWVc0.js} +1 -1
- package/dist/web/assets/Projects-B_7w5TDw.js +1 -0
- package/dist/web/assets/{SearchResultsPanel-BAManMmt.js → SearchResultsPanel-BMBhKuPS.js} +1 -1
- package/dist/web/assets/SessionDetail-wJYzzF0i.js +53 -0
- package/dist/web/assets/index-BXhaumu7.css +1 -0
- package/dist/web/assets/index-DUcpWdzX.js +1423 -0
- package/dist/web/assets/{panel-DcOuALYX.js → panel-B-5dVddJ.js} +1 -1
- package/dist/web/assets/session-indexes-3LjxBYNe.js +4 -0
- package/dist/web/assets/utils-BuYa9y6l.js +1 -0
- package/dist/web/icon/agent/cherrystudio.svg +7 -0
- package/dist/web/icon/agent/deepchat.LICENSE.txt +206 -0
- package/dist/web/icon/agent/deepchat.svg +6 -0
- package/dist/web/icon/agent/minimax-code.svg +1 -0
- package/dist/web/index.html +5 -192
- package/package.json +3 -3
- package/dist/chunk-RBCCNCDO.js.map +0 -1
- package/dist/web/assets/CustomTimeWindowDialog-z5xtqkBF.js +0 -1
- package/dist/web/assets/DetailLanding-CpV0jLmT.js +0 -1
- package/dist/web/assets/OverviewScreen-B9qZqEQA.js +0 -1
- package/dist/web/assets/Projects-oY3KCgS4.js +0 -1
- package/dist/web/assets/SessionDetail-KSgkmLV7.js +0 -53
- package/dist/web/assets/index-BSLHxV0w.css +0 -1
- package/dist/web/assets/index-DNw59Qsn.js +0 -1423
- package/dist/web/assets/session-indexes-DKukxoe1.js +0 -4
- package/dist/web/assets/utils-Dk_44zMo.js +0 -1
- /package/dist/{chunk-L4G3LE7I.js.map → chunk-543OWZIC.js.map} +0 -0
- /package/dist/{chunk-DHQPM5FF.js.map → chunk-56FKVL5K.js.map} +0 -0
- /package/dist/{chunk-V3HKVTIO.js.map → chunk-CYZ6OC6J.js.map} +0 -0
- /package/dist/{chunk-KVTLNX7V.js.map → chunk-DWY4HWVI.js.map} +0 -0
- /package/dist/{chunk-AGUAXTKC.js.map → chunk-R6QKSHPH.js.map} +0 -0
- /package/dist/{discovery-KEZQU6RL.js.map → discovery-NTMSA6UE.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
getSessionAgentKey,
|
|
9
9
|
getSessionReferenceKey,
|
|
10
10
|
toCalendarDayKey
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2LXZFMSH.js";
|
|
12
12
|
|
|
13
13
|
// ../core/dist/chunk-XNDXGBK6.mjs
|
|
14
14
|
var COST_ABSOLUTE_TOLERANCE = 1e-8;
|
|
@@ -666,4 +666,4 @@ export {
|
|
|
666
666
|
summarizeProjects,
|
|
667
667
|
attachProjectMetricsFromTree
|
|
668
668
|
};
|
|
669
|
-
//# sourceMappingURL=chunk-
|
|
669
|
+
//# sourceMappingURL=chunk-543OWZIC.js.map
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
normalizeProjectDirectory,
|
|
9
9
|
normalizeProjectScopePath,
|
|
10
10
|
realFs
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-DWY4HWVI.js";
|
|
12
12
|
import {
|
|
13
13
|
SessionScanError,
|
|
14
14
|
createAgentScanFailure,
|
|
15
15
|
createRegisteredAgents,
|
|
16
16
|
reportAgentScanFailure
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-WRVILHZR.js";
|
|
18
18
|
import {
|
|
19
19
|
SMART_TAG_CLASSIFIER_REVISION,
|
|
20
20
|
assertIdentifiedSessionHead,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
setUserVersion,
|
|
42
42
|
sortSessionsByActivity,
|
|
43
43
|
tableExists
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-2LXZFMSH.js";
|
|
45
45
|
|
|
46
46
|
// ../core/dist/chunk-SU7BSXP6.mjs
|
|
47
47
|
var CACHE_SCHEMA_VERSION = 34;
|
|
@@ -4097,7 +4097,7 @@ function matchesSessionQueryScope(session, scope) {
|
|
|
4097
4097
|
return !scope?.projectScope || matchesProjectScope(session, scope.projectScope);
|
|
4098
4098
|
}
|
|
4099
4099
|
|
|
4100
|
-
// ../core/dist/chunk-
|
|
4100
|
+
// ../core/dist/chunk-P5WKPT24.mjs
|
|
4101
4101
|
import { existsSync as existsSync2, rmSync, unlinkSync } from "fs";
|
|
4102
4102
|
import { availableParallelism } from "os";
|
|
4103
4103
|
import { Worker } from "worker_threads";
|
|
@@ -6194,4 +6194,4 @@ export {
|
|
|
6194
6194
|
commitDurableSessionPublication,
|
|
6195
6195
|
listDashboardActiveHours
|
|
6196
6196
|
};
|
|
6197
|
-
//# sourceMappingURL=chunk-
|
|
6197
|
+
//# sourceMappingURL=chunk-56FKVL5K.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
WORKER_LOG_MESSAGE_TYPE,
|
|
7
7
|
isWorkerLogMessage,
|
|
8
8
|
setCoreDiagnostics
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2LXZFMSH.js";
|
|
10
10
|
|
|
11
11
|
// src/logging.ts
|
|
12
12
|
import { AsyncLocalStorage } from "async_hooks";
|
|
@@ -1269,4 +1269,4 @@ export {
|
|
|
1269
1269
|
appLogger,
|
|
1270
1270
|
logSearchIndexSync
|
|
1271
1271
|
};
|
|
1272
|
-
//# sourceMappingURL=chunk-
|
|
1272
|
+
//# sourceMappingURL=chunk-CYZ6OC6J.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
getProjectIdentityKey,
|
|
5
5
|
getSessionAgentKey,
|
|
6
6
|
matchesProjectIdentity
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2LXZFMSH.js";
|
|
8
8
|
|
|
9
9
|
// ../core/dist/chunk-O3HCRG2L.mjs
|
|
10
10
|
import * as os from "os";
|
|
@@ -324,4 +324,4 @@ export {
|
|
|
324
324
|
normalizeProjectScopePath,
|
|
325
325
|
buildProjectGroups
|
|
326
326
|
};
|
|
327
|
-
//# sourceMappingURL=chunk-
|
|
327
|
+
//# sourceMappingURL=chunk-DWY4HWVI.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
appLogger
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-CYZ6OC6J.js";
|
|
5
5
|
|
|
6
6
|
// src/worker-log-drain.ts
|
|
7
7
|
import { randomUUID } from "crypto";
|
|
@@ -86,4 +86,4 @@ export {
|
|
|
86
86
|
acknowledgeWorkerLogDrain,
|
|
87
87
|
terminateWorkerAfterLogDrain
|
|
88
88
|
};
|
|
89
|
-
//# sourceMappingURL=chunk-
|
|
89
|
+
//# sourceMappingURL=chunk-R6QKSHPH.js.map
|