fix(coding-agent): update provider auth guidance and defaults

This commit is contained in:
Mario Zechner
2026-04-24 00:55:14 +02:00
parent 2926f7e887
commit f2f03616ab
5 changed files with 69 additions and 17 deletions

View File

@@ -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));