feat(combo): Smart Combo + Vision Auto-Routing + RU Mode — Russian fork enhancements - #1497
Open
mdn77 wants to merge 49 commits into
Open
feat(combo): Smart Combo + Vision Auto-Routing + RU Mode — Russian fork enhancements#1497mdn77 wants to merge 49 commits into
mdn77 wants to merge 49 commits into
Conversation
added 6 commits
May 27, 2026 19:33
…для моделей в MODEL_INFO
… Docker - Оркестратор с динамическим обнаружением моделей Ollama - Автоклассификация моделей (coder→code, vision→vision) - Fallback на Ollama если нет облачных API ключей - Docker с поддержкой Ollama на хосте (host.docker.internal) - VS Code launch.json + tasks.json - .env.example шаблон (без ключей) - Безопасность: .gitignore обновлён, PAT убран из remote - Все 50 файлов, build прошёл успешно
# Conflicts: # .gitignore # Dockerfile # cli/src/cli/menus/providers.js # src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js
- Fix 'a.includes is not a function' error when using combo models (free-mix)
- Combo models stored as objects {provider, connectionId, model} in DB
- getComboModels() now builds prefix map (name->prefix) from provider nodes
- Models normalized to 'prefix/model' format (e.g. 'opencode/big-pickle')
- Prevents infinite recursion and 404 routing errors
- Also fix combo.js and compact.js getComboModelsFromData()
- Update seed scripts with Ollama Cloud support
- Russian localization for dashboard pages
…), kept RU-specific files in stash
…auto-switch + health tracking
…st priority, routerai registry
…ator, health stats
…YooMoney donate widget
…iginal channels otherwise (INTL)
…ree providers, orchestrator, FAQ
- Fix rotation history: getNextModel() now pushes to rotationHistory - Fix CSS: add missing color variables (accent-main, bg-hover, etc.) - Add global model leaderboard (replaces Health Check tab) - Add export rating to JSON/CSV - Fix quota system: resetAll(), daily/hourly rollover, global limits, rate limiting, consecutive free request enforcement - Add 30 unit tests for modelRouter quotas and limits - Fix combo routing: detect combo by model name even with provider prefix - Fix OpenClaw page access: disable requireLogin for local dev - Fix active models stat: compute from config modelGroups - Remove hardcoded API keys and user paths from config
- Fix registry index.js: replace broken codebuddy.js import with correct codebuddy-cn.js - Add upstream's new providers (featherless, grok-cli, kimchi, perplexity-agent, venice, clinepass) - Keep our custom provider additions (routerai, ai21, sambanova, scaleway, upstage)
feat: Grok Imagine video, Copilot Claude route, i18n th/fa # Conflicts: # .gitignore # cli/cli.js # package.json
Release v0.5.40 # Conflicts: # cli/src/cli/menus/providers.js # open-sse/providers/registry/index.js # package.json # src/app/(dashboard)/dashboard/combos/page.js # src/i18n/config.js # src/shared/components/DonateModal.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🇷🇺 Русская локализация CLI + Vision Auto-Routing + Docker Fix