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