@dreb/coding-agent 2.59.2 → 2.60.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.
@@ -3504,7 +3504,7 @@ export class InteractiveMode {
3504
3504
  }
3505
3505
  showModelSelector(initialSearchInput) {
3506
3506
  this.showSelector((done) => {
3507
- const selector = new ModelSelectorComponent(this.ui, this.session.model, this.settingsManager, this.session.modelRegistry, this.session.scopedModels, async (model) => {
3507
+ const selector = new ModelSelectorComponent(this.ui, this.session.model, this.session.modelRegistry, this.session.scopedModels, async (model) => {
3508
3508
  try {
3509
3509
  await this.session.setModel(model);
3510
3510
  this.footer.invalidate();