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> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||