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
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
BaseAgent,
|
|
4
|
+
FileSystemSessionSource,
|
|
5
|
+
SessionAliasValidationError,
|
|
6
|
+
StateStorageUnavailableError,
|
|
7
|
+
attachMissingProjectIdentities,
|
|
8
|
+
attachProjectMetrics,
|
|
9
|
+
buildAgentCacheMeta,
|
|
10
|
+
buildDashboard,
|
|
11
|
+
classifySessionTags,
|
|
12
|
+
clearCache,
|
|
13
|
+
computeSessionDiff,
|
|
14
|
+
createProjectScopeMatcher,
|
|
15
|
+
createRegisteredAgents,
|
|
16
|
+
deleteBookmark,
|
|
17
|
+
deleteSessionAlias,
|
|
18
|
+
diffSessionSources,
|
|
19
|
+
ensurePrivateDirectory,
|
|
20
|
+
ensureSessionTagsSync,
|
|
21
|
+
executeSessionSearch,
|
|
22
|
+
filterSessionSearchCandidates,
|
|
23
|
+
getAgentInfoMap,
|
|
24
|
+
getAgentLastFullSyncAt,
|
|
25
|
+
getCachePath2,
|
|
26
|
+
getPricingGeneration,
|
|
27
|
+
getRegisteredAgents,
|
|
28
|
+
getSessionActivityTime,
|
|
29
|
+
getSmartTagSourceTimestamp,
|
|
30
|
+
hasPendingPricing,
|
|
31
|
+
importBookmarks,
|
|
32
|
+
isAgentCacheInitialized,
|
|
33
|
+
isProjectIdentityKind,
|
|
34
|
+
listBookmarks,
|
|
35
|
+
listCachedProjectGroups,
|
|
36
|
+
listFileActivity,
|
|
37
|
+
listSessionAliases,
|
|
38
|
+
loadCachedSessions,
|
|
39
|
+
markAgentCacheInitialized,
|
|
40
|
+
markAgentFullSyncCompleted,
|
|
41
|
+
matchesProjectIdentity,
|
|
42
|
+
matchesProjectScope,
|
|
43
|
+
materializeSessionDetailResponse,
|
|
44
|
+
mergeSearchQueryOptions,
|
|
45
|
+
mergeSortedSessions,
|
|
46
|
+
perf,
|
|
47
|
+
publishPendingPricing,
|
|
48
|
+
refreshPricingCache,
|
|
49
|
+
registerAgent,
|
|
50
|
+
restrictExistingPrivateFiles,
|
|
51
|
+
restrictPrivateFile,
|
|
52
|
+
saveCachedSessionChanges,
|
|
53
|
+
saveCachedSessions,
|
|
54
|
+
scanSessions,
|
|
55
|
+
sessionSignature,
|
|
56
|
+
setCoreDiagnostics,
|
|
57
|
+
sortSessions,
|
|
58
|
+
syncSessionSearchIndex,
|
|
59
|
+
syncSessionSearchIndexChanges,
|
|
60
|
+
upsertBookmark,
|
|
61
|
+
upsertSessionAlias
|
|
62
|
+
} from "./chunk-HIYT2ZJL.js";
|
|
63
|
+
export {
|
|
64
|
+
BaseAgent,
|
|
65
|
+
StateStorageUnavailableError as BookmarkStorageUnavailableError,
|
|
66
|
+
FileSystemSessionSource,
|
|
67
|
+
SessionAliasValidationError,
|
|
68
|
+
StateStorageUnavailableError,
|
|
69
|
+
attachMissingProjectIdentities,
|
|
70
|
+
attachProjectMetrics,
|
|
71
|
+
buildAgentCacheMeta,
|
|
72
|
+
buildDashboard,
|
|
73
|
+
classifySessionTags,
|
|
74
|
+
clearCache,
|
|
75
|
+
computeSessionDiff,
|
|
76
|
+
createProjectScopeMatcher,
|
|
77
|
+
createRegisteredAgents,
|
|
78
|
+
deleteBookmark,
|
|
79
|
+
deleteSessionAlias,
|
|
80
|
+
diffSessionSources,
|
|
81
|
+
ensurePrivateDirectory,
|
|
82
|
+
ensureSessionTagsSync,
|
|
83
|
+
executeSessionSearch,
|
|
84
|
+
filterSessionSearchCandidates,
|
|
85
|
+
getAgentInfoMap,
|
|
86
|
+
getAgentLastFullSyncAt,
|
|
87
|
+
getCachePath2 as getCachePath,
|
|
88
|
+
getPricingGeneration,
|
|
89
|
+
getRegisteredAgents,
|
|
90
|
+
getSessionActivityTime,
|
|
91
|
+
getSmartTagSourceTimestamp,
|
|
92
|
+
hasPendingPricing,
|
|
93
|
+
importBookmarks,
|
|
94
|
+
isAgentCacheInitialized,
|
|
95
|
+
isProjectIdentityKind,
|
|
96
|
+
listBookmarks,
|
|
97
|
+
listCachedProjectGroups,
|
|
98
|
+
listFileActivity,
|
|
99
|
+
listSessionAliases,
|
|
100
|
+
loadCachedSessions,
|
|
101
|
+
markAgentCacheInitialized,
|
|
102
|
+
markAgentFullSyncCompleted,
|
|
103
|
+
matchesProjectIdentity,
|
|
104
|
+
matchesProjectScope,
|
|
105
|
+
materializeSessionDetailResponse,
|
|
106
|
+
mergeSearchQueryOptions,
|
|
107
|
+
mergeSortedSessions,
|
|
108
|
+
perf,
|
|
109
|
+
publishPendingPricing,
|
|
110
|
+
refreshPricingCache,
|
|
111
|
+
registerAgent,
|
|
112
|
+
restrictExistingPrivateFiles,
|
|
113
|
+
restrictPrivateFile,
|
|
114
|
+
saveCachedSessionChanges,
|
|
115
|
+
saveCachedSessions,
|
|
116
|
+
scanSessions,
|
|
117
|
+
sessionSignature,
|
|
118
|
+
setCoreDiagnostics,
|
|
119
|
+
sortSessions,
|
|
120
|
+
syncSessionSearchIndex,
|
|
121
|
+
syncSessionSearchIndexChanges,
|
|
122
|
+
upsertBookmark,
|
|
123
|
+
upsertSessionAlias
|
|
124
|
+
};
|
|
125
|
+
//# sourceMappingURL=dist-DMGLFBW6.js.map
|