unsloth/studio/frontend/src/i18n
Etherll 79fc69741c Studio: post-merge build fixes — drop dead score handling, dedupe activeThreadId, add knowledgeBases i18n key
Follow-ups after merging origin/main into feature/rag:

* chat-adapter.ts: drop `score` field from DocumentSourcePart and the
  `chunk.score` copy — the remote "hide RAG retrieval scores from chunks,
  citations, and side panel" commit removed `score` from ParsedChunk.
* chat-settings-sheet.tsx: remove the duplicate `const activeThreadId =`
  introduced by the merge (kept the HEAD-side declaration at line 497).
* chat-settings-sheet.tsx: drop the "Min relevance" Slider that referenced
  `ragMinScore` / `setRagMinScore` — same intent as the hide-scores commit
  (these are still on the runtime store but the side-panel UI is gone).
* i18n locales (en, zh-CN): add `settings.tabs.knowledgeBases` translation
  key so the new TabDef entry passes the TranslationKey union check.

Verified: `tsc --noEmit` clean, `vite build` succeeds.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 05:20:22 +03:00
..
locales Studio: post-merge build fixes — drop dead score handling, dedupe activeThreadId, add knowledgeBases i18n key 2026-05-28 05:20:22 +03:00
AGENTS.md Studio: add frontend i18n support (#5765) 2026-05-27 04:52:16 -07:00
check-parity.ts Studio: add frontend i18n support (#5765) 2026-05-27 04:52:16 -07:00
index.ts Studio: add frontend i18n support (#5765) 2026-05-27 04:52:16 -07:00
locale-store.ts Studio: add frontend i18n support (#5765) 2026-05-27 04:52:16 -07:00
messages.ts Studio: add frontend i18n support (#5765) 2026-05-27 04:52:16 -07:00
types.ts Studio: add frontend i18n support (#5765) 2026-05-27 04:52:16 -07:00