codesesh 0.14.0 → 0.15.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.
@@ -106,7 +106,7 @@ import {
106
106
  upsertBookmark,
107
107
  upsertSessionAlias,
108
108
  withEstimatedSessionCost
109
- } from "./chunk-VRVZJDNL.js";
109
+ } from "./chunk-NBCLV4CX.js";
110
110
  export {
111
111
  BaseAgent,
112
112
  StateStorageUnavailableError as BookmarkStorageUnavailableError,
@@ -216,4 +216,4 @@ export {
216
216
  upsertSessionAlias,
217
217
  withEstimatedSessionCost
218
218
  };
219
- //# sourceMappingURL=dist-C3KC3XKJ.js.map
219
+ //# sourceMappingURL=dist-5356XOFP.js.map
package/dist/index.js CHANGED
@@ -45,7 +45,7 @@ import {
45
45
  startOfLocalDay,
46
46
  upsertBookmark,
47
47
  upsertSessionAlias
48
- } from "./chunk-VRVZJDNL.js";
48
+ } from "./chunk-NBCLV4CX.js";
49
49
 
50
50
  // src/index.ts
51
51
  import { defineCommand, runMain } from "citty";
@@ -2985,7 +2985,7 @@ var main = defineCommand({
2985
2985
  log_path: appLogger.getLogPath()
2986
2986
  });
2987
2987
  if (clearCache) {
2988
- const { clearCache: clear } = await import("./dist-C3KC3XKJ.js");
2988
+ const { clearCache: clear } = await import("./dist-5356XOFP.js");
2989
2989
  clear();
2990
2990
  appLogger.info("cache.clear");
2991
2991
  console.log("Cache cleared.");
@@ -5,7 +5,7 @@ import {
5
5
  createRegisteredAgents,
6
6
  ensureSessionTagsSync,
7
7
  matchesScanWindow
8
- } from "./chunk-VRVZJDNL.js";
8
+ } from "./chunk-NBCLV4CX.js";
9
9
 
10
10
  // src/scan-refresh-worker.ts
11
11
  import { parentPort, workerData } from "worker_threads";
@@ -8,7 +8,7 @@ import {
8
8
  setFtsIntegrityCheckedPath,
9
9
  syncSessionSearchIndex,
10
10
  syncSessionSearchIndexChanges
11
- } from "./chunk-VRVZJDNL.js";
11
+ } from "./chunk-NBCLV4CX.js";
12
12
 
13
13
  // src/search-index-worker.ts
14
14
  import { parentPort, workerData } from "worker_threads";
@@ -3,7 +3,7 @@ import {
3
3
  classifySessionTags,
4
4
  createRegisteredAgents,
5
5
  getSmartTagSourceTimestamp
6
- } from "./chunk-VRVZJDNL.js";
6
+ } from "./chunk-NBCLV4CX.js";
7
7
 
8
8
  // src/smart-tag-worker.ts
9
9
  import { parentPort, workerData } from "worker_threads";