fix: model selector works now

This commit is contained in:
2026-05-01 22:35:24 +02:00
parent d3aa7f2438
commit a5193240ad
11 changed files with 86 additions and 5 deletions

View File

@@ -107,6 +107,7 @@
"chat.welcomeTipTabs": "Beitragsstatistiken pro Jahr in Tabs mit Diagrammen",
"chat.role.you": "Du",
"chat.role.assistant": "Assistent",
"chat.modelUnavailable": "Kein Modell",
"chat.inputPlaceholder": "Nachricht eingeben...",
"chat.stop": "Stopp",
"chat.toolArguments": "Argumente",

View File

@@ -107,6 +107,7 @@
"chat.welcomeTipTabs": "Show post statistics by year in tabs with charts",
"chat.role.you": "You",
"chat.role.assistant": "Assistant",
"chat.modelUnavailable": "No model",
"chat.inputPlaceholder": "Type a message...",
"chat.stop": "Stop",
"chat.toolArguments": "Arguments",

View File

@@ -107,6 +107,7 @@
"chat.welcomeTipTabs": "Muestre estadísticas por año en pestañas con gráficos",
"chat.role.you": "Tú",
"chat.role.assistant": "Asistente",
"chat.modelUnavailable": "Sin modelo",
"chat.inputPlaceholder": "Escribe un mensaje...",
"chat.stop": "Detener",
"chat.toolArguments": "Argumentos",

View File

@@ -107,6 +107,7 @@
"chat.welcomeTipTabs": "Afficher les statistiques par année dans des onglets avec graphiques",
"chat.role.you": "Vous",
"chat.role.assistant": "Assistant IA",
"chat.modelUnavailable": "Aucun modèle",
"chat.inputPlaceholder": "Saisissez un message...",
"chat.stop": "Arrêter",
"chat.toolArguments": "Arguments",

View File

@@ -107,6 +107,7 @@
"chat.welcomeTipTabs": "Mostrare statistiche per anno in schede con grafici",
"chat.role.you": "Tu",
"chat.role.assistant": "Assistente",
"chat.modelUnavailable": "Nessun modello",
"chat.inputPlaceholder": "Scrivi un messaggio...",
"chat.stop": "Ferma",
"chat.toolArguments": "Argomenti",

View File

@@ -3565,7 +3565,7 @@ button svg * {
display: flex;
align-items: center;
gap: 10px;
overflow: hidden;
overflow: visible;
font-size: 14px;
font-weight: 500;
color: var(--vscode-foreground, inherit);
@@ -5145,7 +5145,7 @@ button svg * {
display: flex;
align-items: center;
gap: 10px;
overflow: hidden;
overflow: visible;
font-size: 14px;
font-weight: 500;
color: var(--vscode-foreground, inherit);