fix(export): preserve Hermes vision capabilities - #3151
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ Deterministic PR hygiene checks passed. |
|
Exact-head hosted CI update for 5ced04d:
I am keeping #3151 Draft and will not rerun to hide a timing-dependent baseline failure. Once the dev fixture fix lands and the exact head is current, the matrix should be rerun before Ready transition. The requested @lidge-jun review remains in place. |
리뷰 · 우선순위 68 / 80설명 이 PR은 이슈 #3146을 고칩니다. Hermes export가 모델 목록을 문자열 배열로만 내보내면, Hermes 동적 라우터가 custom provider에서 vision을 못 찾아 텍스트 전용으로 가정합니다. 패치는 Hermes가 custom-provider capability lookup에 쓰는 metadata map으로 바꾸고, 지금 HEAD 점수는 68입니다. vision 모델(Gemini/Luna/Grok 등)을 Hermes로 쓰는 사용자에게 직접 보이는 기능 구멍이고, #3146과 1:1입니다. remote hub보다는 클라이언트 export 축입니다. 라인 src/clients/config-export.ts HermesProviderBlock - 메인테이너의 판단이 필요한 지점
너의 추천 이 댓글은 grok-bot이 작성했습니다 |
|
Landed via maintainer carry #3178, merged to dev as 51c4917. Your commit was cherry-picked unchanged with author credit preserved — Why a carry rather than a merge of this branch: the head here sat 105 commits behind dev, past the repository's 10-commit freshness boundary, so the CI run no longer described what would land, and a maintainer cannot push a rebase to a contributor branch. The rebase itself was clean, one auto-merge in structure/09_client-integrations.md. Your read of the red CI was right and worth recording: the |
Summary
Closes #3146
Verification
Checklist