codesesh 1.0.1 → 1.0.2
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 +2 -1
- package/dist/{chunk-OFTTM3UD.js → chunk-PROMURPM.js} +2 -2
- package/dist/{chunk-JHX5OLL4.js → chunk-VAUC2W7I.js} +1303 -16
- package/dist/chunk-VAUC2W7I.js.map +1 -0
- package/dist/{dist-N2PQATP2.js → dist-6QTGTYZT.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/scan-refresh-worker.js +2 -2
- package/dist/search-index-worker.js +2 -2
- package/dist/smart-tag-worker.js +2 -2
- package/dist/web/assets/SessionDetail-BnpvDwtH.js +54 -0
- package/dist/web/assets/{index-BgWoUD_4.js → index-99ZxpV2y.js} +2 -2
- package/dist/web/icon/agent/dsh.svg +3 -0
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- package/dist/chunk-JHX5OLL4.js.map +0 -1
- package/dist/web/assets/SessionDetail-lQz99ARH.js +0 -54
- /package/dist/{chunk-OFTTM3UD.js.map → chunk-PROMURPM.js.map} +0 -0
- /package/dist/{dist-N2PQATP2.js.map → dist-6QTGTYZT.js.map} +0 -0
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
synchronizeSessionSources,
|
|
85
85
|
upsertBookmark,
|
|
86
86
|
upsertSessionAlias
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-VAUC2W7I.js";
|
|
88
88
|
export {
|
|
89
89
|
BaseAgent,
|
|
90
90
|
StateStorageUnavailableError as BookmarkStorageUnavailableError,
|
|
@@ -172,4 +172,4 @@ export {
|
|
|
172
172
|
upsertBookmark,
|
|
173
173
|
upsertSessionAlias
|
|
174
174
|
};
|
|
175
|
-
//# sourceMappingURL=dist-
|
|
175
|
+
//# sourceMappingURL=dist-6QTGTYZT.js.map
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
appLogger,
|
|
4
4
|
logSearchIndexSync
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PROMURPM.js";
|
|
6
6
|
import {
|
|
7
7
|
FileSystemSessionSource,
|
|
8
8
|
SessionAliasValidationError,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
startOfCalendarDay,
|
|
66
66
|
upsertBookmark,
|
|
67
67
|
upsertSessionAlias
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-VAUC2W7I.js";
|
|
69
69
|
|
|
70
70
|
// src/index.ts
|
|
71
71
|
import { defineCommand, runMain } from "citty";
|
|
@@ -4816,7 +4816,7 @@ var main = defineCommand({
|
|
|
4816
4816
|
log_path: appLogger.getLogPath()
|
|
4817
4817
|
});
|
|
4818
4818
|
if (clearCache) {
|
|
4819
|
-
const { clearCache: clear } = await import("./dist-
|
|
4819
|
+
const { clearCache: clear } = await import("./dist-6QTGTYZT.js");
|
|
4820
4820
|
clear();
|
|
4821
4821
|
appLogger.info("cache.clear");
|
|
4822
4822
|
console.log("Cache cleared.");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
appLogger
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-PROMURPM.js";
|
|
5
5
|
import {
|
|
6
6
|
FileSystemSessionSource,
|
|
7
7
|
SMART_TAG_CLASSIFIER_REVISION,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
sortSessions,
|
|
15
15
|
synchronizePricingGeneration,
|
|
16
16
|
synchronizeSessionSources
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-VAUC2W7I.js";
|
|
18
18
|
|
|
19
19
|
// src/scan-refresh-worker.ts
|
|
20
20
|
import { parentPort, workerData } from "worker_threads";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
appLogger
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-PROMURPM.js";
|
|
5
5
|
import {
|
|
6
6
|
commitDurableSessionPublication,
|
|
7
7
|
createRegisteredAgents,
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
syncSessionSearchIndex,
|
|
11
11
|
syncSessionSearchIndexChanges,
|
|
12
12
|
synchronizePricingGeneration
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-VAUC2W7I.js";
|
|
14
14
|
|
|
15
15
|
// src/search-index-worker.ts
|
|
16
16
|
import { randomUUID } from "crypto";
|
package/dist/smart-tag-worker.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-PROMURPM.js";
|
|
3
3
|
import {
|
|
4
4
|
classifySessionTags,
|
|
5
5
|
createRegisteredAgents,
|
|
6
6
|
getSmartTagSourceTimestamp,
|
|
7
7
|
synchronizePricingGeneration
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-VAUC2W7I.js";
|
|
9
9
|
|
|
10
10
|
// src/smart-tag-worker.ts
|
|
11
11
|
import { parentPort, workerData } from "worker_threads";
|