@redaksjon/protokoll 1.0.26 → 1.0.27-dev.20260305054841.9de8b06

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.
@@ -208,7 +208,7 @@ function isProtokolUri(uri) {
208
208
  return uri.startsWith(`${SCHEME}://`);
209
209
  }
210
210
 
211
- const VERSION = "1.0.26 (HEAD/2101a2d T:v1.0.26 2026-03-04 07:24:09 -0800) linux arm64 v24.14.0";
211
+ const VERSION = "1.0.27-dev.20260305054841.9de8b06 (working/9de8b06 2026-03-04 21:42:25 -0800) linux arm64 v24.14.0";
212
212
  const PROGRAM_NAME = "protokoll";
213
213
  const DATE_FORMAT_YEAR_MONTH_DAY_HOURS_MINUTES_SECONDS = "YYYY-M-D-HHmmss";
214
214
  const DEFAULT_AUDIO_EXTENSIONS = ["mp3", "mp4", "mpeg", "mpga", "m4a", "wav", "webm", "qta"];
@@ -10283,5 +10283,5 @@ async function configureEngineLoggingBridge() {
10283
10283
  }
10284
10284
  }
10285
10285
 
10286
- export { DEFAULT_CONFIG_FILE as D, handleListResources as a, handleReadResource as b, configureEngineLoggingBridge as c, getPrompt as d, initializeServerConfig as e, getCachedRoots as f, getPrompts as g, handleToolCall as h, initializeWorkingDirectoryFromArgsAndConfig as i, getOutputDirectory as j, getOutputStorage as k, getServerConfig as l, markTranscriptIndexDirtyForStorage as m, getStorageConfig as n, getContext as o, createQuietLogger as p, isInitialized as q, setWorkerInstance as r, setRoots as s, tools as t };
10286
+ export { DEFAULT_CONFIG_FILE as D, handleListResources as a, handleReadResource as b, configureEngineLoggingBridge as c, getPrompt as d, initializeServerConfig as e, getCachedRoots as f, getPrompts as g, handleToolCall as h, initializeWorkingDirectoryFromArgsAndConfig as i, getOutputDirectory as j, getOutputStorage as k, getServerConfig as l, markTranscriptIndexDirtyForStorage as m, getStorageConfig as n, getContext as o, createQuietLogger as p, parseUri as q, handleReadTranscript as r, setRoots as s, tools as t, readTranscriptsListResource as u, isInitialized as v, setWorkerInstance as w };
10287
10287
  //# sourceMappingURL=engineLogging.js.map