codesesh 0.9.1 → 0.11.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.
@@ -2,9 +2,15 @@
2
2
  import {
3
3
  BaseAgent,
4
4
  BookmarkStorageUnavailableError,
5
+ DASHBOARD_RECENT_LIMIT,
6
+ DatabaseSessionSource,
7
+ FileSystemSessionSource,
5
8
  applyMessageCost,
6
9
  applyMessageCosts,
10
+ attachMissingProjectIdentities,
7
11
  basenameTitle,
12
+ buildAgentCacheMeta,
13
+ buildDashboard,
8
14
  buildProjectGroups,
9
15
  classifySessionTags,
10
16
  cleanDisplayText,
@@ -15,6 +21,7 @@ import {
15
21
  cleanParsedMessages,
16
22
  clearCache,
17
23
  computeIdentity,
24
+ computeSessionDiff,
18
25
  createProjectScopeMatcher,
19
26
  createRegisteredAgents,
20
27
  deleteBookmark,
@@ -37,7 +44,10 @@ import {
37
44
  getParsedSession,
38
45
  getPricingRegistry,
39
46
  getRegisteredAgents,
47
+ getSessionActivityTime,
48
+ getSessionAgentName,
40
49
  getSmartTagSourceTimestamp,
50
+ getTotalTokens,
41
51
  hasBillablePricing,
42
52
  importBookmarks,
43
53
  isAgentCacheInitialized,
@@ -72,20 +82,30 @@ import {
72
82
  scanSessionsAsync,
73
83
  searchFileActivitySessions,
74
84
  searchSessions,
85
+ sessionSignature,
75
86
  skipped,
76
87
  skippedSession,
88
+ sortSessions,
89
+ startOfLocalDay,
77
90
  summarizeFileActivity,
78
91
  syncSessionSearchIndex,
79
92
  syncSessionSearchIndexChanges,
93
+ toLocalDateKey,
80
94
  upsertBookmark,
81
95
  withEstimatedSessionCost
82
- } from "./chunk-5UOLRSFH.js";
96
+ } from "./chunk-BIXOP5QX.js";
83
97
  export {
84
98
  BaseAgent,
85
99
  BookmarkStorageUnavailableError,
100
+ DASHBOARD_RECENT_LIMIT,
101
+ DatabaseSessionSource,
102
+ FileSystemSessionSource,
86
103
  applyMessageCost,
87
104
  applyMessageCosts,
105
+ attachMissingProjectIdentities,
88
106
  basenameTitle,
107
+ buildAgentCacheMeta,
108
+ buildDashboard,
89
109
  buildProjectGroups,
90
110
  classifySessionTags,
91
111
  cleanDisplayText,
@@ -96,6 +116,7 @@ export {
96
116
  cleanParsedMessages,
97
117
  clearCache,
98
118
  computeIdentity,
119
+ computeSessionDiff,
99
120
  createProjectScopeMatcher,
100
121
  createRegisteredAgents,
101
122
  deleteBookmark,
@@ -118,7 +139,10 @@ export {
118
139
  getParsedSession,
119
140
  getPricingRegistry,
120
141
  getRegisteredAgents,
142
+ getSessionActivityTime,
143
+ getSessionAgentName,
121
144
  getSmartTagSourceTimestamp,
145
+ getTotalTokens,
122
146
  hasBillablePricing,
123
147
  importBookmarks,
124
148
  isAgentCacheInitialized,
@@ -153,12 +177,16 @@ export {
153
177
  scanSessionsAsync,
154
178
  searchFileActivitySessions,
155
179
  searchSessions,
180
+ sessionSignature,
156
181
  skipped,
157
182
  skippedSession,
183
+ sortSessions,
184
+ startOfLocalDay,
158
185
  summarizeFileActivity,
159
186
  syncSessionSearchIndex,
160
187
  syncSessionSearchIndexChanges,
188
+ toLocalDateKey,
161
189
  upsertBookmark,
162
190
  withEstimatedSessionCost
163
191
  };
164
- //# sourceMappingURL=dist-VEIV33FR.js.map
192
+ //# sourceMappingURL=dist-T737I76S.js.map