codesesh 0.16.0 → 0.18.0
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 -2
- package/dist/{chunk-EWC6IODK.js → chunk-DHNP33L4.js} +23 -12
- package/dist/chunk-DHNP33L4.js.map +1 -0
- package/dist/{chunk-MWSJTNOW.js → chunk-HIYT2ZJL.js} +2091 -1261
- package/dist/chunk-HIYT2ZJL.js.map +1 -0
- package/dist/dist-DMGLFBW6.js +125 -0
- package/dist/index.js +1182 -785
- package/dist/index.js.map +1 -1
- package/dist/scan-refresh-worker.js +70 -64
- package/dist/scan-refresh-worker.js.map +1 -1
- package/dist/search-index-worker.js +73 -44
- package/dist/search-index-worker.js.map +1 -1
- package/dist/smart-tag-worker.js +2 -2
- package/dist/web/assets/AgentIcon-DcUJM198.js +1 -0
- package/dist/web/assets/BookmarkButton-CJjTjyae.js +1 -0
- package/dist/web/assets/Dashboard-wjTLT17d.js +39 -0
- package/dist/web/assets/DialogTitle-Bz0eXTGu.js +1 -0
- package/dist/web/assets/InteractiveReceipt-xnRqJvfd.js +1 -0
- package/dist/web/assets/PrismHighlighter-C7OfXHq2.js +6 -0
- package/dist/web/assets/Projects-DBxubQuM.js +1 -0
- package/dist/web/assets/SearchFilterBar-BG9ah_Po.js +1 -0
- package/dist/web/assets/SearchResultsPanel-Clmf2xKw.js +1 -0
- package/dist/web/assets/SessionDetail-CgR7ipmi.js +54 -0
- package/dist/web/assets/index-DR07vs5V.js +1890 -0
- package/dist/web/assets/{index-Bxe686Vr.css → index-DuB6tGoe.css} +1 -1
- package/dist/web/assets/index.dom-CCLJ9_FR.js +1 -0
- package/dist/web/assets/jsx-runtime-n5LQ9ujS.js +1 -0
- package/dist/web/assets/preload-helper-CmKXJxR3.js +1 -0
- package/dist/web/assets/session-indexes-EHJdYE4j.js +4 -0
- package/dist/web/assets/session-title-CNhapdPJ.js +1 -0
- package/dist/web/assets/useTheme-CwDcVdGz.js +1 -0
- package/dist/web/assets/utils-B6KiDbIe.js +1 -0
- package/dist/web/index.html +11 -7
- package/package.json +7 -12
- package/dist/chunk-EWC6IODK.js.map +0 -1
- package/dist/chunk-MWSJTNOW.js.map +0 -1
- package/dist/dist-AIDCOQZO.js +0 -237
- package/dist/web/assets/index-BpmbwB2_.js +0 -113
- package/dist/web/assets/markdown-dR4kAewZ.js +0 -14
- package/dist/web/assets/react-3acXkZNw.js +0 -1821
- package/dist/web/assets/rolldown-runtime-QTnfLwEv.js +0 -1
- package/dist/web/assets/syntax-mZXQuVcd.js +0 -6
- package/dist/web/assets/vendor-BVE7Fps8.js +0 -41
- package/dist/web/icon/agent/antigravity.svg +0 -1
- package/dist/web/icon/agent/kilocode.svg +0 -1
- /package/dist/{dist-AIDCOQZO.js.map → dist-DMGLFBW6.js.map} +0 -0
package/dist/dist-AIDCOQZO.js
DELETED
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import {
|
|
3
|
-
BaseAgent,
|
|
4
|
-
DASHBOARD_RECENT_LIMIT,
|
|
5
|
-
DatabaseSessionSource,
|
|
6
|
-
FileSystemSessionSource,
|
|
7
|
-
SESSION_ALIAS_MAX_LENGTH,
|
|
8
|
-
StateStorageUnavailableError,
|
|
9
|
-
applyMessageCost,
|
|
10
|
-
applyMessageCosts,
|
|
11
|
-
asArray,
|
|
12
|
-
asNumber,
|
|
13
|
-
asRecord,
|
|
14
|
-
asString,
|
|
15
|
-
attachMissingProjectIdentities,
|
|
16
|
-
basenameTitle,
|
|
17
|
-
buildAgentCacheMeta,
|
|
18
|
-
buildDashboard,
|
|
19
|
-
buildProjectGroups,
|
|
20
|
-
classifySessionTags,
|
|
21
|
-
cleanDisplayText,
|
|
22
|
-
cleanInternalText,
|
|
23
|
-
cleanMessagePart,
|
|
24
|
-
cleanMessageParts,
|
|
25
|
-
cleanParsedMessage,
|
|
26
|
-
cleanParsedMessages,
|
|
27
|
-
clearCache,
|
|
28
|
-
clearIdentityCache,
|
|
29
|
-
computeIdentity,
|
|
30
|
-
computeSessionDiff,
|
|
31
|
-
createProjectScopeMatcher,
|
|
32
|
-
createRegisteredAgents,
|
|
33
|
-
deleteBookmark,
|
|
34
|
-
deleteSessionAlias,
|
|
35
|
-
ensureSessionTagsSync,
|
|
36
|
-
estimateCostForTokens,
|
|
37
|
-
estimateTokenCost,
|
|
38
|
-
executeSessionSearch,
|
|
39
|
-
extractFileActivityOccurrences,
|
|
40
|
-
extractSessionFileActivity,
|
|
41
|
-
fallbackDisplayName,
|
|
42
|
-
filterSessions,
|
|
43
|
-
filterSessionsByProjectScope,
|
|
44
|
-
filteredSession,
|
|
45
|
-
firstExisting,
|
|
46
|
-
firstUserMessageTitle,
|
|
47
|
-
firstVisibleLine,
|
|
48
|
-
getAgentByName,
|
|
49
|
-
getAgentInfoMap,
|
|
50
|
-
getAgentLastFullSyncAt,
|
|
51
|
-
getCacheInfo,
|
|
52
|
-
getCachePath2,
|
|
53
|
-
getCursorDataPath,
|
|
54
|
-
getParsedSession,
|
|
55
|
-
getPricingRegistry,
|
|
56
|
-
getProjectIdentityKey,
|
|
57
|
-
getRegisteredAgents,
|
|
58
|
-
getSessionActivityTime,
|
|
59
|
-
getSessionAgentName,
|
|
60
|
-
getSmartTagSourceTimestamp,
|
|
61
|
-
getTotalTokens,
|
|
62
|
-
hasBillablePricing,
|
|
63
|
-
importBookmarks,
|
|
64
|
-
isAgentCacheInitialized,
|
|
65
|
-
isProjectIdentityKind,
|
|
66
|
-
isSqliteAvailable,
|
|
67
|
-
listBookmarks,
|
|
68
|
-
listCachedProjectGroups,
|
|
69
|
-
listFileActivity,
|
|
70
|
-
listSessionAliases,
|
|
71
|
-
listSessionFileActivity,
|
|
72
|
-
loadCachedSessionData,
|
|
73
|
-
loadCachedSessionDataEntry,
|
|
74
|
-
loadCachedSessions,
|
|
75
|
-
markAgentCacheInitialized,
|
|
76
|
-
markAgentFullSyncCompleted,
|
|
77
|
-
matchesProjectIdentity,
|
|
78
|
-
matchesProjectScope,
|
|
79
|
-
matchesScanWindow,
|
|
80
|
-
matchesSessionSearchFilters,
|
|
81
|
-
mergeSearchQueryOptions,
|
|
82
|
-
normalizeGitRemote,
|
|
83
|
-
normalizeSessionAlias,
|
|
84
|
-
normalizeTitleText,
|
|
85
|
-
openDb,
|
|
86
|
-
openDbReadOnly,
|
|
87
|
-
parseJsonlLines,
|
|
88
|
-
parseSearchQuery,
|
|
89
|
-
parsedSession,
|
|
90
|
-
perf,
|
|
91
|
-
pricingResolver,
|
|
92
|
-
readJsonlFile,
|
|
93
|
-
realFs,
|
|
94
|
-
refreshPricingCache,
|
|
95
|
-
registerAgent,
|
|
96
|
-
reportFieldMismatch,
|
|
97
|
-
resolveProviderRoots,
|
|
98
|
-
resolveSessionTitle,
|
|
99
|
-
saveCachedSessionChanges,
|
|
100
|
-
saveCachedSessions,
|
|
101
|
-
scanSessions,
|
|
102
|
-
scanSessionsAsync,
|
|
103
|
-
searchFileActivitySessions,
|
|
104
|
-
searchSessions,
|
|
105
|
-
sessionSignature,
|
|
106
|
-
setCoreDiagnostics,
|
|
107
|
-
setFtsIntegrityCheckedPath,
|
|
108
|
-
skippedSession,
|
|
109
|
-
sortSessions,
|
|
110
|
-
startOfLocalDay,
|
|
111
|
-
summarizeFileActivity,
|
|
112
|
-
syncSessionSearchIndex,
|
|
113
|
-
syncSessionSearchIndexChanges,
|
|
114
|
-
toLocalDateKey,
|
|
115
|
-
upsertBookmark,
|
|
116
|
-
upsertSessionAlias,
|
|
117
|
-
withEstimatedSessionCost
|
|
118
|
-
} from "./chunk-MWSJTNOW.js";
|
|
119
|
-
export {
|
|
120
|
-
BaseAgent,
|
|
121
|
-
StateStorageUnavailableError as BookmarkStorageUnavailableError,
|
|
122
|
-
DASHBOARD_RECENT_LIMIT,
|
|
123
|
-
DatabaseSessionSource,
|
|
124
|
-
FileSystemSessionSource,
|
|
125
|
-
SESSION_ALIAS_MAX_LENGTH,
|
|
126
|
-
StateStorageUnavailableError,
|
|
127
|
-
applyMessageCost,
|
|
128
|
-
applyMessageCosts,
|
|
129
|
-
asArray,
|
|
130
|
-
asNumber,
|
|
131
|
-
asRecord,
|
|
132
|
-
asString,
|
|
133
|
-
attachMissingProjectIdentities,
|
|
134
|
-
basenameTitle,
|
|
135
|
-
buildAgentCacheMeta,
|
|
136
|
-
buildDashboard,
|
|
137
|
-
buildProjectGroups,
|
|
138
|
-
classifySessionTags,
|
|
139
|
-
cleanDisplayText,
|
|
140
|
-
cleanInternalText,
|
|
141
|
-
cleanMessagePart,
|
|
142
|
-
cleanMessageParts,
|
|
143
|
-
cleanParsedMessage,
|
|
144
|
-
cleanParsedMessages,
|
|
145
|
-
clearCache,
|
|
146
|
-
clearIdentityCache,
|
|
147
|
-
computeIdentity,
|
|
148
|
-
computeSessionDiff,
|
|
149
|
-
createProjectScopeMatcher,
|
|
150
|
-
createRegisteredAgents,
|
|
151
|
-
deleteBookmark,
|
|
152
|
-
deleteSessionAlias,
|
|
153
|
-
ensureSessionTagsSync,
|
|
154
|
-
estimateCostForTokens,
|
|
155
|
-
estimateTokenCost,
|
|
156
|
-
executeSessionSearch,
|
|
157
|
-
extractFileActivityOccurrences,
|
|
158
|
-
extractSessionFileActivity,
|
|
159
|
-
fallbackDisplayName,
|
|
160
|
-
filterSessions,
|
|
161
|
-
filterSessionsByProjectScope,
|
|
162
|
-
filteredSession,
|
|
163
|
-
firstExisting,
|
|
164
|
-
firstUserMessageTitle,
|
|
165
|
-
firstVisibleLine,
|
|
166
|
-
getAgentByName,
|
|
167
|
-
getAgentInfoMap,
|
|
168
|
-
getAgentLastFullSyncAt,
|
|
169
|
-
getCacheInfo,
|
|
170
|
-
getCachePath2 as getCachePath,
|
|
171
|
-
getCursorDataPath,
|
|
172
|
-
getParsedSession,
|
|
173
|
-
getPricingRegistry,
|
|
174
|
-
getProjectIdentityKey,
|
|
175
|
-
getRegisteredAgents,
|
|
176
|
-
getSessionActivityTime,
|
|
177
|
-
getSessionAgentName,
|
|
178
|
-
getSmartTagSourceTimestamp,
|
|
179
|
-
getTotalTokens,
|
|
180
|
-
hasBillablePricing,
|
|
181
|
-
importBookmarks,
|
|
182
|
-
isAgentCacheInitialized,
|
|
183
|
-
isProjectIdentityKind,
|
|
184
|
-
isSqliteAvailable,
|
|
185
|
-
listBookmarks,
|
|
186
|
-
listCachedProjectGroups,
|
|
187
|
-
listFileActivity,
|
|
188
|
-
listSessionAliases,
|
|
189
|
-
listSessionFileActivity,
|
|
190
|
-
loadCachedSessionData,
|
|
191
|
-
loadCachedSessionDataEntry,
|
|
192
|
-
loadCachedSessions,
|
|
193
|
-
markAgentCacheInitialized,
|
|
194
|
-
markAgentFullSyncCompleted,
|
|
195
|
-
matchesProjectIdentity,
|
|
196
|
-
matchesProjectScope,
|
|
197
|
-
matchesScanWindow,
|
|
198
|
-
matchesSessionSearchFilters,
|
|
199
|
-
mergeSearchQueryOptions,
|
|
200
|
-
normalizeGitRemote,
|
|
201
|
-
normalizeSessionAlias,
|
|
202
|
-
normalizeTitleText,
|
|
203
|
-
openDb,
|
|
204
|
-
openDbReadOnly,
|
|
205
|
-
parseJsonlLines,
|
|
206
|
-
parseSearchQuery,
|
|
207
|
-
parsedSession,
|
|
208
|
-
perf,
|
|
209
|
-
pricingResolver,
|
|
210
|
-
readJsonlFile,
|
|
211
|
-
realFs,
|
|
212
|
-
refreshPricingCache,
|
|
213
|
-
registerAgent,
|
|
214
|
-
reportFieldMismatch,
|
|
215
|
-
resolveProviderRoots,
|
|
216
|
-
resolveSessionTitle,
|
|
217
|
-
saveCachedSessionChanges,
|
|
218
|
-
saveCachedSessions,
|
|
219
|
-
scanSessions,
|
|
220
|
-
scanSessionsAsync,
|
|
221
|
-
searchFileActivitySessions,
|
|
222
|
-
searchSessions,
|
|
223
|
-
sessionSignature,
|
|
224
|
-
setCoreDiagnostics,
|
|
225
|
-
setFtsIntegrityCheckedPath,
|
|
226
|
-
skippedSession,
|
|
227
|
-
sortSessions,
|
|
228
|
-
startOfLocalDay,
|
|
229
|
-
summarizeFileActivity,
|
|
230
|
-
syncSessionSearchIndex,
|
|
231
|
-
syncSessionSearchIndexChanges,
|
|
232
|
-
toLocalDateKey,
|
|
233
|
-
upsertBookmark,
|
|
234
|
-
upsertSessionAlias,
|
|
235
|
-
withEstimatedSessionCost
|
|
236
|
-
};
|
|
237
|
-
//# sourceMappingURL=dist-AIDCOQZO.js.map
|