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.
Files changed (53) hide show
  1. package/README.md +19 -0
  2. package/dist/{chunk-YLXHGL4S.js → chunk-2LXZFMSH.js} +28 -2
  3. package/dist/{chunk-YLXHGL4S.js.map → chunk-2LXZFMSH.js.map} +1 -1
  4. package/dist/{chunk-L4G3LE7I.js → chunk-543OWZIC.js} +2 -2
  5. package/dist/{chunk-DHQPM5FF.js → chunk-56FKVL5K.js} +5 -5
  6. package/dist/{chunk-V3HKVTIO.js → chunk-CYZ6OC6J.js} +2 -2
  7. package/dist/{chunk-KVTLNX7V.js → chunk-DWY4HWVI.js} +2 -2
  8. package/dist/{chunk-AGUAXTKC.js → chunk-R6QKSHPH.js} +2 -2
  9. package/dist/{chunk-RBCCNCDO.js → chunk-WRVILHZR.js} +1059 -26
  10. package/dist/chunk-WRVILHZR.js.map +1 -0
  11. package/dist/{discovery-KEZQU6RL.js → discovery-NTMSA6UE.js} +5 -5
  12. package/dist/index.js +36 -9
  13. package/dist/index.js.map +1 -1
  14. package/dist/project-identity-worker.js +4 -4
  15. package/dist/scan-refresh-worker.js +6 -6
  16. package/dist/search-index-worker.js +6 -6
  17. package/dist/session-detail-worker.js +6 -6
  18. package/dist/smart-tag-worker.js +3 -3
  19. package/dist/web/assets/CustomTimeWindowDialog-CGPvUFkc.js +1 -0
  20. package/dist/web/assets/DetailLanding-D1FLK4EW.js +1 -0
  21. package/dist/web/assets/{InteractiveReceipt-Bsj37HtN.js → InteractiveReceipt-C7FJhzdv.js} +1 -1
  22. package/dist/web/assets/OverviewScreen-DX7F_6dH.js +1 -0
  23. package/dist/web/assets/{PrismHighlighter-DWS6Nx_X.js → PrismHighlighter-DZ2CWVc0.js} +1 -1
  24. package/dist/web/assets/Projects-B_7w5TDw.js +1 -0
  25. package/dist/web/assets/{SearchResultsPanel-BAManMmt.js → SearchResultsPanel-BMBhKuPS.js} +1 -1
  26. package/dist/web/assets/SessionDetail-wJYzzF0i.js +53 -0
  27. package/dist/web/assets/index-BXhaumu7.css +1 -0
  28. package/dist/web/assets/index-DUcpWdzX.js +1423 -0
  29. package/dist/web/assets/{panel-DcOuALYX.js → panel-B-5dVddJ.js} +1 -1
  30. package/dist/web/assets/session-indexes-3LjxBYNe.js +4 -0
  31. package/dist/web/assets/utils-BuYa9y6l.js +1 -0
  32. package/dist/web/icon/agent/cherrystudio.svg +7 -0
  33. package/dist/web/icon/agent/deepchat.LICENSE.txt +206 -0
  34. package/dist/web/icon/agent/deepchat.svg +6 -0
  35. package/dist/web/icon/agent/minimax-code.svg +1 -0
  36. package/dist/web/index.html +5 -192
  37. package/package.json +3 -3
  38. package/dist/chunk-RBCCNCDO.js.map +0 -1
  39. package/dist/web/assets/CustomTimeWindowDialog-z5xtqkBF.js +0 -1
  40. package/dist/web/assets/DetailLanding-CpV0jLmT.js +0 -1
  41. package/dist/web/assets/OverviewScreen-B9qZqEQA.js +0 -1
  42. package/dist/web/assets/Projects-oY3KCgS4.js +0 -1
  43. package/dist/web/assets/SessionDetail-KSgkmLV7.js +0 -53
  44. package/dist/web/assets/index-BSLHxV0w.css +0 -1
  45. package/dist/web/assets/index-DNw59Qsn.js +0 -1423
  46. package/dist/web/assets/session-indexes-DKukxoe1.js +0 -4
  47. package/dist/web/assets/utils-Dk_44zMo.js +0 -1
  48. /package/dist/{chunk-L4G3LE7I.js.map → chunk-543OWZIC.js.map} +0 -0
  49. /package/dist/{chunk-DHQPM5FF.js.map → chunk-56FKVL5K.js.map} +0 -0
  50. /package/dist/{chunk-V3HKVTIO.js.map → chunk-CYZ6OC6J.js.map} +0 -0
  51. /package/dist/{chunk-KVTLNX7V.js.map → chunk-DWY4HWVI.js.map} +0 -0
  52. /package/dist/{chunk-AGUAXTKC.js.map → chunk-R6QKSHPH.js.map} +0 -0
  53. /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-YLXHGL4S.js";
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-L4G3LE7I.js.map
669
+ //# sourceMappingURL=chunk-543OWZIC.js.map
@@ -8,13 +8,13 @@ import {
8
8
  normalizeProjectDirectory,
9
9
  normalizeProjectScopePath,
10
10
  realFs
11
- } from "./chunk-KVTLNX7V.js";
11
+ } from "./chunk-DWY4HWVI.js";
12
12
  import {
13
13
  SessionScanError,
14
14
  createAgentScanFailure,
15
15
  createRegisteredAgents,
16
16
  reportAgentScanFailure
17
- } from "./chunk-RBCCNCDO.js";
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-YLXHGL4S.js";
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-CXKZFUE7.mjs
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-DHQPM5FF.js.map
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-YLXHGL4S.js";
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-V3HKVTIO.js.map
1272
+ //# sourceMappingURL=chunk-CYZ6OC6J.js.map
@@ -4,7 +4,7 @@ import {
4
4
  getProjectIdentityKey,
5
5
  getSessionAgentKey,
6
6
  matchesProjectIdentity
7
- } from "./chunk-YLXHGL4S.js";
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-KVTLNX7V.js.map
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-V3HKVTIO.js";
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-AGUAXTKC.js.map
89
+ //# sourceMappingURL=chunk-R6QKSHPH.js.map