fix(coding-agent): handle scoped models after logout (#1194)
This commit is contained in:
@@ -3261,6 +3261,8 @@ export class InteractiveMode {
|
||||
// All enabled or none enabled = no filter
|
||||
this.session.setScopedModels([]);
|
||||
}
|
||||
await this.updateAvailableProviderCount();
|
||||
this.ui.requestRender();
|
||||
};
|
||||
|
||||
this.showSelector((done) => {
|
||||
|
||||
Reference in New Issue
Block a user