codesesh 0.4.1 → 0.6.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 +11 -6
- package/dist/chunk-SQYHWMQV.js +7598 -0
- package/dist/chunk-SQYHWMQV.js.map +1 -0
- package/dist/dist-NT4CH6KD.js +148 -0
- package/dist/index.js +1037 -121
- package/dist/index.js.map +1 -1
- package/dist/search-index-worker.js +40 -0
- package/dist/search-index-worker.js.map +1 -0
- package/dist/web/assets/index-BlSglSCE.css +2 -0
- package/dist/web/assets/index-CnxgGfhM.js +106 -0
- package/dist/web/assets/markdown-CnUlvKkZ.js +14 -0
- package/dist/web/assets/react-DT3QPCDf.js +1821 -0
- package/dist/web/assets/rolldown-runtime-Dw2cE7zH.js +1 -0
- package/dist/web/assets/syntax-DcanuzfQ.js +6 -0
- package/dist/web/assets/vendor-Bs5B_LvM.js +43 -0
- package/dist/web/index.html +7 -2
- package/package.json +2 -4
- package/dist/chunk-BGQXQTWM.js +0 -4375
- package/dist/chunk-BGQXQTWM.js.map +0 -1
- package/dist/dist-5NKHH33A.js +0 -70
- package/dist/web/assets/index-B78jpjIp.js +0 -68
- package/dist/web/assets/index-gSYgPU_H.css +0 -2
- /package/dist/{dist-5NKHH33A.js.map → dist-NT4CH6KD.js.map} +0 -0
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
BaseAgent,
|
|
4
|
+
BookmarkStorageUnavailableError,
|
|
5
|
+
applyMessageCost,
|
|
6
|
+
applyMessageCosts,
|
|
7
|
+
basenameTitle,
|
|
8
|
+
buildProjectGroups,
|
|
9
|
+
classifySessionTags,
|
|
10
|
+
cleanDisplayText,
|
|
11
|
+
cleanInternalText,
|
|
12
|
+
cleanMessagePart,
|
|
13
|
+
cleanMessageParts,
|
|
14
|
+
cleanParsedMessage,
|
|
15
|
+
cleanParsedMessages,
|
|
16
|
+
clearCache,
|
|
17
|
+
computeIdentity,
|
|
18
|
+
createRegisteredAgents,
|
|
19
|
+
deleteBookmark,
|
|
20
|
+
estimateCostForTokens,
|
|
21
|
+
estimateTokenCost,
|
|
22
|
+
extractFileActivityOccurrences,
|
|
23
|
+
extractSessionFileActivity,
|
|
24
|
+
fallbackDisplayName,
|
|
25
|
+
filterSessions,
|
|
26
|
+
filtered,
|
|
27
|
+
filteredSession,
|
|
28
|
+
firstExisting,
|
|
29
|
+
firstUserMessageTitle,
|
|
30
|
+
firstVisibleLine,
|
|
31
|
+
getAgentByName,
|
|
32
|
+
getAgentInfoMap,
|
|
33
|
+
getCacheInfo,
|
|
34
|
+
getCursorDataPath,
|
|
35
|
+
getParsedSession,
|
|
36
|
+
getPricingRegistry,
|
|
37
|
+
getRegisteredAgents,
|
|
38
|
+
getSmartTagSourceTimestamp,
|
|
39
|
+
hasBillablePricing,
|
|
40
|
+
importBookmarks,
|
|
41
|
+
isSqliteAvailable,
|
|
42
|
+
listBookmarks,
|
|
43
|
+
listCachedProjectGroups,
|
|
44
|
+
listFileActivity,
|
|
45
|
+
listSessionFileActivity,
|
|
46
|
+
loadCachedSessions,
|
|
47
|
+
normalizeGitRemote,
|
|
48
|
+
normalizeTitleText,
|
|
49
|
+
openDb,
|
|
50
|
+
openDbReadOnly,
|
|
51
|
+
parseJsonlLines,
|
|
52
|
+
parseSearchQuery,
|
|
53
|
+
parsed,
|
|
54
|
+
parsedSession,
|
|
55
|
+
perf,
|
|
56
|
+
pricingResolver,
|
|
57
|
+
readJsonlFile,
|
|
58
|
+
realFs,
|
|
59
|
+
refreshPricingCache,
|
|
60
|
+
registerAgent,
|
|
61
|
+
resolveProviderRoots,
|
|
62
|
+
resolveSessionTitle,
|
|
63
|
+
saveCachedSessions,
|
|
64
|
+
scanSessions,
|
|
65
|
+
scanSessionsAsync,
|
|
66
|
+
searchFileActivitySessions,
|
|
67
|
+
searchSessions,
|
|
68
|
+
skipped,
|
|
69
|
+
skippedSession,
|
|
70
|
+
summarizeFileActivity,
|
|
71
|
+
syncSessionSearchIndex,
|
|
72
|
+
upsertBookmark,
|
|
73
|
+
withEstimatedSessionCost
|
|
74
|
+
} from "./chunk-SQYHWMQV.js";
|
|
75
|
+
export {
|
|
76
|
+
BaseAgent,
|
|
77
|
+
BookmarkStorageUnavailableError,
|
|
78
|
+
applyMessageCost,
|
|
79
|
+
applyMessageCosts,
|
|
80
|
+
basenameTitle,
|
|
81
|
+
buildProjectGroups,
|
|
82
|
+
classifySessionTags,
|
|
83
|
+
cleanDisplayText,
|
|
84
|
+
cleanInternalText,
|
|
85
|
+
cleanMessagePart,
|
|
86
|
+
cleanMessageParts,
|
|
87
|
+
cleanParsedMessage,
|
|
88
|
+
cleanParsedMessages,
|
|
89
|
+
clearCache,
|
|
90
|
+
computeIdentity,
|
|
91
|
+
createRegisteredAgents,
|
|
92
|
+
deleteBookmark,
|
|
93
|
+
estimateCostForTokens,
|
|
94
|
+
estimateTokenCost,
|
|
95
|
+
extractFileActivityOccurrences,
|
|
96
|
+
extractSessionFileActivity,
|
|
97
|
+
fallbackDisplayName,
|
|
98
|
+
filterSessions,
|
|
99
|
+
filtered,
|
|
100
|
+
filteredSession,
|
|
101
|
+
firstExisting,
|
|
102
|
+
firstUserMessageTitle,
|
|
103
|
+
firstVisibleLine,
|
|
104
|
+
getAgentByName,
|
|
105
|
+
getAgentInfoMap,
|
|
106
|
+
getCacheInfo,
|
|
107
|
+
getCursorDataPath,
|
|
108
|
+
getParsedSession,
|
|
109
|
+
getPricingRegistry,
|
|
110
|
+
getRegisteredAgents,
|
|
111
|
+
getSmartTagSourceTimestamp,
|
|
112
|
+
hasBillablePricing,
|
|
113
|
+
importBookmarks,
|
|
114
|
+
isSqliteAvailable,
|
|
115
|
+
listBookmarks,
|
|
116
|
+
listCachedProjectGroups,
|
|
117
|
+
listFileActivity,
|
|
118
|
+
listSessionFileActivity,
|
|
119
|
+
loadCachedSessions,
|
|
120
|
+
normalizeGitRemote,
|
|
121
|
+
normalizeTitleText,
|
|
122
|
+
openDb,
|
|
123
|
+
openDbReadOnly,
|
|
124
|
+
parseJsonlLines,
|
|
125
|
+
parseSearchQuery,
|
|
126
|
+
parsed,
|
|
127
|
+
parsedSession,
|
|
128
|
+
perf,
|
|
129
|
+
pricingResolver,
|
|
130
|
+
readJsonlFile,
|
|
131
|
+
realFs,
|
|
132
|
+
refreshPricingCache,
|
|
133
|
+
registerAgent,
|
|
134
|
+
resolveProviderRoots,
|
|
135
|
+
resolveSessionTitle,
|
|
136
|
+
saveCachedSessions,
|
|
137
|
+
scanSessions,
|
|
138
|
+
scanSessionsAsync,
|
|
139
|
+
searchFileActivitySessions,
|
|
140
|
+
searchSessions,
|
|
141
|
+
skipped,
|
|
142
|
+
skippedSession,
|
|
143
|
+
summarizeFileActivity,
|
|
144
|
+
syncSessionSearchIndex,
|
|
145
|
+
upsertBookmark,
|
|
146
|
+
withEstimatedSessionCost
|
|
147
|
+
};
|
|
148
|
+
//# sourceMappingURL=dist-NT4CH6KD.js.map
|