feat(coding-agent): add provider display names

closes #3956
This commit is contained in:
Mario Zechner
2026-04-30 00:10:38 +02:00
parent b79e7f8058
commit cf5ec23240
10 changed files with 110 additions and 40 deletions

View File

@@ -1302,6 +1302,8 @@ export interface ExtensionAPI {
/** Configuration for registering a provider via pi.registerProvider(). */
export interface ProviderConfig {
/** Display name for the provider in UI. */
name?: string;
/** Base URL for the API endpoint. Required when defining models. */
baseUrl?: string;
/** API key or environment variable name. Required when defining models (unless oauth provided). */