Home

dev / openkara

publicthedavidweng/OpenKara· sync paused
Overview Code History Branches Pull requestsIssuesInsights
main
HomeOverview Code PRsIssues

feat(diagnostics): show where the model file belongs (#282)

2 months ago

62ace29
Authored
Davy7/26/2026, 11:59:05 PM
#270 asked whether a model can be downloaded by hand and imported. It
already can - resolve_model_installation adopts a file at the managed
path once its SHA-256 matches the catalog pin - but nothing in the app
told the user where that path is. About reported the variant and its
state, not the location, so the answer was "go read the app data
layout".

Add the expected path to DebugInfo and to the About panel, and document
the three-step procedure in both READMEs. A digest that does not match
the pin is ignored and the normal download runs, so a wrong or partial
file cannot corrupt the install - worth saying out loud, because that is
what makes the manual route safe to recommend.

Parentdc83f4f

24 files changed
  • README.md+10−0
  • README_CN.md+10−0
  • src-tauri/src/commands/diagnostics.rs+14−0
  • src/components/Settings/SettingsAboutSection.test.tsx+1−0
  • src/components/Settings/SettingsAboutSection.tsx+2−0
  • src/lib/debug-info.test.ts+1−0
  • src/locales/de.json+1−0
  • src/locales/en.json+1−0
  • src/locales/es.json+1−0
  • src/locales/fr.json+1−0
  • src/locales/id.json+1−0
  • src/locales/it.json+1−0
  • src/locales/ja.json+1−0
  • src/locales/ko.json+1−0
  • src/locales/nl.json+1−0
  • src/locales/pl.json+1−0
  • src/locales/pt-BR.json+1−0
  • src/locales/ru.json+1−0
  • src/locales/th.json+1−0
  • src/locales/tr.json+1−0
  • src/locales/vi.json+1−0
  • src/locales/zh-CN.json+1−0
  • src/locales/zh-TW.json+1−0
  • src/types/ipc.ts+2−0