@wrongstack/webui 0.141.0 → 0.148.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.
@@ -274,6 +274,7 @@ function createDefaultContainer(opts) {
274
274
  strategy: config.context?.strategy,
275
275
  preserveK: opts.compactor?.preserveK ?? 10,
276
276
  eliseThreshold: opts.compactor?.eliseThreshold ?? 2e3,
277
+ smart: true,
277
278
  summarizerModel: config.context?.summarizerModel,
278
279
  llmSelector: config.context?.llmSelector
279
280
  })