You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use apiKeys[provider] for model loading and API; prefer new format, deprecate apiKey
- Merge global and project apiKeys so keys are not lost when merging configs
- Resolve credentials from apiKeys.<provider> first; legacy apiKey fallback kept
- Add gemini-2.0-flash for Timeweb; update README and setup hints
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## [1.0.31] - 2026-02-20
4
+
5
+
### 🐛 Исправления
6
+
-**Загрузка моделей по ключу провайдера** — модели и запросы к API используют ключ из `apiKeys.<provider>` (новый формат); ключи глобального и проектного конфига объединяются, чтобы не теряться при слиянии
7
+
- Рекомендуется использовать только `apiKeys.gptunnel`, `apiKeys.timeweb` и т.д.; старый `apiKey` оставлен для обратной совместимости
8
+
9
+
### ✨ Новые возможности
10
+
- Модель **gemini-2.0-flash** для провайдера Timeweb
11
+
12
+
### 🔧 Улучшения
13
+
- В подсказке `smart-commit setup` приоритет у `apiKeys.<provider>`, старый формат помечен как legacy
14
+
- README обновлён: примеры с apiKeys.gptunnel, baseUrls.timeweb для Timeweb
0 commit comments