codesesh 0.16.0 → 0.17.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.
@@ -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