codesesh 1.0.0 → 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 +29 -5
- package/dist/{chunk-TIHF4T3K.js → chunk-PROMURPM.js} +80 -16
- package/dist/chunk-PROMURPM.js.map +1 -0
- package/dist/{chunk-BEF6LLRG.js → chunk-VAUC2W7I.js} +5317 -2268
- package/dist/chunk-VAUC2W7I.js.map +1 -0
- package/dist/{dist-3F467V44.js → dist-6QTGTYZT.js} +40 -4
- package/dist/index.js +1818 -454
- package/dist/index.js.map +1 -1
- package/dist/scan-refresh-worker.js +274 -95
- package/dist/scan-refresh-worker.js.map +1 -1
- package/dist/search-index-worker.js +112 -50
- package/dist/search-index-worker.js.map +1 -1
- package/dist/smart-tag-worker.js +5 -3
- package/dist/smart-tag-worker.js.map +1 -1
- package/dist/web/assets/ErrorBoundary-D11tWzfn.js +1 -0
- package/dist/web/assets/OverviewScreen-DriPmCam.js +1 -0
- package/dist/web/assets/Projects-BPDIcUBK.js +1 -0
- package/dist/web/assets/SearchFilterBar-Bx73B5e9.js +1 -0
- package/dist/web/assets/SearchResultsPanel-A6_3TPhW.js +1 -0
- package/dist/web/assets/SessionDetail-BnpvDwtH.js +54 -0
- package/dist/web/assets/agents-BkRP_ww3.js +1 -0
- package/dist/web/assets/contract-V6QuD0UY.js +1 -0
- package/dist/web/assets/index-99ZxpV2y.js +1410 -0
- package/dist/web/assets/index-B2RqUgZ5.css +1 -0
- package/dist/web/assets/panel-C-gc79Gz.js +1 -0
- package/dist/web/assets/session-indexes-0oT5HSS5.js +4 -0
- package/dist/web/assets/utils-DgUgu15E.js +1 -0
- package/dist/web/icon/agent/dsh.svg +3 -0
- package/dist/web/index.html +10 -32
- package/dist/web/theme-bootstrap.js +19 -0
- package/package.json +10 -10
- package/dist/chunk-BEF6LLRG.js.map +0 -1
- package/dist/chunk-TIHF4T3K.js.map +0 -1
- package/dist/web/assets/ErrorBoundary-BY-N1QzJ.js +0 -1
- package/dist/web/assets/OverviewScreen-_ZaVjhxN.js +0 -1
- package/dist/web/assets/Projects-q6cEm2dc.js +0 -1
- package/dist/web/assets/SearchFilterBar-CrVBpo40.js +0 -1
- package/dist/web/assets/SearchResultsPanel-Cg5V8Ia6.js +0 -1
- package/dist/web/assets/SessionDetail-BSSuddsZ.js +0 -54
- package/dist/web/assets/chunk-62JRHF6Z-BWRsEBnL.js +0 -4
- package/dist/web/assets/index-C3KgxGwE.js +0 -1410
- package/dist/web/assets/index-DQX42cFQ.css +0 -1
- package/dist/web/assets/panel-B7kuE60V.js +0 -1
- package/dist/web/assets/session-indexes-DmnjZ_JL.js +0 -1
- package/dist/web/assets/utils-t2u9IbNT.js +0 -1
- /package/dist/{dist-3F467V44.js.map → dist-6QTGTYZT.js.map} +0 -0
|
@@ -2,17 +2,25 @@
|
|
|
2
2
|
import {
|
|
3
3
|
BaseAgent,
|
|
4
4
|
FileSystemSessionSource,
|
|
5
|
+
PRICING_CAPTURE_EPOCH,
|
|
6
|
+
SMART_TAG_CLASSIFIER_REVISION,
|
|
5
7
|
SessionAliasValidationError,
|
|
6
8
|
StateStorageUnavailableError,
|
|
9
|
+
WORKER_LOG_MESSAGE_TYPE,
|
|
7
10
|
attachMissingProjectIdentities,
|
|
8
11
|
attachProjectMetrics,
|
|
12
|
+
attachProjectMetricsFromTree,
|
|
9
13
|
buildAgentCacheMeta,
|
|
10
14
|
buildDashboard,
|
|
11
15
|
classifySessionTags,
|
|
12
16
|
clearCache,
|
|
17
|
+
closeCacheStorage,
|
|
18
|
+
commitDurableSessionPublication,
|
|
19
|
+
compareBookmarkViews,
|
|
13
20
|
computeSessionDiff,
|
|
14
21
|
createProjectScopeMatcher,
|
|
15
22
|
createRegisteredAgents,
|
|
23
|
+
createSessionSourceFailure,
|
|
16
24
|
deleteBookmark,
|
|
17
25
|
deleteSessionAlias,
|
|
18
26
|
diffSessionSources,
|
|
@@ -24,7 +32,7 @@ import {
|
|
|
24
32
|
getAgentFullSyncCursor,
|
|
25
33
|
getAgentInfoMap,
|
|
26
34
|
getAgentLastFullSyncAt,
|
|
27
|
-
|
|
35
|
+
getCachePath,
|
|
28
36
|
getPricingGeneration,
|
|
29
37
|
getRegisteredAgents,
|
|
30
38
|
getRootSessions,
|
|
@@ -35,11 +43,13 @@ import {
|
|
|
35
43
|
isAgentCacheInitialized,
|
|
36
44
|
isChildSession,
|
|
37
45
|
isProjectIdentityKind,
|
|
46
|
+
isWorkerLogMessage,
|
|
38
47
|
listBookmarks,
|
|
39
48
|
listCachedProjectGroups,
|
|
40
49
|
listFileActivity,
|
|
41
50
|
listModelCostDistribution,
|
|
42
51
|
listSessionAliases,
|
|
52
|
+
loadCachedSessionHeads,
|
|
43
53
|
loadCachedSessions,
|
|
44
54
|
markAgentCacheInitialized,
|
|
45
55
|
markAgentFullSyncCompleted,
|
|
@@ -47,41 +57,57 @@ import {
|
|
|
47
57
|
markAgentFullSyncStarted,
|
|
48
58
|
matchesProjectIdentity,
|
|
49
59
|
matchesProjectScope,
|
|
60
|
+
materializeBookmarkViews,
|
|
50
61
|
materializeSessionDetailResponse,
|
|
51
62
|
mergeSearchQueryOptions,
|
|
52
63
|
mergeSortedSessions,
|
|
53
64
|
perf,
|
|
54
65
|
publishPendingPricing,
|
|
66
|
+
readAgentCacheInitialization,
|
|
67
|
+
readAgentLastFullSyncAt,
|
|
68
|
+
readPendingSearchIndexMaintenance,
|
|
55
69
|
refreshPricingCache,
|
|
56
70
|
registerAgent,
|
|
71
|
+
reportSessionSourceOutcome,
|
|
57
72
|
restrictExistingPrivateFiles,
|
|
58
73
|
restrictPrivateFile,
|
|
59
74
|
saveCachedSessionChanges,
|
|
60
75
|
saveCachedSessions,
|
|
61
76
|
scanSessions,
|
|
77
|
+
sessionDetailVersion,
|
|
62
78
|
sessionSignature,
|
|
63
79
|
setCoreDiagnostics,
|
|
64
80
|
sortSessions,
|
|
65
81
|
syncSessionSearchIndex,
|
|
66
82
|
syncSessionSearchIndexChanges,
|
|
83
|
+
synchronizePricingGeneration,
|
|
84
|
+
synchronizeSessionSources,
|
|
67
85
|
upsertBookmark,
|
|
68
86
|
upsertSessionAlias
|
|
69
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-VAUC2W7I.js";
|
|
70
88
|
export {
|
|
71
89
|
BaseAgent,
|
|
72
90
|
StateStorageUnavailableError as BookmarkStorageUnavailableError,
|
|
73
91
|
FileSystemSessionSource,
|
|
92
|
+
PRICING_CAPTURE_EPOCH,
|
|
93
|
+
SMART_TAG_CLASSIFIER_REVISION,
|
|
74
94
|
SessionAliasValidationError,
|
|
75
95
|
StateStorageUnavailableError,
|
|
96
|
+
WORKER_LOG_MESSAGE_TYPE,
|
|
76
97
|
attachMissingProjectIdentities,
|
|
77
98
|
attachProjectMetrics,
|
|
99
|
+
attachProjectMetricsFromTree,
|
|
78
100
|
buildAgentCacheMeta,
|
|
79
101
|
buildDashboard,
|
|
80
102
|
classifySessionTags,
|
|
81
103
|
clearCache,
|
|
104
|
+
closeCacheStorage,
|
|
105
|
+
commitDurableSessionPublication,
|
|
106
|
+
compareBookmarkViews,
|
|
82
107
|
computeSessionDiff,
|
|
83
108
|
createProjectScopeMatcher,
|
|
84
109
|
createRegisteredAgents,
|
|
110
|
+
createSessionSourceFailure,
|
|
85
111
|
deleteBookmark,
|
|
86
112
|
deleteSessionAlias,
|
|
87
113
|
diffSessionSources,
|
|
@@ -93,7 +119,7 @@ export {
|
|
|
93
119
|
getAgentFullSyncCursor,
|
|
94
120
|
getAgentInfoMap,
|
|
95
121
|
getAgentLastFullSyncAt,
|
|
96
|
-
|
|
122
|
+
getCachePath,
|
|
97
123
|
getPricingGeneration,
|
|
98
124
|
getRegisteredAgents,
|
|
99
125
|
getRootSessions,
|
|
@@ -104,11 +130,13 @@ export {
|
|
|
104
130
|
isAgentCacheInitialized,
|
|
105
131
|
isChildSession,
|
|
106
132
|
isProjectIdentityKind,
|
|
133
|
+
isWorkerLogMessage,
|
|
107
134
|
listBookmarks,
|
|
108
135
|
listCachedProjectGroups,
|
|
109
136
|
listFileActivity,
|
|
110
137
|
listModelCostDistribution,
|
|
111
138
|
listSessionAliases,
|
|
139
|
+
loadCachedSessionHeads,
|
|
112
140
|
loadCachedSessions,
|
|
113
141
|
markAgentCacheInitialized,
|
|
114
142
|
markAgentFullSyncCompleted,
|
|
@@ -116,24 +144,32 @@ export {
|
|
|
116
144
|
markAgentFullSyncStarted,
|
|
117
145
|
matchesProjectIdentity,
|
|
118
146
|
matchesProjectScope,
|
|
147
|
+
materializeBookmarkViews,
|
|
119
148
|
materializeSessionDetailResponse,
|
|
120
149
|
mergeSearchQueryOptions,
|
|
121
150
|
mergeSortedSessions,
|
|
122
151
|
perf,
|
|
123
152
|
publishPendingPricing,
|
|
153
|
+
readAgentCacheInitialization,
|
|
154
|
+
readAgentLastFullSyncAt,
|
|
155
|
+
readPendingSearchIndexMaintenance,
|
|
124
156
|
refreshPricingCache,
|
|
125
157
|
registerAgent,
|
|
158
|
+
reportSessionSourceOutcome,
|
|
126
159
|
restrictExistingPrivateFiles,
|
|
127
160
|
restrictPrivateFile,
|
|
128
161
|
saveCachedSessionChanges,
|
|
129
162
|
saveCachedSessions,
|
|
130
163
|
scanSessions,
|
|
164
|
+
sessionDetailVersion,
|
|
131
165
|
sessionSignature,
|
|
132
166
|
setCoreDiagnostics,
|
|
133
167
|
sortSessions,
|
|
134
168
|
syncSessionSearchIndex,
|
|
135
169
|
syncSessionSearchIndexChanges,
|
|
170
|
+
synchronizePricingGeneration,
|
|
171
|
+
synchronizeSessionSources,
|
|
136
172
|
upsertBookmark,
|
|
137
173
|
upsertSessionAlias
|
|
138
174
|
};
|
|
139
|
-
//# sourceMappingURL=dist-
|
|
175
|
+
//# sourceMappingURL=dist-6QTGTYZT.js.map
|