chore(deps): update ruby_llm to 1.16.0 - #16
Merged
DenisDenis9331 merged 1 commit intoAug 10, 2026
Conversation
Owner
|
распиши плиз зачем нужны правки |
SergoHUH
force-pushed
the
chore/update-ruby-llm
branch
from
August 7, 2026 11:04
26ad166 to
5a26834
Compare
Contributor
Author
|
Дополнительних запросов теперь к models.dev нет, gemini-3.6-flash передаётся напрямую провайдеру Gemini. |
SergoHUH
force-pushed
the
chore/update-ruby-llm
branch
from
August 10, 2026 10:26
5a26834 to
853dc8d
Compare
Contributor
Author
|
SergoHUH
force-pushed
the
chore/update-ruby-llm
branch
from
August 10, 2026 11:50
853dc8d to
d0ce298
Compare
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.
ПРАВКИ:
1. В Gemfile RubyLLM обновлён с 1.15.0 до 1.16.0. Версия 1.15 не могла обновить актуальный реестр моделей, поэтому gemini-3.6-flash завершалась ошибкой ModelNotFoundError
2. В Gemfile.lock зафиксирована версия 1.16.0, чтобы локально и в CI устанавливалась одна и та же версия зависимости.
3. В lib/aireview/reviewer.rb добавлено обновление реестра удалённых моделей перед первым запросом, чтобы RubyLLM распознавала новые модели
4. Обновление выполняется только один раз за запуск Reviewer, чтобы не обращаться к реестру повторно перед стадией critique.
5. В spec/reviewer_spec.rb добавлены тесты, проверяющие обновление реестра для Gemini и отсутствие обновления для Ollama.