fix(coding-agent): update provider auth guidance and defaults
This commit is contained in:
@@ -93,7 +93,7 @@ export class ModelSelectorComponent extends Container implements Focusable {
|
||||
this.scopeHintText = new Text(this.getScopeHintText(), 0, 0);
|
||||
this.addChild(this.scopeHintText);
|
||||
} else {
|
||||
const hintText = "Only showing models with configured API keys (see README for details)";
|
||||
const hintText = "Only showing models from configured providers. Use /login to add providers.";
|
||||
this.addChild(new Text(theme.fg("warning", hintText), 0, 0));
|
||||
}
|
||||
this.addChild(new Spacer(1));
|
||||
|
||||
Reference in New Issue
Block a user