codesesh 0.12.0 → 0.13.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 +7 -1
- package/dist/{chunk-GCOAE7KI.js → chunk-BV65IEWZ.js} +368 -179
- package/dist/chunk-BV65IEWZ.js.map +1 -0
- package/dist/{dist-TZTL6VP4.js → dist-VD54GDPO.js} +10 -2
- package/dist/index.js +949 -510
- package/dist/index.js.map +1 -1
- package/dist/scan-refresh-worker.js +1 -1
- package/dist/search-index-worker.js +1 -1
- package/dist/smart-tag-worker.js +1 -1
- package/dist/web/assets/index-ZikfLnUo.js +113 -0
- package/dist/web/assets/index-y6Zx3LT1.css +2 -0
- package/dist/web/assets/markdown-dR4kAewZ.js +14 -0
- package/dist/web/assets/react-DBHwgW7V.js +1821 -0
- package/dist/web/assets/syntax-C_RLNYQn.js +6 -0
- package/dist/web/assets/vendor-bXsb4Kz4.js +40 -0
- package/dist/web/index.html +6 -6
- package/package.json +9 -8
- package/dist/chunk-GCOAE7KI.js.map +0 -1
- package/dist/web/assets/index-D05hsCzb.css +0 -2
- package/dist/web/assets/index-DOy8q3la.js +0 -113
- package/dist/web/assets/markdown-CGVJZBE7.js +0 -14
- package/dist/web/assets/react-DkEeEGji.js +0 -1821
- package/dist/web/assets/syntax-CFQ-7fm6.js +0 -6
- package/dist/web/assets/vendor-B2nLfkMs.js +0 -80
- /package/dist/{dist-TZTL6VP4.js.map → dist-VD54GDPO.js.map} +0 -0
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
ensureSessionTagsSync,
|
|
29
29
|
estimateCostForTokens,
|
|
30
30
|
estimateTokenCost,
|
|
31
|
+
executeSessionSearch,
|
|
31
32
|
extractFileActivityOccurrences,
|
|
32
33
|
extractSessionFileActivity,
|
|
33
34
|
fallbackDisplayName,
|
|
@@ -46,6 +47,7 @@ import {
|
|
|
46
47
|
getCursorDataPath,
|
|
47
48
|
getParsedSession,
|
|
48
49
|
getPricingRegistry,
|
|
50
|
+
getProjectIdentityKey,
|
|
49
51
|
getRegisteredAgents,
|
|
50
52
|
getSessionActivityTime,
|
|
51
53
|
getSessionAgentName,
|
|
@@ -54,6 +56,7 @@ import {
|
|
|
54
56
|
hasBillablePricing,
|
|
55
57
|
importBookmarks,
|
|
56
58
|
isAgentCacheInitialized,
|
|
59
|
+
isProjectIdentityKind,
|
|
57
60
|
isSqliteAvailable,
|
|
58
61
|
listBookmarks,
|
|
59
62
|
listCachedProjectGroups,
|
|
@@ -63,6 +66,7 @@ import {
|
|
|
63
66
|
loadCachedSessions,
|
|
64
67
|
markAgentCacheInitialized,
|
|
65
68
|
markAgentFullSyncCompleted,
|
|
69
|
+
matchesProjectIdentity,
|
|
66
70
|
matchesProjectScope,
|
|
67
71
|
matchesScanWindow,
|
|
68
72
|
normalizeGitRemote,
|
|
@@ -99,7 +103,7 @@ import {
|
|
|
99
103
|
toLocalDateKey,
|
|
100
104
|
upsertBookmark,
|
|
101
105
|
withEstimatedSessionCost
|
|
102
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-BV65IEWZ.js";
|
|
103
107
|
export {
|
|
104
108
|
BaseAgent,
|
|
105
109
|
BookmarkStorageUnavailableError,
|
|
@@ -129,6 +133,7 @@ export {
|
|
|
129
133
|
ensureSessionTagsSync,
|
|
130
134
|
estimateCostForTokens,
|
|
131
135
|
estimateTokenCost,
|
|
136
|
+
executeSessionSearch,
|
|
132
137
|
extractFileActivityOccurrences,
|
|
133
138
|
extractSessionFileActivity,
|
|
134
139
|
fallbackDisplayName,
|
|
@@ -147,6 +152,7 @@ export {
|
|
|
147
152
|
getCursorDataPath,
|
|
148
153
|
getParsedSession,
|
|
149
154
|
getPricingRegistry,
|
|
155
|
+
getProjectIdentityKey,
|
|
150
156
|
getRegisteredAgents,
|
|
151
157
|
getSessionActivityTime,
|
|
152
158
|
getSessionAgentName,
|
|
@@ -155,6 +161,7 @@ export {
|
|
|
155
161
|
hasBillablePricing,
|
|
156
162
|
importBookmarks,
|
|
157
163
|
isAgentCacheInitialized,
|
|
164
|
+
isProjectIdentityKind,
|
|
158
165
|
isSqliteAvailable,
|
|
159
166
|
listBookmarks,
|
|
160
167
|
listCachedProjectGroups,
|
|
@@ -164,6 +171,7 @@ export {
|
|
|
164
171
|
loadCachedSessions,
|
|
165
172
|
markAgentCacheInitialized,
|
|
166
173
|
markAgentFullSyncCompleted,
|
|
174
|
+
matchesProjectIdentity,
|
|
167
175
|
matchesProjectScope,
|
|
168
176
|
matchesScanWindow,
|
|
169
177
|
normalizeGitRemote,
|
|
@@ -201,4 +209,4 @@ export {
|
|
|
201
209
|
upsertBookmark,
|
|
202
210
|
withEstimatedSessionCost
|
|
203
211
|
};
|
|
204
|
-
//# sourceMappingURL=dist-
|
|
212
|
+
//# sourceMappingURL=dist-VD54GDPO.js.map
|